HomeSort by relevance Sort by last modified time
    Searched defs:SPIRVTypeArray (Results 1 - 2 of 2) 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),

Completed in 42 milliseconds