Home
last modified time | relevance | path

Searched refs:BITSET_FOREACH_SET (Results 1 – 25 of 25) sorted by relevance

/third_party/mesa3d/src/freedreno/afuc/
Demu-ui.c515 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/
Detnaviv_compiler_nir_liveness.c242 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/amd/common/
Dac_nir_opt_outputs.c131 BITSET_FOREACH_SET(p, outputs_optimized, current) { in ac_eliminate_duplicated_output()
315 BITSET_FOREACH_SET(i, outputs_optimized, NUM_TOTAL_VARYING_SLOTS) { in ac_nir_optimize_outputs()
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
Dregalloc.c176 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/
Dregalloc.c525 BITSET_FOREACH_SET(i, liveness, comp->reg_num) { in ppir_all_interference()
526 BITSET_FOREACH_SET(j, liveness, comp->reg_num) { in ppir_all_interference()
555 BITSET_FOREACH_SET(i, instr->live_internal, comp->reg_num) { in ppir_regalloc_prog_try()
/third_party/mesa3d/src/gallium/drivers/freedreno/
D.clang-format25 - BITSET_FOREACH_SET
/third_party/mesa3d/src/freedreno/
D.clang-format25 - BITSET_FOREACH_SET
/third_party/mesa3d/src/freedreno/ir3/
Dir3_liveness.c103 BITSET_FOREACH_SET (name, tmp_live, live->definitions_count) { in compute_block_liveness()
Dir3_spill.c1610 BITSET_FOREACH_SET (name, ctx->live->live_in[block->index], in spill_single_pred_live_in()
1689 BITSET_FOREACH_SET (name, state->live_out, ctx->live->definitions_count) { in reload_live_outs()
1797 BITSET_FOREACH_SET (name, ctx->live->live_in[block->index], in handle_block()
1822 BITSET_FOREACH_SET (name, ctx->live->live_in[block->index], in handle_block()
Dir3_ra.c2253 BITSET_FOREACH_SET (name, ctx->live->live_in[block->index], in handle_block()
2311 BITSET_FOREACH_SET (name, ctx->live->live_out[block->index], in handle_block()
2426 BITSET_FOREACH_SET (name, live->live_in[block->index], in calc_min_limit_pressure()
/third_party/mesa3d/src/compiler/nir/
Dnir_phi_builder.c135 BITSET_FOREACH_SET(i, defs, pb->num_blocks) { in nir_phi_builder_add_value()
/third_party/mesa3d/src/util/
Dregister_allocate.c208 BITSET_FOREACH_SET(c, reg->conflicts, regs->count) { in ra_make_reg_conflicts_transitive()
333 BITSET_FOREACH_SET(rc, regs->classes[c]->regs, regs->count) { in ra_set_finalize()
360 BITSET_FOREACH_SET(rc, regs->classes[c]->regs, regs->count) { in ra_set_finalize()
Dbitset.h368 #define BITSET_FOREACH_SET(__i, __set, __size) \ macro
/third_party/mesa3d/src/panfrost/midgard/
Dmir_promote_uniforms.c107 BITSET_FOREACH_SET(vec4, block->uses, MAX_UBO_QWORDS) { in mir_pick_ubo()
Dmidgard_schedule.c332 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/panfrost/bifrost/
Dbi_opt_push_ubo.c198 BITSET_FOREACH_SET(neighbour, adjacency[node].row, PAN_MAX_PUSH) { in bi_find_component()
Dbi_schedule.c485 BITSET_FOREACH_SET(i, st.dependents[idx], st.count) { in bi_update_worklist()
1184 BITSET_FOREACH_SET(i, st.worklist, st.count) { in bi_choose_index()
1946 BITSET_FOREACH_SET(i, st.worklist, st.count) { in bi_schedule_block()
/third_party/mesa3d/src/mesa/main/
Dperformance_monitor.c114 BITSET_FOREACH_SET(cid, m->ActiveCounters[gid], g->NumCounters) { in init_perf_monitor()
948 BITSET_FOREACH_SET(counter, m->ActiveCounters[group], g->NumCounters) { in perf_monitor_result_size()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_job.c43 BITSET_FOREACH_SET(idx, ctx->batches.active, PAN_MAX_BATCHES)
/third_party/mesa3d/src/gallium/drivers/asahi/
Dagx_pipe.c531 BITSET_FOREACH_SET(handle, batch->bo_list, sizeof(batch->bo_list) * 8) { in agx_flush()
/third_party/mesa3d/src/intel/compiler/
Dtest_eu_validate.cpp358 BITSET_FOREACH_SET(e, invalid_encodings, num_encodings) { in TEST_P()
436 BITSET_FOREACH_SET(e, invalid_encodings, num_encodings) { in TEST_P()
528 BITSET_FOREACH_SET(e, invalid_encodings, num_encodings) { in TEST_P()
/third_party/mesa3d/src/mesa/program/
Dprog_to_nir.c920 BITSET_FOREACH_SET(i, c->prog->info.system_values_read, SYSTEM_VALUE_MAX) { in setup_registers_and_variables()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_pipeline.c803 BITSET_FOREACH_SET(loc, pipeline->varyings.active, VARYING_SLOT_MAX) { in panvk_pipeline_builder_collect_varyings()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_nir.cpp994 BITSET_FOREACH_SET(i, nir->info.system_values_read, SYSTEM_VALUE_MAX) { in assignSlots()
/third_party/mesa3d/docs/relnotes/
D20.0.0.rst2519 - util: Explain BITSET_FOREACH_SET params
2520 - util: Remove tmp argument from BITSET_FOREACH_SET macro