Home
last modified time | relevance | path

Searched refs:EOpTextureLod (Results 1 – 9 of 9) sorted by relevance

/third_party/glslang/glslang/HLSL/
DhlslParseables.cpp1141 symbolTable.relateToOperator("tex1Dlod", EOpTextureLod); in identifyBuiltIns()
1146 symbolTable.relateToOperator("tex2Dlod", EOpTextureLod); in identifyBuiltIns()
1151 symbolTable.relateToOperator("tex3Dlod", EOpTextureLod); in identifyBuiltIns()
1156 symbolTable.relateToOperator("texCUBElod", EOpTextureLod); in identifyBuiltIns()
DhlslParseHelper.cpp3911 case EOpTextureLod: //is almost EOpTextureBias (only args & operations are different) in decomposeSampleMethods()
3940 TIntermAggregate *tex = new TIntermAggregate(EOpTextureLod); in decomposeSampleMethods()
4243 TOperator textureOp = (op == EOpMethodSampleCmpLevelZero ? EOpTextureLod : EOpTexture); in decomposeSampleMethods()
4357 … const TOperator textureOp = (argOffset == nullptr ? EOpTextureLod : EOpTextureLodOffset); in decomposeSampleMethods()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DOperator_autogen.h311 EOpTextureLod, enumerator
DSymbolTable_ESSL_autogen.cpp8936 EOpTextureLod,
8945 EOpTextureLod,
8954 EOpTextureLod,
8963 EOpTextureLod,
8972 EOpTextureLod,
8981 EOpTextureLod,
8990 EOpTextureLod,
8999 EOpTextureLod,
9008 EOpTextureLod,
9017 EOpTextureLod,
[all …]
DSymbolTable_autogen.cpp12163 EOpTextureLod,
12172 EOpTextureLod,
12181 EOpTextureLod,
12190 EOpTextureLod,
12199 EOpTextureLod,
12208 EOpTextureLod,
12217 EOpTextureLod,
12226 EOpTextureLod,
12235 EOpTextureLod,
12244 EOpTextureLod,
[all …]
DOutputSPIRV.cpp3468 case EOpTextureLod: in createImageTextureBuiltIn()
/third_party/glslang/glslang/MachineIndependent/
DInitialize.cpp323 { EOpTextureLod, "textureLod", nullptr },
8936 symbolTable.relateToOperator("texture1DLod", EOpTextureLod);
8954 symbolTable.relateToOperator("texture2DLod", EOpTextureLod);
8955 symbolTable.relateToOperator("texture2DLodEXT", EOpTextureLod);
8963 symbolTable.relateToOperator("texture3DLod", EOpTextureLod);
8968 symbolTable.relateToOperator("textureCubeLod", EOpTextureLod);
8969 symbolTable.relateToOperator("textureCubeLodEXT", EOpTextureLod);
8978 symbolTable.relateToOperator("shadow1DLod", EOpTextureLod);
8979 symbolTable.relateToOperator("shadow2DLod", EOpTextureLod);
DintermOut.cpp928 case EOpTextureLod: out.debug << "textureLod"; break; in visitAggregate()
/third_party/glslang/glslang/Include/
Dintermediate.h831 EOpTextureLod, enumerator
1410 case EOpTextureLod: in crackTexture()