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

/xsrc/external/mit/xfs/dist/difs/
H A Dfontinfo.c169 unsigned long src_num; local in function:build_range
176 src_num = *num;
177 if (src_num == 0) {
182 if (src_num >= SIZE_MAX / sizeof(fsRange) * 2 - 1)
184 np = new = (fsRange *) FSalloc(sizeof(fsRange) * (src_num + 1) / 2);
188 for (i = 1; i < src_num; i += 2)
197 /* If src_num is odd, we need to determine the final range
199 if (i == src_num)
212 src_num = *num;
213 if (src_num >
[all...]
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_lower_parallelcopy.c151 unsigned src_num = ra_physreg_to_num(entry->src.reg, entry->flags); local in function:do_swap
162 do_xor(instr, dst_num, dst_num, src_num, entry->flags);
163 do_xor(instr, src_num, src_num, dst_num, entry->flags);
164 do_xor(instr, dst_num, dst_num, src_num, entry->flags);
175 ir3_dst_create(swz, src_num, entry->flags);
176 ir3_src_create(swz, src_num, entry->flags);
226 unsigned src_num = ra_physreg_to_num(entry->src.reg & ~1u, local in function:do_copy
235 ir3_src_create(cov, src_num, entry->flags & ~IR3_REG_HALF);
244 ir3_src_create(shr, src_num, entr
252 unsigned src_num = ra_physreg_to_num(entry->src.reg, entry->flags); local in function:do_copy
[all...]

Completed in 5 milliseconds