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.c807 int iy0 = bbox->y0 / TILE_SIZE; in lp_setup_bin_triangle() local
811 assert(iy0 == bbox->y1 / TILE_SIZE && in lp_setup_bin_triangle()
825 return lp_scene_bin_cmd_with_state( scene, ix0, iy0, in lp_setup_bin_triangle()
850 return lp_scene_bin_cmd_with_state( scene, ix0, iy0, in lp_setup_bin_triangle()
867 return lp_scene_bin_cmd_with_state(scene, ix0, iy0, in lp_setup_bin_triangle()
880 scene, ix0, iy0, setup->fs.stored, cmd, in lp_setup_bin_triangle()
895 int iy0 = trimmed_box.y0 / TILE_SIZE; in lp_setup_bin_triangle() local
901 IMUL64(plane[i].dcdy, iy0) * TILE_SIZE - in lp_setup_bin_triangle()
920 for (y = iy0; y <= iy1; y++) in lp_setup_bin_triangle()
/external/mesa3d/src/imgui/
Dimstb_truetype.h884 …ontinfo *font, int codepoint, float scale_x, float scale_y, int *ix0, int *iy0, int *ix1, int *iy1…
891 …float scale_x, float scale_y, float shift_x, float shift_y, int *ix0, int *iy0, int *ix1, int *iy1…
902 …tt_fontinfo *font, int glyph, float scale_x, float scale_y, int *ix0, int *iy0, int *ix1, int *iy1…
903 … float scale_x, float scale_y,float shift_x, float shift_y, int *ix0, int *iy0, int *ix1, int *iy1…
2629 … float scale_x, float scale_y,float shift_x, float shift_y, int *ix0, int *iy0, int *ix1, int *iy1) in stbtt_GetGlyphBitmapBoxSubpixel() argument
2635 if (iy0) *iy0 = 0; in stbtt_GetGlyphBitmapBoxSubpixel()
2641 if (iy0) *iy0 = STBTT_ifloor(-y1 * scale_y + shift_y); in stbtt_GetGlyphBitmapBoxSubpixel()
2647 …tt_fontinfo *font, int glyph, float scale_x, float scale_y, int *ix0, int *iy0, int *ix1, int *iy1) in stbtt_GetGlyphBitmapBox() argument
2649 stbtt_GetGlyphBitmapBoxSubpixel(font, glyph, scale_x, scale_y,0.0f,0.0f, ix0, iy0, ix1, iy1); in stbtt_GetGlyphBitmapBox()
2652 …float scale_x, float scale_y, float shift_x, float shift_y, int *ix0, int *iy0, int *ix1, int *iy1) in stbtt_GetCodepointBitmapBoxSubpixel() argument
[all …]
/external/skia/src/core/
DSkScan_Hairline.cpp140 int iy0 = SkFDot6Round(y0); in HairLineRgn() local
142 if (iy0 == iy1) { // too short to draw in HairLineRgn()
146 if ((iy1 - iy0) > 100000 || (iy1 - iy0) < 0) { in HairLineRgn()
153 vertline(iy0, iy1, startX, slope, blitter); in HairLineRgn()
/external/skqp/src/core/
DSkScan_Hairline.cpp135 int iy0 = SkFDot6Round(y0); in HairLineRgn() local
137 if (iy0 == iy1) { // too short to draw in HairLineRgn()
144 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/external/openglcts/modules/common/
DglcShaderRenderCase.cpp755 int iy0 = deCeilFloatToInt32(sy0 - 0.5f); in computeVertexReference() local
769 for (int iy = iy0; iy < iy1; iy++) in computeVertexReference()
/external/deqp/modules/gles2/functional/
Des2fVertexTextureTests.cpp345 const int iy0 = deCeilFloatToInt32(ldru.y() * (float)region.h - 0.5f); in setPixelColors() local
348 for (int iy = iy0; iy < iy1; iy++) in setPixelColors()
/external/deqp/modules/gles3/functional/
Des3fVertexTextureTests.cpp440 const int iy0 = deCeilFloatToInt32(ldru.y() * (float)region.h - 0.5f); in setPixelColors() local
443 for (int iy = iy0; iy < iy1; iy++) in setPixelColors()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp2379 const int iy0 = deCeilFloatToInt32(sy0 - 0.5f); in computeVertexReference() local
2393 for (int iy = iy0; iy < iy1; iy++) in computeVertexReference()