Searched refs:GLSL_SAMPLER_DIM_CUBE (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/glsl/ |
D | builtin_types.h | 61 glsl_type(GL_SAMPLER_CUBE, GLSL_SAMPLER_DIM_CUBE, 0, 0, GLSL_TYPE_FLOAT, 240 GLSL_SAMPLER_DIM_CUBE, 1, 0, GLSL_TYPE_FLOAT, "samplerCubeShadow"), 256 GLSL_SAMPLER_DIM_CUBE, 0, 0, GLSL_TYPE_INT, "isamplerCube"), 258 GLSL_SAMPLER_DIM_CUBE, 0, 0, GLSL_TYPE_UINT, "usamplerCube"),
|
D | glsl_types.h | 66 GLSL_SAMPLER_DIM_CUBE, enumerator
|
D | glsl_types.cpp | 144 case GLSL_SAMPLER_DIM_CUBE: in sampler_index()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_lower_texture_gradients.cpp | 70 case GLSL_SAMPLER_DIM_CUBE: in txs_type() 106 if (ir->sampler->type->sampler_dimensionality == GLSL_SAMPLER_DIM_CUBE) { in visit_leave()
|
D | brw_cubemap_normalize.cpp | 51 if (ir->sampler->type->sampler_dimensionality != GLSL_SAMPLER_DIM_CUBE) in visit_leave()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 2701 sampler_type->sampler_dimensionality == GLSL_SAMPLER_DIM_CUBE) { in visit() 2756 case GLSL_SAMPLER_DIM_CUBE: in visit()
|
/external/mesa3d/src/mesa/program/ |
D | ir_to_mesa.cpp | 2132 case GLSL_SAMPLER_DIM_CUBE: in visit()
|