Home
last modified time | relevance | path

Searched refs:iy0 (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup_tri.c591 int iy0 = bbox->y0 / TILE_SIZE; in lp_setup_bin_triangle() local
595 assert(iy0 == bbox->y1 / TILE_SIZE && in lp_setup_bin_triangle()
605 return lp_scene_bin_cmd_with_state( scene, ix0, iy0, in lp_setup_bin_triangle()
627 return lp_scene_bin_cmd_with_state( scene, ix0, iy0, in lp_setup_bin_triangle()
641 return lp_scene_bin_cmd_with_state(scene, ix0, iy0, in lp_setup_bin_triangle()
650 return lp_scene_bin_cmd_with_state( scene, ix0, iy0, setup->fs.stored, in lp_setup_bin_triangle()
666 int iy0 = trimmed_box.y0 / TILE_SIZE; in lp_setup_bin_triangle() local
672 plane[i].dcdy * iy0 * TILE_SIZE - in lp_setup_bin_triangle()
691 for (y = iy0; y <= iy1; y++) in lp_setup_bin_triangle()
/external/opencv3/modules/objdetect/src/opencl/
Dcascadedetect.cl130 int iy0 = (tileIdx / ntiles.x)*LOCAL_SIZE_Y;
132 __global const int* psum0 = sum + mad24(iy0, sumstep, ix0) + s->layer_ofs;
135 if( ix0 >= worksize.x || iy0 >= worksize.y )
149 if( ix0 + ix < worksize.x && iy0 + iy < worksize.y )
353 face[2] = iy0 + (val >> 8);
499 int iy0 = (tileIdx / ntiles.x)*LOCAL_SIZE_Y;
501 __global const int* psum0 = sum + mad24(iy0, sumstep, ix0) + s->layer_ofs;
503 if( ix0 >= worksize.x || iy0 >= worksize.y )
518 if( ix0 + ix < worksize.x && iy0 + iy < worksize.y )
654 face[2] = iy0 + (val >> 8);
/external/opencv/cvaux/src/
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/
DSkScan_Hairline.cpp129 int iy0 = SkFDot6Round(y0); in HairLineRgn() local
131 if (iy0 == iy1) { // too short to draw in HairLineRgn()
138 vertline(iy0, iy1, startX, slope, blitter); in HairLineRgn()
/external/deqp/modules/glshared/
DglsShaderRenderCase.cpp683 int iy0 = deCeilFloatToInt32(sy0 - 0.5f); in computeVertexReference() local
697 for (int iy = iy0; iy < iy1; iy++) in computeVertexReference()
/external/deqp/modules/gles2/functional/
Des2fVertexTextureTests.cpp342 const int iy0 = deCeilFloatToInt32(ldru.y() * (float)region.h - 0.5f); in setPixelColors() local
345 for (int iy = iy0; iy < iy1; iy++) in setPixelColors()
/external/opencv3/modules/imgproc/src/
Dimgwarp.cpp4314 __m128i iy0 = _mm_cvtps_epi32(fy0); in operator ()() local
4317 iy0 = _mm_packs_epi32(iy0, iy1); in operator ()()
4318 ix1 = _mm_unpacklo_epi16(ix0, iy0); in operator ()()
4319 iy1 = _mm_unpackhi_epi16(ix0, iy0); in operator ()()
4382 __m128i iy0 = _mm_cvtps_epi32(_mm_mul_ps(fy0, scale)); in operator ()() local
4386 __m128i my0 = _mm_and_si128(iy0, mask); in operator ()()
4395 iy0 = _mm_srai_epi32(iy0, INTER_BITS); in operator ()()
4398 iy0 = _mm_packs_epi32(iy0, iy1); in operator ()()
4399 ix1 = _mm_unpacklo_epi16(ix0, iy0); in operator ()()
4400 iy1 = _mm_unpackhi_epi16(ix0, iy0); in operator ()()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp1787 const int iy0 = deCeilFloatToInt32(sy0 - 0.5f); in computeVertexReference() local
1801 for (int iy = iy0; iy < iy1; iy++) in computeVertexReference()
/external/deqp/modules/gles3/functional/
Des3fVertexTextureTests.cpp438 const int iy0 = deCeilFloatToInt32(ldru.y() * (float)region.h - 0.5f); in setPixelColors() local
441 for (int iy = iy0; iy < iy1; iy++) in setPixelColors()