Searched refs:SPIRVTypeVector (Results 1 – 4 of 4) sorted by relevance
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
D | SPIRVType.cpp | 119 return static_cast<const SPIRVTypeVector *const>(this)->getComponentCount(); in getVectorComponentCount() 125 return static_cast<const SPIRVTypeVector *const>(this)->getComponentType(); in getVectorComponentType()
|
D | SPIRVType.h | 252 class SPIRVTypeVector:public SPIRVType { 255 SPIRVTypeVector(SPIRVModule *M, SPIRVId TheId, SPIRVType *TheCompType, in SPIRVTypeVector() function 262 SPIRVTypeVector():SPIRVType(OpTypeVector), CompType(nullptr), in SPIRVTypeVector() function
|
D | SPIRVModule.h | 72 class SPIRVTypeVector; variable 208 virtual SPIRVTypeVector *addVectorType(SPIRVType *, SPIRVWord) = 0;
|
D | SPIRVModule.cpp | 204 virtual SPIRVTypeVector *addVectorType(SPIRVType *, SPIRVWord); 726 SPIRVTypeVector* 728 return addType(new SPIRVTypeVector(this, getId(), CompType, CompCount)); in addVectorType()
|