Home
last modified time | relevance | path

Searched refs:getTextureSlot (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h115 uint32_t getTextureSlot() const override;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h120 uint32_t getTextureSlot() const override;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h142 virtual uint32_t getTextureSlot() const = 0;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp309 uint32_t NativeRawSymbol::getTextureSlot() const { in getTextureSlot() function in NativeRawSymbol
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp815 uint32_t DIARawSymbol::getTextureSlot() const { in getTextureSlot() function in DIARawSymbol