Searched defs:ixmax (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_setup.c1288 const int ixmax = block((int) (x + halfSize)); local
1299 for (ix = ixmin; ix <= ixmax; ix += 2) {
1356 const int ixmax = block(xmax - 1); local
1375 for (ix = ixmin; ix <= ixmax; ix += 2) {
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_setup.c1288 const int ixmax = block((int) (x + halfSize)); local
1299 for (ix = ixmin; ix <= ixmax; ix += 2) {
1356 const int ixmax = block(xmax - 1); local
1375 for (ix = ixmin; ix <= ixmax; ix += 2) {

Completed in 268 milliseconds