Home
last modified time | relevance | path

Searched refs:sampler3D (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/
DFragShader.fsh4 uniform mediump sampler3D sColourLUT;
/external/mesa3d/src/compiler/glsl/tests/
Dsampler_types_test.cpp54 T( sampler3D, GLSL_SAMPLER_DIM_3D, GLSL_TYPE_FLOAT, NONARRAY, COLOR, 3)
/external/mesa3d/docs/specs/
DMESA_shader_debug.spec183 void printMESA(const sampler3D value)
/external/swiftshader/src/OpenGL/compiler/
DInitialize.cpp234 TType *sampler3D = new TType(EbtSampler3D); in InsertBuiltInFunctions() local
243 symbolTable.insertBuiltIn(ESSL1_BUILTINS, float4, "texture3D", sampler3D, float3); in InsertBuiltInFunctions()
276 symbolTable.insertBuiltIn(ESSL1_BUILTINS, float4, "texture3DLod", sampler3D, float3, float1); in InsertBuiltInFunctions()
/external/mesa3d/src/compiler/
Dbuiltin_type_macros.h84 DECL_TYPE(sampler3D, GL_SAMPLER_3D, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_3…
/external/deqp/data/gles2/shaders/
Dkeywords.test1387 case sampler3D
1399 float sampler3D = 1.0;
/external/mesa3d/src/compiler/glsl/
Dbuiltin_types.cpp176 T(sampler3D, 110, 300)
Dglsl_lexer.ll322 sampler3D return SAMPLER3D;
Dglsl_parser.yy2235 | SAMPLER3D { $$ = "sampler3D"; }
/external/deqp/data/gles3/shaders/
Dkeywords.test1050 case sampler3D
1063 float sampler3D = 1.0;