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.cpp4001 case EOpTextureLod: //is almost EOpTextureBias (only args & operations are different) in decomposeSampleMethods()
4030 TIntermAggregate *tex = new TIntermAggregate(EOpTextureLod); in decomposeSampleMethods()
4333 TOperator textureOp = (op == EOpMethodSampleCmpLevelZero ? EOpTextureLod : EOpTexture); in decomposeSampleMethods()
4447 … 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.cpp320 { EOpTextureLod, "textureLod", nullptr },
9547 symbolTable.relateToOperator("texture1DLod", EOpTextureLod); in add2ndGenerationSamplingImaging()
9565 symbolTable.relateToOperator("texture2DLod", EOpTextureLod); in add2ndGenerationSamplingImaging()
9566 symbolTable.relateToOperator("texture2DLodEXT", EOpTextureLod); in add2ndGenerationSamplingImaging()
9574 symbolTable.relateToOperator("texture3DLod", EOpTextureLod); in add2ndGenerationSamplingImaging()
9579 symbolTable.relateToOperator("textureCubeLod", EOpTextureLod); in add2ndGenerationSamplingImaging()
9580 symbolTable.relateToOperator("textureCubeLodEXT", EOpTextureLod); in add2ndGenerationSamplingImaging()
9589 symbolTable.relateToOperator("shadow1DLod", EOpTextureLod); in add2ndGenerationSamplingImaging()
9590 symbolTable.relateToOperator("shadow2DLod", EOpTextureLod); in add2ndGenerationSamplingImaging()
DintermOut.cpp909 case EOpTextureLod: out.debug << "textureLod"; break; in visitAggregate()
/third_party/glslang/glslang/Include/
Dintermediate.h848 EOpTextureLod, enumerator
1436 case EOpTextureLod: in crackTexture()