Searched refs:EOpTextureProj (Results 1 – 8 of 8) sorted by relevance
/third_party/glslang/glslang/HLSL/ |
D | hlslParseables.cpp | 1142 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/ |
D | Operator_autogen.h | 310 EOpTextureProj, enumerator
|
D | SymbolTable_autogen.cpp | 11911 EOpTextureProj, 11920 EOpTextureProj, 11929 EOpTextureProj, 11938 EOpTextureProj, 11947 EOpTextureProj, 11956 EOpTextureProj, 11965 EOpTextureProj, 11974 EOpTextureProj, 11983 EOpTextureProj, 11992 EOpTextureProj, [all …]
|
D | SymbolTable_ESSL_autogen.cpp | 8792 EOpTextureProj, 8801 EOpTextureProj, 8810 EOpTextureProj, 8819 EOpTextureProj, 8828 EOpTextureProj, 8837 EOpTextureProj, 8846 EOpTextureProj, 8855 EOpTextureProj, 8864 EOpTextureProj, 8873 EOpTextureProj, [all …]
|
D | OutputSPIRV.cpp | 3440 case EOpTextureProj: in createImageTextureBuiltIn()
|
/third_party/glslang/glslang/MachineIndependent/ |
D | Initialize.cpp | 319 { 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()
|
D | intermOut.cpp | 908 case EOpTextureProj: out.debug << "textureProj"; break; in visitAggregate()
|
/third_party/glslang/glslang/Include/ |
D | intermediate.h | 847 EOpTextureProj, enumerator 1433 case EOpTextureProj: in crackTexture()
|