Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h121 uint32_t getTextureSlot() const override;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h116 uint32_t getTextureSlot() const override;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h147 virtual uint32_t getTextureSlot() const = 0;
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp311 uint32_t NativeRawSymbol::getTextureSlot() const { in getTextureSlot() function in NativeRawSymbol
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp816 uint32_t DIARawSymbol::getTextureSlot() const { in getTextureSlot() function in DIARawSymbol