Home
last modified time | relevance | path

Searched refs:instr_count (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2_private.h182 unsigned instr_count; member
239 while (it != &(ctx)->instr[(ctx)->instr_count] && \
242 it != &(ctx)->instr[(ctx)->instr_count]; \
Dir2.c194 ins = &ctx->instr[idx = ctx->instr_count++]; in scalarize_case1()
418 tex_lod = &ctx->instr[ctx->instr_count++]; in schedule_instrs()
Dir2_nir.c282 instr = &ctx->instr[ctx->instr_count++]; in ir2_instr_create()
283 instr->idx = ctx->instr_count - 1; in ir2_instr_create()
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_ra.c361 unsigned instr_count[2] = { 0, 0 }; in mir_compute_interference() local
366 instrs[0][instr_count[0]++] = bundle->instructions[i]; in mir_compute_interference()
368 instrs[1][instr_count[1]++] = bundle->instructions[i]; in mir_compute_interference()
371 for (unsigned i = 0; i < ARRAY_SIZE(instr_count); i++) { in mir_compute_interference()
372 for (unsigned j = 0; j < instr_count[i]; j++) { in mir_compute_interference()
377 for (unsigned k = j + 1; k < instr_count[i]; k++) { in mir_compute_interference()
/third_party/mesa3d/src/freedreno/ir3/
Dir3.c279 uint32_t instr_count = 0; in ir3_collect_info() local
282 instr_count++; in ir3_collect_info()
286 v->instrlen = DIV_ROUND_UP(instr_count, compiler->instr_align); in ir3_collect_info()
292 info->size = MAX2(v->instrlen * compiler->instr_align, instr_count + 4) * 8; in ir3_collect_info()
422 instr->serialno = ++shader->instr_count; in insert_instr()
Dir3.h551 unsigned instr_count; member