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

/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_lower_parallelcopy.c100 if (entry->src.reg >= RA_HALF_SIZE) {
140 if (entry->dst >= RA_HALF_SIZE) {
191 if (entry->dst >= RA_HALF_SIZE) {
225 if (!entry->src.flags && entry->src.reg >= RA_HALF_SIZE) {
H A Dir3_ra.h133 #define RA_HALF_SIZE (4 * 48) macro
H A Dir3_ra.c555 assert(interval->physreg_end <= RA_HALF_SIZE);
667 return MIN2(file->size, RA_HALF_SIZE);
948 align == 1 ? MIN2(file->size, RA_HALF_SIZE) : file->size;
2240 limit_pressure.half = RA_HALF_SIZE;
2277 ctx->half.size = RA_HALF_SIZE;

Completed in 5 milliseconds