Searched refs:iy0 (Results 1 - 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup_tri.c591 int iy0 = bbox->y0 / TILE_SIZE; local
595 assert(iy0 == bbox->y1 / TILE_SIZE &&
605 return lp_scene_bin_cmd_with_state( scene, ix0, iy0,
627 return lp_scene_bin_cmd_with_state( scene, ix0, iy0,
641 return lp_scene_bin_cmd_with_state(scene, ix0, iy0,
650 return lp_scene_bin_cmd_with_state( scene, ix0, iy0, setup->fs.stored,
666 int iy0 = trimmed_box.y0 / TILE_SIZE; local
672 plane[i].dcdy * iy0 * TILE_SIZE -
691 for (y = iy0; y <= iy1; y++)
/external/opencv/cvaux/src/
H A Ddecomppoly.cpp151 int ix0, iy0, ix1, iy1, ix2, iy2;
215 iy0 = contour[ i ].y - y1;
218 det1 = ix2 * iy0 - ix0 * iy2;
224 det2 = ix1 * iy0 - ix0 * iy1;
/external/skia/src/core/
H A DSkScan_Hairline.cpp129 int iy0 = SkFDot6Round(y0);
131 if (iy0 == iy1) { // too short to draw
138 vertline(iy0, iy1, startX, slope, blitter);
/external/deqp/modules/glshared/
H A DglsShaderRenderCase.cpp699 int iy0 = deCeilFloatToInt32(sy0 - 0.5f); local
711 //printf("(%d,%d) -> (%f..%f, %f..%f) (%d..%d, %d..%d)\n", x, y, sx0, sx1, sy0, sy1, ix0, ix1, iy0, iy1);
713 for (int iy = iy0; iy < iy1; iy++)
/external/deqp/modules/gles2/functional/
H A Des2fVertexTextureTests.cpp342 const int iy0 = deCeilFloatToInt32(ldru.y() * (float)region.h - 0.5f); local
345 for (int iy = iy0; iy < iy1; iy++)
/external/deqp/modules/gles3/functional/
H A Des3fVertexTextureTests.cpp438 const int iy0 = deCeilFloatToInt32(ldru.y() * (float)region.h - 0.5f); local
441 for (int iy = iy0; iy < iy1; iy++)

Completed in 233 milliseconds