Searched refs:bound_ssbos (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_context.h318 uint32_t bound_ssbos; member in struct:iris_shader_state
H A Diris_state.c2741 shs->bound_ssbos &= ~modified_bits;
2756 shs->bound_ssbos |= 1 << (start_slot + i);
5722 uint32_t bound_ssbos = shs->bound_ssbos; local in function:iris_rebind_buffer
5723 while (bound_ssbos) {
5724 const int i = u_bit_scan(&bound_ssbos);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_context.h427 uint32_t bound_ssbos; member in struct:crocus_shader_state
H A Dcrocus_state.c3618 shs->bound_ssbos &= ~modified_bits;
3631 shs->bound_ssbos |= 1 << (start_slot + i);
8387 uint32_t bound_ssbos = shs->bound_ssbos; local in function:crocus_rebind_buffer
8388 while (bound_ssbos) {
8389 const int i = u_bit_scan(&bound_ssbos);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_context.h549 uint32_t bound_ssbos; member in struct:iris_shader_state
H A Diris_resolve.c394 uint32_t ssbos = shs->bound_ssbos;
H A Diris_state.c3378 shs->bound_ssbos &= ~modified_bits;
3393 shs->bound_ssbos |= 1 << (start_slot + i);
7329 uint32_t bound_ssbos = shs->bound_ssbos; local in function:iris_rebind_buffer
7330 while (bound_ssbos) {
7331 const int i = u_bit_scan(&bound_ssbos);

Completed in 41 milliseconds