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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_setup.c1253 const int iymax = block((int) (y + halfSize)); local in function:sp_setup_point
1261 for (iy = iymin; iy <= iymax; iy += 2) {
1321 const int iymax = block(ymax - 1); local in function:sp_setup_point
1327 for (iy = iymin; iy <= iymax; iy += 2) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_setup.c1329 const int iymax = block((int) (y + halfSize)); local in function:sp_setup_point
1337 for (iy = iymin; iy <= iymax; iy += 2) {
1397 const int iymax = block(ymax - 1); local in function:sp_setup_point
1403 for (iy = iymin; iy <= iymax; iy += 2) {

Completed in 5 milliseconds