Home
last modified time | relevance | path

Searched refs:SPIRVTypeVector (Results 1 – 4 of 4) sorted by relevance

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVType.cpp119 return static_cast<const SPIRVTypeVector *const>(this)->getComponentCount(); in getVectorComponentCount()
125 return static_cast<const SPIRVTypeVector *const>(this)->getComponentType(); in getVectorComponentType()
DSPIRVType.h252 class SPIRVTypeVector:public SPIRVType {
255 SPIRVTypeVector(SPIRVModule *M, SPIRVId TheId, SPIRVType *TheCompType, in SPIRVTypeVector() function
262 SPIRVTypeVector():SPIRVType(OpTypeVector), CompType(nullptr), in SPIRVTypeVector() function
DSPIRVModule.h72 class SPIRVTypeVector; variable
208 virtual SPIRVTypeVector *addVectorType(SPIRVType *, SPIRVWord) = 0;
DSPIRVModule.cpp204 virtual SPIRVTypeVector *addVectorType(SPIRVType *, SPIRVWord);
726 SPIRVTypeVector*
728 return addType(new SPIRVTypeVector(this, getId(), CompType, CompCount)); in addVectorType()