Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/include/pipe/
Dp_state.h63 #define PIPE_MAX_SHADER_SAMPLER_VIEWS 32 macro
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.h335 SamplerViews[PIPE_MAX_SHADER_SAMPLER_VIEWS];
Dtgsi_ureg.c151 } sampler_view[PIPE_MAX_SHADER_SAMPLER_VIEWS];
645 if (i < PIPE_MAX_SHADER_SAMPLER_VIEWS) { in ureg_DECL_sampler_view()