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

/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_ra.c1768 unsigned old_pcopy_srcs = old_pcopy ? old_pcopy->srcs_count : 0; local in function:insert_liveout_copy
1770 block, OPC_META_PARALLEL_COPY, old_pcopy_srcs + 1, old_pcopy_srcs + 1);
1772 for (unsigned i = 0; i < old_pcopy_srcs; i++) {
1783 for (unsigned i = 0; i < old_pcopy_srcs; i++) {

Completed in 5 milliseconds