Home
last modified time | relevance | path

Searched defs:temp_count (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/panfrost/util/
Dpan_liveness.c62 liveness_block_live_out(pan_block *blk, unsigned temp_count) in liveness_block_live_out()
76 pan_block *blk, unsigned temp_count, in liveness_block_update()
110 unsigned temp_count, in pan_compute_liveness()
/third_party/mesa3d/src/panfrost/bifrost/
Dbi_liveness.c58 liveness_block_update(bi_block *blk, unsigned temp_count) in liveness_block_update()
94 unsigned temp_count = bi_max_temp(ctx); in bi_compute_liveness() local
Dbi_validate.c42 unsigned temp_count = bi_max_temp(ctx); in bi_validate_initialization() local
Dbi_helper_invocations.c228 unsigned temp_count = bi_max_temp(ctx); in bi_analyze_helper_requirements() local
Dbi_opt_dce.c33 unsigned temp_count = bi_max_temp(ctx); in bi_opt_dead_code_eliminate() local
Dbi_pressure_schedule.c340 unsigned temp_count = bi_max_temp(ctx); in bi_pressure_schedule() local
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_helper_invocations.c163 mir_helper_block_update(BITSET_WORD *deps, pan_block *_block, unsigned temp_count) in mir_helper_block_update()
191 unsigned temp_count = ctx->temp_count; in mir_analyze_helper_requirements() local
Dmir_promote_uniforms.c170 mir_count_live(uint16_t *live, unsigned temp_count) in mir_count_live()
Dcompiler.h288 int temp_count; member
/third_party/mesa3d/src/imagination/vulkan/
Dpvr_pass.c50 uint32_t temp_count; member
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_emit.c1114 unsigned temp_count = MAX2(code->num_temporaries, 1); in r300_emit_vs_state() local