Home
last modified time | relevance | path

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

/external/mesa3d/src/glsl/
Dbuiltin_types.h56 glsl_type(GL_SAMPLER_CUBE, GLSL_SAMPLER_DIM_CUBE, 0, 0, GLSL_TYPE_FLOAT,
232 GLSL_SAMPLER_DIM_CUBE, 1, 0, GLSL_TYPE_FLOAT, "samplerCubeShadow"),
248 GLSL_SAMPLER_DIM_CUBE, 0, 0, GLSL_TYPE_INT, "isamplerCube"),
250 GLSL_SAMPLER_DIM_CUBE, 0, 0, GLSL_TYPE_UINT, "usamplerCube"),
Dglsl_types.h62 GLSL_SAMPLER_DIM_CUBE, enumerator
Dir_to_llvm.cpp962 if (GLSL_SAMPLER_DIM_CUBE == sampler->type->sampler_dimensionality) in visit()