Home
last modified time | relevance | path

Searched refs:EOpTextureProjLod (Results 1 – 3 of 3) sorted by relevance

/external/deqp-deps/glslang/glslang/MachineIndependent/
DInitialize.cpp9106 symbolTable.relateToOperator("textureProjLod", EOpTextureProjLod); in add2ndGenerationSamplingImaging()
9138 symbolTable.relateToOperator("texture1DProjLod", EOpTextureProjLod); in add2ndGenerationSamplingImaging()
9157 symbolTable.relateToOperator("texture2DProjLod", EOpTextureProjLod); in add2ndGenerationSamplingImaging()
9158 symbolTable.relateToOperator("texture2DProjLodEXT", EOpTextureProjLod); in add2ndGenerationSamplingImaging()
9165 symbolTable.relateToOperator("texture3DProjLod", EOpTextureProjLod); in add2ndGenerationSamplingImaging()
9181 symbolTable.relateToOperator("shadow1DProjLod", EOpTextureProjLod); in add2ndGenerationSamplingImaging()
9182 symbolTable.relateToOperator("shadow2DProjLod", EOpTextureProjLod); in add2ndGenerationSamplingImaging()
DintermOut.cpp927 case EOpTextureProjLod: out.debug << "textureProjLod"; break; in visitAggregate()
/external/deqp-deps/glslang/glslang/Include/
Dintermediate.h827 EOpTextureProjLod, enumerator
1366 case EOpTextureProjLod: in crackTexture()