Home
last modified time | relevance | path

Searched refs:EbtSampler (Results 1 – 14 of 14) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/
Dglslang.y2532 $$.basicType = EbtSampler;
2537 $$.basicType = EbtSampler;
2542 $$.basicType = EbtSampler;
2547 $$.basicType = EbtSampler;
2552 $$.basicType = EbtSampler;
2557 $$.basicType = EbtSampler;
2562 $$.basicType = EbtSampler;
2567 $$.basicType = EbtSampler;
2572 $$.basicType = EbtSampler;
2577 $$.basicType = EbtSampler;
[all …]
Dglslang_tab.cpp8940 (yyval.interm.type).basicType = EbtSampler; in yyparse()
8950 (yyval.interm.type).basicType = EbtSampler; in yyparse()
8960 (yyval.interm.type).basicType = EbtSampler; in yyparse()
8970 (yyval.interm.type).basicType = EbtSampler; in yyparse()
8980 (yyval.interm.type).basicType = EbtSampler; in yyparse()
8990 (yyval.interm.type).basicType = EbtSampler; in yyparse()
9000 (yyval.interm.type).basicType = EbtSampler; in yyparse()
9010 (yyval.interm.type).basicType = EbtSampler; in yyparse()
9020 (yyval.interm.type).basicType = EbtSampler; in yyparse()
9030 (yyval.interm.type).basicType = EbtSampler; in yyparse()
[all …]
Diomapper.h197 return type.getBasicType() == glslang::EbtSampler && type.getSampler().isPureSampler(); in isSamplerType()
201 return (type.getBasicType() == glslang::EbtSampler && in isTextureType()
210 return type.getBasicType() == glslang::EbtSampler && type.getSampler().isImage(); in isImageType()
226 return (type.getBasicType() == glslang::EbtSampler && type.getSampler().isImage()) || in isUavType()
DIntermediate.cpp542 case EbtSampler: in isConversionAllowed()
549 if (getSource() == EShSourceHlsl && node->getBasicType() == EbtSampler) in isConversionAllowed()
554 if (node->getBasicType() == EbtSampler && op == EOpAssign && in isConversionAllowed()
742 case EbtSampler: newOp = EOpConvIntToUint; break; in buildConvertOp()
1982 case EbtSampler: in mapTypeToConstructorOp()
3338 … if (left->isArray() || left->getBasicType() == EbtStruct || left->getBasicType() == EbtSampler) { in promoteBinary()
3342 if (left->getBasicType() == EbtSampler) { in promoteBinary()
3980 if (symbol->getBasicType() == EbtSampler && symbol->getType().getSampler().isTexture()) { in visitSymbol()
3995 …if (symbol && symbol->getBasicType() == EbtSampler && symbol->getType().getSampler().isPureSampler… in visitAggregate()
DParseHelper.cpp160 defaultPrecision[EbtSampler] = EpqLow; in setPrecisionDefaults()
637 else if (base->getBasicType() == EbtSampler && version >= 130) { in handleBracketDereference()
676 if ((! limits.generalSamplerIndexing && base->getBasicType() == EbtSampler) || in handleIndexLimits()
1911 … if (op == EOpAssign && left->getBasicType() == EbtSampler && right->getBasicType() == EbtSampler) in addAssign()
1940 …const bool isMS = arg0->getBasicType() == EbtSampler && arg0->getType().getSampler().isMultiSample… in memorySemanticsCheck()
2822 fnCandidate.getParamCount() > 0 && fnCandidate[0].type->getBasicType() == EbtSampler) in nonOpBuiltInCheck()
2970 if (intermediate.getEnhancedMsgs() && type.getBasicType() == EbtSampler) in handleConstructorCall()
3691 …(op != EOpConstructStruct && op != EOpConstructNonuniform && typed->getBasicType() == EbtSampler) { in constructorError()
3758 if (function[0].type->getBasicType() != EbtSampler || in constructorTextureSamplerError()
3777 if ( function[1].type->getBasicType() != EbtSampler || in constructorTextureSamplerError()
[all …]
DSymbolTable.cpp81 case EbtSampler: in buildMangledName()
DParseContextBase.cpp155 case EbtSampler: in lValueErrorCheck()
DlinkValidate.cpp1726 if (basicTy == EbtSampler && type.getSampler().isAttachmentEXT()) in addUsedLocation()
2045 case EbtSampler: in getBaseAlignmentScalar()
Dreflection.cpp890 case EbtSampler: in mapToGlType()
/third_party/glslang/glslang/Include/
DTypes.h1526 bool isImage() const { return basicType == EbtSampler && sampler.isImage(); } in isImage()
1527 bool isSubpass() const { return basicType == EbtSampler && sampler.isSubpass(); } in isSubpass()
1528 bool isAttachmentEXT() const { return basicType == EbtSampler && sampler.isAttachmentEXT(); } in isAttachmentEXT()
1579 if (basicType == EbtSampler) in TType()
1626 …basicType(EbtSampler), vectorSize(1u), matrixCols(0u), matrixRows(0u), vector1(false), coopmatNV(f… in basicType() argument
1854 virtual bool isOpaque() const { return basicType == EbtSampler in isOpaque()
1859 …virtual bool isAttachmentEXT() const { return basicType == EbtSampler && getSampler().isAttachment… in isAttachmentEXT()
1860 virtual bool isImage() const { return basicType == EbtSampler && getSampler().isImage(); } in isImage()
1861 virtual bool isSubpass() const { return basicType == EbtSampler && getSampler().isSubpass(); } in isSubpass()
1862 virtual bool isTexture() const { return basicType == EbtSampler && getSampler().isTexture(); } in isTexture()
[all …]
DBaseTypes.h62 EbtSampler, enumerator
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp238 if (node->getType().getBasicType() == EbtSampler) { in lValueErrorCheck()
723 if (base->getType().getBasicType() == EbtSampler && !base->isArray()) { in handleBracketOperator()
938 if (base->getType().getBasicType() == EbtSampler) { in handleDotDereference()
1072 if (base->getType().getBasicType() == EbtSampler) { in isBuiltInMethod()
3984 if (arguments->getAsTyped()->getBasicType() != EbtSampler) in decomposeSampleMethods()
3989 argAggregate->getSequence()[0]->getAsTyped()->getBasicType() != EbtSampler) in decomposeSampleMethods()
4169 assert(texType.getBasicType() == EbtSampler); in decomposeSampleMethods()
4299 if (argSamp->getType().getBasicType() != EbtSampler) { in decomposeSampleMethods()
4550 if (argSamp->getType().getBasicType() != EbtSampler) { in decomposeSampleMethods()
7683 …if (from.getBasicType() == EbtSampler && to1.getBasicType() == EbtSampler && to2.getBasicType() ==… in findFunction()
DhlslGrammar.cpp466 if (variableType.getBasicType() == EbtSampler) { in acceptDeclaration()
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp615 flags.isImage = type.getBasicType() == glslang::EbtSampler; in TranslateCoherent()
1127 assert(type.getBasicType() == glslang::EbtSampler); in TranslateImageFormat()
1407 if (baseType.getBasicType() == glslang::EbtSampler) { in addIndirectionIndexCapabilities()
1426 if (baseType.getBasicType() == glslang::EbtSampler) { in addIndirectionIndexCapabilities()
1455 if (type.getBasicType() == glslang::EbtSampler || in IsDescriptorResource()
4498 case glslang::EbtSampler: in convertGlslangToSpvType()