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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_quad_blend.c955 const int ity = (quad->input.y0 & (TILE_SIZE-1)); local
981 int y = ity + (j >> 1);
1014 int y = ity + (j >> 1);
1047 const int ity = (quad->input.y0 & (TILE_SIZE-1)); local
1052 int y = ity + (j >> 1);
1093 int y = ity + (j >> 1);
1120 const int ity = (quad->input.y0 & (TILE_SIZE-1)); local
1125 int y = ity + (j >> 1);
1155 int y = ity + (j >> 1);
1188 const int ity local
[all...]
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_blend.c955 const int ity = (quad->input.y0 & (TILE_SIZE-1)); local
981 int y = ity + (j >> 1);
1014 int y = ity + (j >> 1);
1047 const int ity = (quad->input.y0 & (TILE_SIZE-1)); local
1052 int y = ity + (j >> 1);
1093 int y = ity + (j >> 1);
1120 const int ity = (quad->input.y0 & (TILE_SIZE-1)); local
1125 int y = ity + (j >> 1);
1155 int y = ity + (j >> 1);
1188 const int ity local
[all...]

Completed in 115 milliseconds