Home
last modified time | relevance | path

Searched refs:SI_NUM_SAMPLERS (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state.h40 #define SI_NUM_SAMPLERS 32 /* OpenGL textures units per shader */ macro
H A Dsi_get.c461 return SI_NUM_SAMPLERS; in si_get_shader_param()
H A Dsi_pipe.h743 struct pipe_sampler_view *views[SI_NUM_SAMPLERS];
744 struct si_sampler_state *sampler_states[SI_NUM_SAMPLERS];
H A Dsi_descriptors.c2717 unsigned num_sampler_slots = SI_NUM_IMAGE_SLOTS / 2 + SI_NUM_SAMPLERS; in si_init_all_descriptors()
2763 for (; j < SI_NUM_IMAGE_SLOTS + SI_NUM_SAMPLERS * 2; j++) in si_init_all_descriptors()

Completed in 13 milliseconds