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

/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_compiler_nir.c1866 unsigned off_coords = coords; local in function:emit_tex
1868 off_coords--;
1869 for (i = 0; i < off_coords; i++)
1871 if (off_coords < 2)
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_compiler_nir.c2615 unsigned off_coords = coords; local in function:emit_tex
2617 off_coords--;
2618 for (i = 0; i < off_coords; i++)
2620 if (off_coords < 2)

Completed in 10 milliseconds