HomeSort by relevance Sort by last modified time
    Searched refs:SPIRVTypeVector (Results 1 - 4 of 4) sorted by null

  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVType.cpp 119 return static_cast<const SPIRVTypeVector *const>(this)->getComponentCount();
125 return static_cast<const SPIRVTypeVector *const>(this)->getComponentType();
SPIRVType.h 252 class SPIRVTypeVector:public SPIRVType {
255 SPIRVTypeVector(SPIRVModule *M, SPIRVId TheId, SPIRVType *TheCompType,
262 SPIRVTypeVector():SPIRVType(OpTypeVector), CompType(nullptr),
SPIRVModule.h 72 class SPIRVTypeVector;
208 virtual SPIRVTypeVector *addVectorType(SPIRVType *, SPIRVWord) = 0;
SPIRVModule.cpp 204 virtual SPIRVTypeVector *addVectorType(SPIRVType *, SPIRVWord);
726 SPIRVTypeVector*
728 return addType(new SPIRVTypeVector(this, getId(), CompType, CompCount));
    [all...]

Completed in 96 milliseconds