Searched refs:SPIRVTypeSampler (Results 1 – 3 of 3) sorted by relevance
462 class SPIRVTypeSampler:public SPIRVType {466 SPIRVTypeSampler(SPIRVModule *M, SPIRVId TheId) in SPIRVTypeSampler() function470 SPIRVTypeSampler():SPIRVType(OC){ in SPIRVTypeSampler() function
68 class SPIRVTypeSampler; variable200 virtual SPIRVTypeSampler *addSamplerType() = 0;
199 virtual SPIRVTypeSampler *addSamplerType();764 SPIRVTypeSampler *766 return addType(new SPIRVTypeSampler(this, getId())); in addSamplerType()