HomeSort by: relevance | last modified time | path
    Searched refs:bound_cbufs (Results 1 - 9 of 9) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
crocus_context.h 418 uint32_t bound_cbufs; member in struct:crocus_shader_state
crocus_program.c 2012 unsigned bound_cbufs = shs->bound_cbufs; local
2014 while (bound_cbufs) {
2015 const int i = u_bit_scan(&bound_cbufs);
crocus_state.c 3491 shs->bound_cbufs |= 1u << index;
3516 shs->bound_cbufs &= ~(1u << index);
8375 uint32_t bound_cbufs = shs->bound_cbufs & ~1u; local
8376 while (bound_cbufs) {
8377 const int i = u_bit_scan(&bound_cbufs);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
iris_context.h 539 uint32_t bound_cbufs; member in struct:iris_shader_state
iris_program.c 2113 unsigned bound_cbufs = shs->bound_cbufs; local
2115 while (bound_cbufs) {
2116 const int i = u_bit_scan(&bound_cbufs);
iris_resolve.c 378 uint32_t cbufs = shs->dirty_cbufs & shs->bound_cbufs;
iris_state.c 3219 shs->bound_cbufs |= 1u << index;
3260 shs->bound_cbufs &= ~(1u << index);
7312 uint32_t bound_cbufs = shs->bound_cbufs & ~1u; local
7313 while (bound_cbufs) {
7314 const int i = u_bit_scan(&bound_cbufs);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
iris_context.h 309 uint32_t bound_cbufs; member in struct:iris_shader_state
iris_state.c 2611 shs->bound_cbufs |= 1u << index;
2627 shs->bound_cbufs &= ~(1u << index);
5708 uint32_t bound_cbufs = shs->bound_cbufs & ~1u; local
5709 while (bound_cbufs) {
5710 const int i = u_bit_scan(&bound_cbufs);

Completed in 26 milliseconds