Searched refs:GLSL_SAMPLER_DIM_1D (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/glsl/ |
D | builtin_types.h | 187 glsl_type(GL_SAMPLER_1D, GLSL_SAMPLER_DIM_1D, 0, 0, GLSL_TYPE_FLOAT, 189 glsl_type(GL_SAMPLER_1D_SHADOW, GLSL_SAMPLER_DIM_1D, 1, 0, GLSL_TYPE_FLOAT, 230 GLSL_SAMPLER_DIM_1D, 0, 1, GLSL_TYPE_INT, "isampler1DArray"), 232 GLSL_SAMPLER_DIM_1D, 0, 1, GLSL_TYPE_UINT, "usampler1DArray"), 244 GLSL_SAMPLER_DIM_1D, 0, 0, GLSL_TYPE_INT, "isampler1D"), 246 GLSL_SAMPLER_DIM_1D, 0, 0, GLSL_TYPE_UINT, "usampler1D"), 297 GLSL_SAMPLER_DIM_1D, 0, 1, GLSL_TYPE_FLOAT, "sampler1DArray"), 301 GLSL_SAMPLER_DIM_1D, 1, 1, GLSL_TYPE_FLOAT, "sampler1DArrayShadow"),
|
D | glsl_types.h | 63 GLSL_SAMPLER_DIM_1D = 0, enumerator
|
D | glsl_types.cpp | 138 case GLSL_SAMPLER_DIM_1D: in sampler_index()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_lower_texture_gradients.cpp | 65 case GLSL_SAMPLER_DIM_1D: in txs_type()
|
/external/mesa3d/src/mesa/program/ |
D | ir_to_mesa.cpp | 2121 case GLSL_SAMPLER_DIM_1D: in visit()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 2745 case GLSL_SAMPLER_DIM_1D: in visit()
|