Home
last modified time | relevance | path

Searched refs:ILO_MAX_SAMPLERS (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/ilo/
Dilo_render_gen.h112 uint32_t SAMPLER_BORDER_COLOR_STATE[ILO_MAX_SAMPLERS];
127 uint32_t SAMPLER_BORDER_COLOR_STATE[ILO_MAX_SAMPLERS];
136 uint32_t SAMPLER_BORDER_COLOR_STATE[ILO_MAX_SAMPLERS];
Dilo_state.h55 #define ILO_MAX_SAMPLERS 16 macro
196 const struct ilo_sampler_cso *cso[ILO_MAX_SAMPLERS];
Dilo_render_dynamic.c139 struct ilo_state_sampler samplers[ILO_MAX_SAMPLERS]; in gen6_emit_draw_dynamic_samplers()
478 struct ilo_state_sampler samplers[ILO_MAX_SAMPLERS]; in gen6_emit_launch_grid_dynamic_samplers()
Dilo_screen.c134 return ILO_MAX_SAMPLERS; in ilo_get_shader_param()