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

  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVType.cpp 52 return static_cast<const SPIRVTypeArray *const>(this)->getElementType();
58 return static_cast<const SPIRVTypeArray *const>(this)->getLength()->
261 SPIRVTypeArray::SPIRVTypeArray(SPIRVModule *M, SPIRVId TheId, SPIRVType *TheElemType,
269 SPIRVTypeArray::validate()const {
277 SPIRVTypeArray::getLength() const {
281 _SPIRV_IMP_ENCDEC3(SPIRVTypeArray, Id, ElemType, Length)
SPIRVType.h 293 class SPIRVTypeArray:public SPIRVType {
296 SPIRVTypeArray(SPIRVModule *M, SPIRVId TheId, SPIRVType *TheElemType,
299 SPIRVTypeArray():SPIRVType(OpTypeArray), ElemType(nullptr),
SPIRVModule.h 60 class SPIRVTypeArray;
191 virtual SPIRVTypeArray *addArrayType(SPIRVType *, SPIRVConstant *) = 0;
SPIRVModule.cpp 187 virtual SPIRVTypeArray *addArrayType(SPIRVType *, SPIRVConstant *);
670 SPIRVTypeArray *
672 return addType(new SPIRVTypeArray(this, getId(), ElementType, Length));
    [all...]

Completed in 85 milliseconds