Home
last modified time | relevance | path

Searched refs:EOpImageLoad (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DOperator_autogen.h411 EOpImageLoad, enumerator
537 return op >= EOpImageLoad && op <= EOpImageLoad; in IsImageLoad()
DSymbolTable_autogen.cpp19073 EOpImageLoad,
19081 EOpImageLoad,
19090 EOpImageLoad,
19099 EOpImageLoad,
19107 EOpImageLoad,
19116 EOpImageLoad,
19125 EOpImageLoad,
19133 EOpImageLoad,
19142 EOpImageLoad,
19151 EOpImageLoad,
[all …]
DSymbolTable_ESSL_autogen.cpp12960 EOpImageLoad,
12968 EOpImageLoad,
12977 EOpImageLoad,
12986 EOpImageLoad,
12994 EOpImageLoad,
13003 EOpImageLoad,
13012 EOpImageLoad,
13020 EOpImageLoad,
13029 EOpImageLoad,
13038 EOpImageLoad,
[all …]
DOutputSPIRV.cpp3662 case EOpImageLoad: in createImageTextureBuiltIn()
/third_party/glslang/glslang/MachineIndependent/
DintermOut.cpp561 case EOpImageLoad: out.debug << "imageLoad"; break; in visitUnary()
907 case EOpImageLoad: out.debug << "imageLoad"; break; in visitAggregate()
DInitialize.cpp8895 symbolTable.relateToOperator("imageLoad", EOpImageLoad);
DParseHelper.cpp1398 agg->getOp() == EOpImageLoad || agg->getOp() == EOpImageStore || in computeBuiltinPrecisions()
/third_party/glslang/glslang/Include/
Dintermediate.h794 EOpImageLoad, enumerator
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp165 if (lhsAsAggregate != nullptr && lhsAsAggregate->getOp() == EOpImageLoad) in shouldConvertLValue()
280 TIntermAggregate* loadOp = new TIntermAggregate(EOpImageLoad); in handleLvalue()
731 … TIntermAggregate* load = new TIntermAggregate(sampler.isImage() ? EOpImageLoad : EOpTextureFetch); in handleBracketOperator()
4309 const TOperator fetchOp = (isImage ? EOpImageLoad : in decomposeSampleMethods()
4744 return imageAggregate != nullptr && imageAggregate->getOp() == EOpImageLoad; in decomposeIntrinsic()
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp4853 if (node->getOp() == glslang::EOpImageLoad || node->getOp() == glslang::EOpImageLoadLod) { in createImageTextureFunctionCall()