Searched refs:isPureSampler (Results 1 – 4 of 4) sorted by relevance
547 return type.getBasicType() == glslang::EbtSampler && type.getSampler().isPureSampler(); in isSamplerType()
3869 …symbol && symbol->getBasicType() == EbtSampler && symbol->getType().getSampler().isPureSampler()) { in visitAggregate()
2948 ! function[1].type->getSampler().isPureSampler() || in constructorTextureSamplerError()
101 bool isPureSampler() const { return sampler; } in isPureSampler() function