Searched refs:BITSET_FOREACH_SET (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/util/ |
D | bitset.h | 131 #define BITSET_FOREACH_SET(__i, __tmp, __set, __size) \ macro
|
D | register_allocate.c | 297 BITSET_FOREACH_SET(c, tmp, reg->conflicts, regs->count) { in ra_make_reg_conflicts_transitive()
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_nir_apply_pipeline_layout.c | 365 BITSET_FOREACH_SET(b, _tmp, state.set[set].used, in anv_nir_apply_pipeline_layout() 387 BITSET_FOREACH_SET(b, _tmp, state.set[set].used, in anv_nir_apply_pipeline_layout()
|
/external/mesa3d/src/compiler/nir/ |
D | nir_phi_builder.c | 124 BITSET_FOREACH_SET(i, tmp, defs, pb->num_blocks) { in nir_phi_builder_add_value()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_perfmon.c | 92 BITSET_FOREACH_SET(cid, tmp, m->ActiveCounters[gid], g->NumCounters) { in init_perf_monitor()
|
/external/mesa3d/src/mesa/main/ |
D | performance_monitor.c | 569 BITSET_FOREACH_SET(counter, tmp, m->ActiveCounters[group], g->NumCounters) { in perf_monitor_result_size()
|