Searched refs:EOpConstructTextureSampler (Results 1 – 6 of 6) sorted by relevance
477 … node->getAsOperator() != nullptr && node->getAsOperator()->getOp() == EOpConstructTextureSampler) in isConversionAllowed()1856 op = EOpConstructTextureSampler; in mapTypeToConstructorOp()3878 if (constructor && constructor->getOp() == EOpConstructTextureSampler) { in visitAggregate()
818 case EOpConstructTextureSampler: out.debug << "Construct combined texture-sampler"; break; in visitAggregate()
2217 if (node->getAsOperator() && node->getAsOperator()->getOp() == EOpConstructTextureSampler) in samplerConstructorLocationCheck()2618 case EOpConstructTextureSampler: in constructorError()6526 if (op == EOpConstructTextureSampler) { in addConstructor()
737 EOpConstructTextureSampler, enumerator
3095 TIntermAggregate* txcombine = new TIntermAggregate(EOpConstructTextureSampler); in handleSamplerTextureCombine()6291 case EOpConstructTextureSampler: in constructorError()8161 if (op == EOpConstructTextureSampler) in addConstructor()
2223 case glslang::EOpConstructTextureSampler: in visitAggregate()2230 if (node->getOp() == glslang::EOpConstructTextureSampler) in visitAggregate()