HomeSort by relevance Sort by last modified time
    Searched refs:iy0 (Results 1 - 9 of 9) sorted by null

  /ndk/tests/device/fenv/jni/
test_fenv.c 45 int32_t ix0, iy0, ix, iy; local
51 iy = iy0 = *(int32_t *)&y;
54 if (!(iy0 < 0))
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_setup_tri.c 591 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/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup_tri.c 591 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/
decomppoly.cpp 151 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/chromium_org/third_party/skia/src/core/
SkScan_Hairline.cpp 130 int iy0 = SkFDot6Round(y0);
132 if (iy0 == iy1) { // too short to draw
139 vertline(iy0, iy1, startX, slope, blitter);
  /external/skia/src/core/
SkScan_Hairline.cpp 130 int iy0 = SkFDot6Round(y0);
132 if (iy0 == iy1) { // too short to draw
139 vertline(iy0, iy1, startX, slope, blitter);
  /external/deqp/modules/glshared/
glsShaderRenderCase.cpp 699 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/
es2fVertexTextureTests.cpp 342 const int iy0 = deCeilFloatToInt32(ldru.y() * (float)region.h - 0.5f); local
345 for (int iy = iy0; iy < iy1; iy++)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fVertexTextureTests.cpp 438 const int iy0 = deCeilFloatToInt32(ldru.y() * (float)region.h - 0.5f); local
441 for (int iy = iy0; iy < iy1; iy++)
    [all...]

Completed in 1947 milliseconds