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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_setup.c1252 const int iymin = block((int) (y - halfSize)); local in function:sp_setup_point
1261 for (iy = iymin; iy <= iymax; iy += 2) {
1320 const int iymin = block(ymin); 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.c1328 const int iymin = block((int) (y - halfSize)); local in function:sp_setup_point
1337 for (iy = iymin; iy <= iymax; iy += 2) {
1396 const int iymin = block(ymin); local in function:sp_setup_point
1403 for (iy = iymin; iy <= iymax; iy += 2) {

Completed in 6 milliseconds