Home
last modified time | relevance | path

Searched refs:EOpTextureProj (Results 1 – 8 of 8) sorted by relevance

/third_party/glslang/glslang/HLSL/
DhlslParseables.cpp1142 symbolTable.relateToOperator("tex1Dproj", EOpTextureProj); in identifyBuiltIns()
1147 symbolTable.relateToOperator("tex2Dproj", EOpTextureProj); in identifyBuiltIns()
1152 symbolTable.relateToOperator("tex3Dproj", EOpTextureProj); in identifyBuiltIns()
1157 symbolTable.relateToOperator("texCUBEproj", EOpTextureProj); in identifyBuiltIns()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DOperator_autogen.h310 EOpTextureProj, enumerator
DSymbolTable_autogen.cpp11911 EOpTextureProj,
11920 EOpTextureProj,
11929 EOpTextureProj,
11938 EOpTextureProj,
11947 EOpTextureProj,
11956 EOpTextureProj,
11965 EOpTextureProj,
11974 EOpTextureProj,
11983 EOpTextureProj,
11992 EOpTextureProj,
[all …]
DSymbolTable_ESSL_autogen.cpp8792 EOpTextureProj,
8801 EOpTextureProj,
8810 EOpTextureProj,
8819 EOpTextureProj,
8828 EOpTextureProj,
8837 EOpTextureProj,
8846 EOpTextureProj,
8855 EOpTextureProj,
8864 EOpTextureProj,
8873 EOpTextureProj,
[all …]
DOutputSPIRV.cpp3440 case EOpTextureProj: in createImageTextureBuiltIn()
/third_party/glslang/glslang/MachineIndependent/
DInitialize.cpp319 { EOpTextureProj, "textureProj", nullptr },
9545 symbolTable.relateToOperator("texture1DProj", EOpTextureProj); in add2ndGenerationSamplingImaging()
9551 symbolTable.relateToOperator("texture2DRectProj", EOpTextureProj); in add2ndGenerationSamplingImaging()
9555 symbolTable.relateToOperator("shadow2DRectProj", EOpTextureProj); in add2ndGenerationSamplingImaging()
9560 symbolTable.relateToOperator("texture2DProj", EOpTextureProj); in add2ndGenerationSamplingImaging()
9572 symbolTable.relateToOperator("texture3DProj", EOpTextureProj); in add2ndGenerationSamplingImaging()
9585 symbolTable.relateToOperator("shadow1DProj", EOpTextureProj); in add2ndGenerationSamplingImaging()
9586 symbolTable.relateToOperator("shadow2DProj", EOpTextureProj); in add2ndGenerationSamplingImaging()
9763 symbolTable.relateToOperator("shadow2DProjEXT", EOpTextureProj); in add2ndGenerationSamplingImaging()
DintermOut.cpp908 case EOpTextureProj: out.debug << "textureProj"; break; in visitAggregate()
/third_party/glslang/glslang/Include/
Dintermediate.h847 EOpTextureProj, enumerator
1433 case EOpTextureProj: in crackTexture()