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

  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVType.h 480 class SPIRVTypeSampledImage:public SPIRVType {
484 SPIRVTypeSampledImage(SPIRVModule *M, SPIRVId TheId, SPIRVTypeImage *TheImgTy)
488 SPIRVTypeSampledImage():SPIRVType(OC), ImgTy(nullptr){
SPIRVModule.h 69 class SPIRVTypeSampledImage;
202 virtual SPIRVTypeSampledImage *addSampledImageType(SPIRVTypeImage *T) = 0;
SPIRVModule.cpp 201 virtual SPIRVTypeSampledImage *addSampledImageType(SPIRVTypeImage *T);
774 SPIRVTypeSampledImage *
776 return addType(new SPIRVTypeSampledImage(this, getId(), T));
    [all...]
  /external/spirv-llvm/lib/SPIRV/
SPIRVReader.cpp 489 std::string transOCLSampledImageTypeName(SPIRV::SPIRVTypeSampledImage* ST);
650 SPIRVToLLVM::transOCLSampledImageTypeName(SPIRV::SPIRVTypeSampledImage* ST) {
726 auto ST = static_cast<SPIRVTypeSampledImage *>(T);
    [all...]

Completed in 42 milliseconds