Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_descriptors.c987 struct si_sampler_state **sstates = (struct si_sampler_state **)states; in si_bind_sampler_states() local
990 if (!count || shader >= SI_NUM_SHADERS || !sstates) in si_bind_sampler_states()
997 if (!sstates[i] || sstates[i] == samplers->sampler_states[slot]) in si_bind_sampler_states()
1001 assert(sstates[i]->magic == SI_SAMPLER_STATE_MAGIC); in si_bind_sampler_states()
1003 samplers->sampler_states[slot] = sstates[i]; in si_bind_sampler_states()
1018 si_set_sampler_state_desc(sstates[i], sview, tex, desc->list + desc_slot * 16 + 12); in si_bind_sampler_states()