Home
last modified time | relevance | path

Searched refs:BITSET_FOREACH_SET (Results 1 - 22 of 22) sorted by relevance

/third_party/mesa3d/src/freedreno/afuc/
H A 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/
H A 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/
H A Dac_nir_opt_outputs.c131 BITSET_FOREACH_SET(p, outputs_optimized, current) { in ac_eliminate_duplicated_output() function
315 BITSET_FOREACH_SET(i, outputs_optimized, NUM_TOTAL_VARYING_SLOTS) { in ac_nir_optimize_outputs() function
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H A 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/
H A 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/freedreno/ir3/
H A Dir3_liveness.c103 BITSET_FOREACH_SET (name, tmp_live, live->definitions_count) { in compute_block_liveness()
H A 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()
H A 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/
H A Dnir_phi_builder.c135 BITSET_FOREACH_SET(i, defs, pb->num_blocks) { in nir_phi_builder_add_value()
/third_party/mesa3d/src/panfrost/midgard/
H A Dmir_promote_uniforms.c107 BITSET_FOREACH_SET(vec4, block->uses, MAX_UBO_QWORDS) { in mir_pick_ubo()
H A 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() function
695 BITSET_FOREACH_SET(i, worklist, count) { in mir_choose_instruction() function
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_opt_push_ubo.c198 BITSET_FOREACH_SET(neighbour, adjacency[node].row, PAN_MAX_PUSH) { in bi_find_component() function
H A Dbi_schedule.c485 BITSET_FOREACH_SET(i, st.dependents[idx], st.count) { in bi_update_worklist() function
1184 BITSET_FOREACH_SET(i, st.worklist, st.count) { in bi_choose_index() function
1946 BITSET_FOREACH_SET(i, st.worklist, st.count) { in bi_schedule_block() function
/third_party/mesa3d/src/util/
H A 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()
H A Dbitset.h368 #define BITSET_FOREACH_SET(__i, __set, __size) \
/third_party/mesa3d/src/mesa/main/
H A 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/intel/compiler/
H A Dtest_eu_validate.cpp358 BITSET_FOREACH_SET(e, invalid_encodings, num_encodings) { in TEST_P() function
436 BITSET_FOREACH_SET(e, invalid_encodings, num_encodings) { in TEST_P() function
528 BITSET_FOREACH_SET(e, invalid_encodings, num_encodings) { in TEST_P() function
/third_party/mesa3d/src/mesa/program/
H A 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/
H A Dpanvk_vX_pipeline.c803 BITSET_FOREACH_SET(loc, pipeline->varyings.active, VARYING_SLOT_MAX) { in panvk_pipeline_builder_collect_varyings()
/third_party/mesa3d/src/gallium/drivers/asahi/
H A Dagx_pipe.c531 BITSET_FOREACH_SET(handle, batch->bo_list, sizeof(batch->bo_list) * 8) { in agx_flush()
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_job.c43 BITSET_FOREACH_SET(idx, ctx->batches.active, PAN_MAX_BATCHES)
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_nir.cpp994 BITSET_FOREACH_SET(i, nir->info.system_values_read, SYSTEM_VALUE_MAX) { in assignSlots() function

Completed in 38 milliseconds