Home
last modified time | relevance | path

Searched refs:phi_count (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
Dir3_merge_regs.c407 unsigned phi_count = 0; in create_parallel_copy() local
422 phi_count++; in create_parallel_copy()
425 if (phi_count == 0) in create_parallel_copy()
428 struct ir3_register *src[phi_count]; in create_parallel_copy()
438 assert(j == phi_count); in create_parallel_copy()
441 ir3_instr_create(block, OPC_META_PARALLEL_COPY, phi_count, phi_count); in create_parallel_copy()
443 for (j = 0; j < phi_count; j++) { in create_parallel_copy()
450 for (j = 0; j < phi_count; j++) { in create_parallel_copy()
466 assert(j == phi_count); in create_parallel_copy()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_ir.cpp477 s.phi_count += r->phi->count(); in collect_stats()
520 sblog << " phi_count : " << phi_count << "\n"; in dump()
Dsb_ir.h745 unsigned phi_count; member
754 loop_count(), phi_count(), loop_phi_count(), depart_count(), in node_stats()