Searched refs:EbtSampler (Results 1 – 13 of 13) sorted by relevance
2250 $$.basicType = EbtSampler;2255 $$.basicType = EbtSampler;2260 $$.basicType = EbtSampler;2265 $$.basicType = EbtSampler;2270 $$.basicType = EbtSampler;2275 $$.basicType = EbtSampler;2280 $$.basicType = EbtSampler;2285 $$.basicType = EbtSampler;2290 $$.basicType = EbtSampler;2295 $$.basicType = EbtSampler;[all …]
7512 (yyval.interm.type).basicType = EbtSampler; in yyparse()7522 (yyval.interm.type).basicType = EbtSampler; in yyparse()7532 (yyval.interm.type).basicType = EbtSampler; in yyparse()7542 (yyval.interm.type).basicType = EbtSampler; in yyparse()7552 (yyval.interm.type).basicType = EbtSampler; in yyparse()7562 (yyval.interm.type).basicType = EbtSampler; in yyparse()7572 (yyval.interm.type).basicType = EbtSampler; in yyparse()7582 (yyval.interm.type).basicType = EbtSampler; in yyparse()7592 (yyval.interm.type).basicType = EbtSampler; in yyparse()7602 (yyval.interm.type).basicType = EbtSampler; in yyparse()[all …]
547 return type.getBasicType() == glslang::EbtSampler && type.getSampler().isPureSampler(); in isSamplerType()551 return (type.getBasicType() == glslang::EbtSampler && in isTextureType()625 return type.getBasicType() == glslang::EbtSampler && type.getSampler().isImage(); in isImageType()732 return (type.getBasicType() == glslang::EbtSampler && type.getSampler().isImage()) || in isUavType()
462 case EbtSampler: in isConversionAllowed()471 if (source == EShSourceHlsl && node->getBasicType() == EbtSampler) in isConversionAllowed()476 if (node->getBasicType() == EbtSampler && op == EOpAssign && in isConversionAllowed()1854 case EbtSampler: in mapTypeToConstructorOp()3113 … if (left->isArray() || left->getBasicType() == EbtStruct || left->getBasicType() == EbtSampler) { in promoteBinary()3117 if (left->getBasicType() == EbtSampler) { in promoteBinary()3854 if (symbol->getBasicType() == EbtSampler && symbol->getType().getSampler().isTexture()) { in visitSymbol()3869 …if (symbol && symbol->getBasicType() == EbtSampler && symbol->getType().getSampler().isPureSampler… in visitAggregate()
158 defaultPrecision[EbtSampler] = EpqLow; in setPrecisionDefaults()452 else if (base->getBasicType() == EbtSampler && version >= 130) { in handleBracketDereference()488 if ((! limits.generalSamplerIndexing && base->getBasicType() == EbtSampler) || in handleIndexLimits()2097 fnCandidate.getParamCount() > 0 && fnCandidate[0].type->getBasicType() == EbtSampler) in nonOpBuiltInCheck()2887 if (op != EOpConstructStruct && typed->getBasicType() == EbtSampler) { in constructorError()2929 if (function[0].type->getBasicType() != EbtSampler || in constructorTextureSamplerError()2947 if ( function[1].type->getBasicType() != EbtSampler || in constructorTextureSamplerError()2989 if (type.getBasicType() == EbtSampler && type.getSampler().external) { in samplerCheck()3000 if (type.getBasicType() == EbtStruct && containsFieldWithBasicType(type, EbtSampler)) in samplerCheck()3002 else if (type.getBasicType() == EbtSampler && type.getQualifier().storage != EvqUniform) { in samplerCheck()[all …]
79 case EbtSampler: in buildMangledName()
168 case EbtSampler: in lValueErrorCheck()
580 case EbtSampler: in mapToGlType()
1277 bool isImage() const { return basicType == EbtSampler && sampler.isImage(); } in isImage()1278 bool isSubpass() const { return basicType == EbtSampler && sampler.isSubpass(); } in isSubpass()1318 if (basicType == EbtSampler) in TType()1335 basicType(EbtSampler), vectorSize(1), matrixCols(0), matrixRows(0), vector1(false), in basicType() argument1525 virtual bool isOpaque() const { return basicType == EbtSampler || basicType == EbtAtomicUint in isOpaque()1533 virtual bool isImage() const { return basicType == EbtSampler && getSampler().isImage(); } in isImage()1534 virtual bool isSubpass() const { return basicType == EbtSampler && getSampler().isSubpass(); } in isSubpass()1535 virtual bool isTexture() const { return basicType == EbtSampler && getSampler().isTexture(); } in isTexture()1719 case EbtSampler: return "sampler/image"; in getBasicString()1955 if (basicType == EbtSampler) in getBasicTypeString()
61 EbtSampler, enumerator
236 if (node->getType().getBasicType() == EbtSampler) { in lValueErrorCheck()725 if (base->getType().getBasicType() == EbtSampler && !base->isArray()) { in handleBracketOperator()942 if (base->getType().getBasicType() == EbtSampler) { in handleDotDereference()1076 if (base->getType().getBasicType() == EbtSampler) { in isBuiltInMethod()3754 if (arguments->getAsTyped()->getBasicType() != EbtSampler) in decomposeSampleMethods()3758 argAggregate->getSequence()[0]->getAsTyped()->getBasicType() != EbtSampler) in decomposeSampleMethods()3935 assert(texType.getBasicType() == EbtSampler); in decomposeSampleMethods()4064 if (argSamp->getType().getBasicType() != EbtSampler) { in decomposeSampleMethods()4313 if (argSamp->getType().getBasicType() != EbtSampler) { in decomposeSampleMethods()7423 …if (from.getBasicType() == EbtSampler && to1.getBasicType() == EbtSampler && to2.getBasicType() ==… in findFunction()
453 if (variableType.getBasicType() == EbtSampler) { in acceptDeclaration()
578 flags.isImage = type.getBasicType() == glslang::EbtSampler; in TranslateCoherent()963 assert(type.getBasicType() == glslang::EbtSampler); in TranslateImageFormat()1149 if (baseType.getBasicType() == glslang::EbtSampler) { in addIndirectionIndexCapabilities()1168 if (baseType.getBasicType() == glslang::EbtSampler) { in addIndirectionIndexCapabilities()1199 if (type.getBasicType() == glslang::EbtSampler) in IsDescriptorResource()3027 case glslang::EbtSampler: in convertGlslangToSpvType()