Searched refs:GLSL_SAMPLER_DIM_CUBE (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/glsl/ |
D | builtin_types.h | 56 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"),
|
D | glsl_types.h | 62 GLSL_SAMPLER_DIM_CUBE, enumerator
|
D | ir_to_llvm.cpp | 962 if (GLSL_SAMPLER_DIM_CUBE == sampler->type->sampler_dimensionality) in visit()
|