Searched refs:sampler3D (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/ |
D | FragShader.fsh | 4 uniform mediump sampler3D sColourLUT;
|
/external/mesa3d/src/compiler/glsl/tests/ |
D | sampler_types_test.cpp | 54 T( sampler3D, GLSL_SAMPLER_DIM_3D, GLSL_TYPE_FLOAT, NONARRAY, COLOR, 3)
|
/external/mesa3d/docs/specs/ |
D | MESA_shader_debug.spec | 183 void printMESA(const sampler3D value)
|
/external/swiftshader/src/OpenGL/compiler/ |
D | Initialize.cpp | 234 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/ |
D | builtin_type_macros.h | 84 DECL_TYPE(sampler3D, GL_SAMPLER_3D, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_3…
|
/external/deqp/data/gles2/shaders/ |
D | keywords.test | 1387 case sampler3D 1399 float sampler3D = 1.0;
|
/external/mesa3d/src/compiler/glsl/ |
D | builtin_types.cpp | 176 T(sampler3D, 110, 300)
|
D | glsl_lexer.ll | 322 sampler3D return SAMPLER3D;
|
D | glsl_parser.yy | 2235 | SAMPLER3D { $$ = "sampler3D"; }
|
/external/deqp/data/gles3/shaders/ |
D | keywords.test | 1050 case sampler3D 1063 float sampler3D = 1.0;
|