Home
last modified time | relevance | path

Searched refs:SI_NUM_SAMPLERS (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.h259 struct pipe_sampler_view *views[SI_NUM_SAMPLERS];
260 struct si_sampler_state *sampler_states[SI_NUM_SAMPLERS];
Dsi_state.h37 #define SI_NUM_SAMPLERS 32 /* OpenGL textures units per shader */ macro
Dsi_get.c441 return SI_NUM_SAMPLERS; in si_get_shader_param()
Dsi_descriptors.c2562 unsigned num_sampler_slots = SI_NUM_IMAGES / 2 + SI_NUM_SAMPLERS; in si_init_all_descriptors()
2593 for (; j < SI_NUM_IMAGES + SI_NUM_SAMPLERS * 2; j++) in si_init_all_descriptors()
Dsi_shader.c4574 SI_NUM_IMAGES + SI_NUM_SAMPLERS * 2)); in declare_per_stage_desc_pointers()