Searched refs:GLSL_SAMPLER_DIM_BUF (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/glsl/ |
D | builtin_types.h | 313 GLSL_SAMPLER_DIM_BUF, 0, 0, GLSL_TYPE_FLOAT, "samplerBuffer"), 315 GLSL_SAMPLER_DIM_BUF, 0, 0, GLSL_TYPE_INT, "isamplerBuffer"), 317 GLSL_SAMPLER_DIM_BUF, 0, 0, GLSL_TYPE_UINT, "usamplerBuffer"),
|
D | glsl_types.h | 68 GLSL_SAMPLER_DIM_BUF, enumerator
|
D | glsl_types.cpp | 148 case GLSL_SAMPLER_DIM_BUF: in sampler_index()
|
/external/mesa3d/src/mesa/program/ |
D | ir_to_mesa.cpp | 2138 case GLSL_SAMPLER_DIM_BUF: in visit()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 2762 case GLSL_SAMPLER_DIM_BUF: in visit()
|