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

  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVType.h 462 class SPIRVTypeSampler:public SPIRVType {
466 SPIRVTypeSampler(SPIRVModule *M, SPIRVId TheId)
470 SPIRVTypeSampler():SPIRVType(OC){
SPIRVModule.h 68 class SPIRVTypeSampler;
200 virtual SPIRVTypeSampler *addSamplerType() = 0;
SPIRVModule.cpp 199 virtual SPIRVTypeSampler *addSamplerType();
764 SPIRVTypeSampler *
766 return addType(new SPIRVTypeSampler(this, getId()));
    [all...]

Completed in 91 milliseconds