DkmModule.TranslateAcceleratorTagByIP Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Translate accelerator pointer tag into HLSL register attributes.
public:
void TranslateAcceleratorTagByIP(System::UInt32 InputTag, System::UInt32 InstructionPointer, [Runtime::InteropServices::Out] System::UInt32 % RegisterType, [Runtime::InteropServices::Out] System::UInt32 % RegisterIndex, [Runtime::InteropServices::Out] System::UInt32 % FirstElement, [Runtime::InteropServices::Out] System::UInt32 % VectorElements, [Runtime::InteropServices::Out] System::UInt32 % ByteOffset, [Runtime::InteropServices::Out] System::UInt32 % VectorElementSize);
public void TranslateAcceleratorTagByIP (uint InputTag, uint InstructionPointer, out uint RegisterType, out uint RegisterIndex, out uint FirstElement, out uint VectorElements, out uint ByteOffset, out uint VectorElementSize);
member this.TranslateAcceleratorTagByIP : uint32 * uint32 * uint32 * uint32 * uint32 * uint32 * uint32 * uint32 -> unit
Public Sub TranslateAcceleratorTagByIP (InputTag As UInteger, InstructionPointer As UInteger, ByRef RegisterType As UInteger, ByRef RegisterIndex As UInteger, ByRef FirstElement As UInteger, ByRef VectorElements As UInteger, ByRef ByteOffset As UInteger, ByRef VectorElementSize As UInteger)
Parameters
- InputTag
- UInt32
[In] Accelerator pointer tag found in symbols.
- InstructionPointer
- UInt32
[In] current instruction pointer used to get scope for pointer translation.
- RegisterType
- UInt32
[Out] HLSL register type.
- RegisterIndex
- UInt32
[Out] HLSL register index.
- FirstElement
- UInt32
[Out] Index of first vector element.
- VectorElements
- UInt32
[Out] Number of vector elements.
- ByteOffset
- UInt32
[Out] Offset in bytes.
- VectorElementSize
- UInt32
[Out] Size of each vector element.