/third_party/mesa3d/src/freedreno/afuc/ |
D | emu-ui.c | 515 BITSET_FOREACH_SET (i, emu->gpr_regs.written, EMU_NUM_GPR_REGS) { in emu_dump_state_change() 519 BITSET_FOREACH_SET (i, emu->gpu_regs.written, EMU_NUM_GPU_REGS) { in emu_dump_state_change() 523 BITSET_FOREACH_SET (i, emu->pipe_regs.written, EMU_NUM_PIPE_REGS) { in emu_dump_state_change() 527 BITSET_FOREACH_SET (i, emu->control_regs.written, EMU_NUM_CONTROL_REGS) { in emu_dump_state_change()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_compiler_nir_liveness.c | 242 BITSET_FOREACH_SET(i, block->live_in, state.num_defs) in etna_live_defs() 245 BITSET_FOREACH_SET(i, block->live_out, state.num_defs) in etna_live_defs()
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_liveness.c | 387 BITSET_FOREACH_SET(index, block->live_in, impl->ssa_alloc) { in nir_live_ssa_defs_per_instr() 408 BITSET_FOREACH_SET(index, block->live_out, impl->ssa_alloc) { in nir_live_ssa_defs_per_instr()
|
D | nir_phi_builder.c | 135 BITSET_FOREACH_SET(i, defs, pb->num_blocks) { in nir_phi_builder_add_value()
|
/third_party/mesa3d/src/freedreno/ |
D | .clang-format | 25 - BITSET_FOREACH_SET
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | .clang-format | 25 - BITSET_FOREACH_SET
|
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/ |
D | regalloc.c | 176 BITSET_FOREACH_SET(live_reg, ctx->live, ctx->comp->cur_reg) { in add_all_interferences() 189 BITSET_FOREACH_SET(live_idx, live_reg, ctx->comp->cur_reg) { in print_liveness() 367 BITSET_FOREACH_SET(reg_idx, block->live_out, ctx->comp->cur_reg) { in assign_regs()
|
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/ |
D | regalloc.c | 517 BITSET_FOREACH_SET(i, liveness, comp->reg_num) { in ppir_all_interference() 518 BITSET_FOREACH_SET(j, liveness, comp->reg_num) { in ppir_all_interference() 547 BITSET_FOREACH_SET(i, instr->live_internal, comp->reg_num) { in ppir_regalloc_prog_try()
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_liveness.c | 103 BITSET_FOREACH_SET (name, tmp_live, live->definitions_count) { in compute_block_liveness()
|
D | ir3_spill.c | 1514 BITSET_FOREACH_SET (name, ctx->live->live_in[block->index], in spill_single_pred_live_in() 1591 BITSET_FOREACH_SET (name, state->live_out, ctx->live->definitions_count) { in reload_live_outs() 1699 BITSET_FOREACH_SET (name, ctx->live->live_in[block->index], in handle_block() 1724 BITSET_FOREACH_SET (name, ctx->live->live_in[block->index], in handle_block()
|
D | ir3_ra.c | 1971 BITSET_FOREACH_SET (name, ctx->live->live_in[block->index], in handle_block() 2029 BITSET_FOREACH_SET (name, ctx->live->live_out[block->index], in handle_block() 2144 BITSET_FOREACH_SET (name, live->live_in[block->index], in calc_min_limit_pressure()
|
/third_party/mesa3d/src/panfrost/midgard/ |
D | mir_promote_uniforms.c | 107 BITSET_FOREACH_SET(vec4, block->uses, MAX_UBO_QWORDS) { in mir_pick_ubo()
|
D | midgard_schedule.c | 332 BITSET_FOREACH_SET(i, done->dependents, count) { in mir_update_worklist() 691 BITSET_FOREACH_SET(i, worklist, count) { in mir_choose_instruction() 695 BITSET_FOREACH_SET(i, worklist, count) { in mir_choose_instruction()
|
/third_party/mesa3d/src/util/ |
D | register_allocate.c | 209 BITSET_FOREACH_SET(c, reg->conflicts, regs->count) { in ra_make_reg_conflicts_transitive() 334 BITSET_FOREACH_SET(rc, regs->classes[c]->regs, regs->count) { in ra_set_finalize() 361 BITSET_FOREACH_SET(rc, regs->classes[c]->regs, regs->count) { in ra_set_finalize()
|
D | bitset.h | 331 #define BITSET_FOREACH_SET(__i, __set, __size) \ macro
|
/third_party/mesa3d/src/panfrost/bifrost/ |
D | bi_schedule.c | 460 BITSET_FOREACH_SET(i, st.dependents[idx], st.count) { in bi_update_worklist() 1090 BITSET_FOREACH_SET(i, st.worklist, st.count) { in bi_choose_index() 1843 BITSET_FOREACH_SET(i, st.worklist, st.count) { in bi_schedule_block()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_cb_perfmon.c | 92 BITSET_FOREACH_SET(cid, m->ActiveCounters[gid], g->NumCounters) { in init_perf_monitor()
|
/third_party/mesa3d/src/mesa/main/ |
D | performance_monitor.c | 566 BITSET_FOREACH_SET(counter, m->ActiveCounters[group], g->NumCounters) { in perf_monitor_result_size()
|
/third_party/mesa3d/src/gallium/drivers/asahi/ |
D | agx_pipe.c | 532 BITSET_FOREACH_SET(handle, batch->bo_list, sizeof(batch->bo_list) * 8) { in agx_flush()
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
D | pan_job.c | 44 BITSET_FOREACH_SET(idx, ctx->batches.active, PAN_MAX_BATCHES)
|
D | pan_context.c | 381 BITSET_FOREACH_SET(i, &variant->info.fs.outputs_read, 8) { in panfrost_variant_matches()
|
/third_party/mesa3d/src/intel/compiler/ |
D | test_eu_validate.cpp | 355 BITSET_FOREACH_SET(e, invalid_encodings, num_encodings) { in TEST_P() 433 BITSET_FOREACH_SET(e, invalid_encodings, num_encodings) { in TEST_P() 525 BITSET_FOREACH_SET(e, invalid_encodings, num_encodings) { in TEST_P()
|
/third_party/mesa3d/src/mesa/program/ |
D | prog_to_nir.c | 908 BITSET_FOREACH_SET(i, c->prog->info.system_values_read, SYSTEM_VALUE_MAX) { in setup_registers_and_variables()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_vX_pipeline.c | 829 BITSET_FOREACH_SET(loc, pipeline->varyings.active, VARYING_SLOT_MAX) { in panvk_pipeline_builder_collect_varyings()
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_draw.c | 482 BITSET_FOREACH_SET(s, prog->info.textures_used_by_txf, 32) in mark_textures_used_for_txf()
|