HomeSort by relevance Sort by last modified time
    Searched defs:CompType (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenVtf/
GenVtf.h 129 UINT8 CompType;
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVType.h 257 :SPIRVType(M, 4, OpTypeVector, TheId), CompType(TheCompType),
262 SPIRVTypeVector():SPIRVType(OpTypeVector), CompType(nullptr),
265 SPIRVType *getComponentType() const { return CompType;}
276 return std::vector<SPIRVEntry*>(1, CompType);
280 _SPIRV_DEF_ENCDEC3(Id, CompType, CompCount)
283 CompType->validate();
288 SPIRVType *CompType; // Component Type

Completed in 99 milliseconds