IDkmGPUSymbolQuery.TranslateAcceleratorTagByRva Yöntem

Tanım

Hızlandırma işaretçisi etiketini, göreli sanal adres kullanarak HLSL kayıt özniteliklerine çevirin.

public:
 void TranslateAcceleratorTagByRva(Microsoft::VisualStudio::Debugger::Symbols::DkmModule ^ module, System::UInt32 inputTag, System::UInt32 rva, [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 TranslateAcceleratorTagByRva (Microsoft.VisualStudio.Debugger.Symbols.DkmModule module, uint inputTag, uint rva, out uint registerType, out uint registerIndex, out uint firstElement, out uint vectorElements, out uint byteOffset, out uint vectorElementSize);
abstract member TranslateAcceleratorTagByRva : Microsoft.VisualStudio.Debugger.Symbols.DkmModule * uint32 * uint32 * uint32 * uint32 * uint32 * uint32 * uint32 * uint32 -> unit
Public Sub TranslateAcceleratorTagByRva (module As DkmModule, inputTag As UInteger, rva 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)

Parametreler

module
DkmModule

'Ndaki DkmModule sınıfı bir veya daha fazla işleme yüklenmiş olan veya bir kez yüklenen bir kod paketini (örn: DLL veya exe) temsil eder. DkmModule sınıfı, sembol API 'Lerine yönelik merkezi nesnedir ve sembol işleyicisinin nelerin yüklü olduğuna ilişkin gösterimi ile 1:1 ' dir. Bir kod grubu üç farklı işleme (ya da aynı işleme, ancak üç farklı temel adres ya da üç farklı uygulama etki alanı ile) yüklenirse, ancak sembol işleyicisi bunların tümünün özdeş olduğu şekilde olduğunu düşünüyorsanız, yalnızca bir modül nesnesi olur.

inputTag
UInt32

'Ndaki Semboller içinde hızlandırıcı işaretçisi etiketi bulundu.

rva
UInt32

'Ndaki Filtreleme için kullanılacak RVA; sıfır ise yoksayıldı.

registerType
UInt32

Dışı HLSL kayıt türü.

registerIndex
UInt32

Dışı HLSL dizini Kaydet.

firstElement
UInt32

Dışı Birinci vektör öğesinin dizini.

vectorElements
UInt32

Dışı Vektör öğelerinin sayısı.

byteOffset
UInt32

Dışı Bayt cinsinden fark.

vectorElementSize
UInt32

Dışı Her vektör öğesinin boyutu.

Şunlara uygulanır