Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_context.h427 uint32_t bound_ssbos; member
Dcrocus_state.c3618 shs->bound_ssbos &= ~modified_bits; in crocus_set_shader_buffers()
3631 shs->bound_ssbos |= 1 << (start_slot + i); in crocus_set_shader_buffers()
8387 uint32_t bound_ssbos = shs->bound_ssbos; local
8388 while (bound_ssbos) {
8389 const int i = u_bit_scan(&bound_ssbos);
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_context.h549 uint32_t bound_ssbos; member
Diris_resolve.c394 uint32_t ssbos = shs->bound_ssbos; in flush_ssbos()
Diris_state.c3377 shs->bound_ssbos &= ~modified_bits; in iris_set_shader_buffers()
3392 shs->bound_ssbos |= 1 << (start_slot + i); in iris_set_shader_buffers()
7328 uint32_t bound_ssbos = shs->bound_ssbos; in iris_rebind_buffer() local
7329 while (bound_ssbos) { in iris_rebind_buffer()
7330 const int i = u_bit_scan(&bound_ssbos); in iris_rebind_buffer()