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.c1025 struct si_sampler_state **sstates = (struct si_sampler_state **)states; in si_bind_sampler_states() local
1028 if (!count || shader >= SI_NUM_SHADERS || !sstates) in si_bind_sampler_states()
1035 if (!sstates[i] || sstates[i] == samplers->sampler_states[slot]) in si_bind_sampler_states()
1039 assert(sstates[i]->magic == SI_SAMPLER_STATE_MAGIC); in si_bind_sampler_states()
1041 samplers->sampler_states[slot] = sstates[i]; in si_bind_sampler_states()
1056 si_set_sampler_state_desc(sstates[i], sview, tex, desc->list + desc_slot * 16 + 12); in si_bind_sampler_states()