Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_rast_rect.c154 unsigned ix0, ix1, iy0, iy1; in lp_rast_rectangle() local
194 iy0 = box.y0 / STAMP_SIZE; in lp_rast_rectangle()
199 if (ix0 == ix1 && iy0 == iy1) { in lp_rast_rectangle()
202 partial(task, rect, ix0, iy0, in lp_rast_rectangle()
210 partial(task, rect, ix0, iy0, mask & top_mask); in lp_rast_rectangle()
211 for (i = iy0 + 1; i < iy1; i++) in lp_rast_rectangle()
215 else if (iy0 == iy1) { in lp_rast_rectangle()
219 partial(task, rect, ix0, iy0, mask & left_mask); in lp_rast_rectangle()
221 partial(task, rect, i, iy0, mask); in lp_rast_rectangle()
222 partial(task, rect, ix1, iy0, mas in lp_rast_rectangle()
[all...]
H A Dlp_rast_linear_fallback.c172 const unsigned iy0 = box->y0 / STAMP_SIZE; in lp_rast_linear_rect_fallback() local
177 if (ix0 == ix1 && iy0 == iy1) { in lp_rast_linear_rect_fallback()
180 partial(task, inputs, ix0, iy0, in lp_rast_linear_rect_fallback()
188 partial(task, inputs, ix0, iy0, mask & top_mask); in lp_rast_linear_rect_fallback()
189 for (unsigned i = iy0 + 1; i < iy1; i++) in lp_rast_linear_rect_fallback()
193 else if (iy0 == iy1) { in lp_rast_linear_rect_fallback()
197 partial(task, inputs, ix0, iy0, mask & left_mask); in lp_rast_linear_rect_fallback()
199 partial(task, inputs, i, iy0, mask); in lp_rast_linear_rect_fallback()
200 partial(task, inputs, ix1, iy0, mask & right_mask); in lp_rast_linear_rect_fallback()
206 partial(task, inputs, ix0, iy0, left_mas in lp_rast_linear_rect_fallback()
[all...]
H A Dlp_setup_rect.c378 const unsigned iy0 = rect->box.y0 / TILE_SIZE; in lp_setup_bin_rectangle() local
386 assert(iy0 == MAX2(iy0, 0)); in lp_setup_bin_rectangle()
396 if (iy0 * TILE_SIZE != rect->box.y0) in lp_setup_bin_rectangle()
404 if (iy0 == iy1 && ix0 == ix1) { in lp_setup_bin_rectangle()
405 partial(setup, rect, opaque, ix0, iy0, in lp_setup_bin_rectangle()
409 partial(setup, rect, opaque, ix0, iy0, mask | top_mask); in lp_setup_bin_rectangle()
410 for (unsigned i = iy0 + 1; i < iy1; i++) in lp_setup_bin_rectangle()
413 } else if (iy0 == iy1) { in lp_setup_bin_rectangle()
415 partial(setup, rect, opaque, ix0, iy0, mas in lp_setup_bin_rectangle()
[all...]
H A Dlp_setup_tri.c811 const int iy0 = bbox->y0 / TILE_SIZE; in lp_setup_bin_triangle() local
815 assert(iy0 == bbox->y1 / TILE_SIZE && in lp_setup_bin_triangle()
828 return lp_scene_bin_cmd_with_state(scene, ix0, iy0, in lp_setup_bin_triangle()
852 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()
878 return lp_scene_bin_cmd_with_state(scene, ix0, iy0, setup->fs.stored, cmd, in lp_setup_bin_triangle()
891 const int iy0 = trimmed_box.y0 / TILE_SIZE; in lp_setup_bin_triangle() local
897 IMUL64(plane[i].dcdy, iy0) * TILE_SIZE - in lp_setup_bin_triangle()
916 for (y = iy0; y <= iy1; y++) { in lp_setup_bin_triangle()
/third_party/mesa3d/src/imgui/
H A Dimstb_truetype.h884 STBTT_DEF void stbtt_GetCodepointBitmapBox(const stbtt_fontinfo *font, int codepoint, float scale_x, float scale_y, int *ix0, int *iy0, int *ix1, int *iy1);
886 // bitmap width is ix1-ix0, height is iy1-iy0, and location to place
887 // the bitmap top left is (leftSideBearing*scale,iy0).
891 STBTT_DEF void stbtt_GetCodepointBitmapBoxSubpixel(const stbtt_fontinfo *font, int codepoint, float scale_x, float scale_y, float shift_x, float shift_y, int *ix0, int *iy0, int *ix1, int *iy1);
902 STBTT_DEF void stbtt_GetGlyphBitmapBox(const stbtt_fontinfo *font, int glyph, float scale_x, float scale_y, int *ix0, int *iy0, int *ix1, int *iy1);
903 STBTT_DEF void stbtt_GetGlyphBitmapBoxSubpixel(const stbtt_fontinfo *font, int glyph, float scale_x, float scale_y,float shift_x, float shift_y, int *ix0, int *iy0, int *ix1, int *iy1);
2629 STBTT_DEF void stbtt_GetGlyphBitmapBoxSubpixel(const stbtt_fontinfo *font, int glyph, float scale_x, float scale_y,float shift_x, float shift_y, int *ix0, int *iy0, int *ix1, int *iy1)
2635 if (iy0) *iy0 = 0;
2641 if (iy0) *iy
[all...]
/third_party/skia/third_party/externals/imgui/
H A Dimstb_truetype.h884 STBTT_DEF void stbtt_GetCodepointBitmapBox(const stbtt_fontinfo *font, int codepoint, float scale_x, float scale_y, int *ix0, int *iy0, int *ix1, int *iy1);
886 // bitmap width is ix1-ix0, height is iy1-iy0, and location to place
887 // the bitmap top left is (leftSideBearing*scale,iy0).
891 STBTT_DEF void stbtt_GetCodepointBitmapBoxSubpixel(const stbtt_fontinfo *font, int codepoint, float scale_x, float scale_y, float shift_x, float shift_y, int *ix0, int *iy0, int *ix1, int *iy1);
902 STBTT_DEF void stbtt_GetGlyphBitmapBox(const stbtt_fontinfo *font, int glyph, float scale_x, float scale_y, int *ix0, int *iy0, int *ix1, int *iy1);
903 STBTT_DEF void stbtt_GetGlyphBitmapBoxSubpixel(const stbtt_fontinfo *font, int glyph, float scale_x, float scale_y,float shift_x, float shift_y, int *ix0, int *iy0, int *ix1, int *iy1);
2629 STBTT_DEF void stbtt_GetGlyphBitmapBoxSubpixel(const stbtt_fontinfo *font, int glyph, float scale_x, float scale_y,float shift_x, float shift_y, int *ix0, int *iy0, int *ix1, int *iy1)
2635 if (iy0) *iy0 = 0;
2641 if (iy0) *iy
[all...]
/third_party/skia/src/core/
H A DSkScan_Hairline.cpp140 int iy0 = SkFDot6Round(y0);
142 if (iy0 == iy1) { // too short to draw
146 if ((iy1 - iy0) > 100000 || (iy1 - iy0) < 0) {
153 vertline(iy0, iy1, startX, slope, blitter);
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcShaderRenderCase.cpp755 int iy0 = deCeilFloatToInt32(sy0 - 0.5f); in computeVertexReference() local
767 //printf("(%d,%d) -> (%f..%f, %f..%f) (%d..%d, %d..%d)\n", x, y, sx0, sx1, sy0, sy1, ix0, ix1, iy0, iy1); in computeVertexReference()
769 for (int iy = iy0; iy < iy1; iy++) in computeVertexReference()
/third_party/vk-gl-cts/modules/glshared/
H A DglsShaderRenderCase.cpp683 int iy0 = deCeilFloatToInt32(sy0 - 0.5f); in computeVertexReference() local
695 //printf("(%d,%d) -> (%f..%f, %f..%f) (%d..%d, %d..%d)\n", x, y, sx0, sx1, sy0, sy1, ix0, ix1, iy0, iy1); in computeVertexReference()
697 for (int iy = iy0; iy < iy1; iy++) in computeVertexReference()
/third_party/vk-gl-cts/modules/gles2/functional/
H A 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()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRender.cpp2435 const int iy0 = deCeilFloatToInt32(sy0 - 0.5f);
2447 //printf("(%d,%d) -> (%f..%f, %f..%f) (%d..%d, %d..%d)\n", x, y, sx0, sx1, sy0, sy1, ix0, ix1, iy0, iy1);
2449 for (int iy = iy0; iy < iy1; iy++)
/third_party/vk-gl-cts/modules/gles3/functional/
H A 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()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRender.cpp2437 const int iy0 = deCeilFloatToInt32(sy0 - 0.5f);
2449 //printf("(%d,%d) -> (%f..%f, %f..%f) (%d..%d, %d..%d)\n", x, y, sx0, sx1, sy0, sy1, ix0, ix1, iy0, iy1);
2451 for (int iy = iy0; iy < iy1; iy++)
/third_party/glfw/deps/
H A Dnuklear.h11583 int *ix0, int *iy0, int *ix1, int *iy1) in nk_tt_GetGlyphBitmapBoxSubpixel()
11589 if (iy0) *iy0 = 0; in nk_tt_GetGlyphBitmapBoxSubpixel()
11595 if (iy0) *iy0 = nk_ifloorf((float)-y1 * scale_y + shift_y); in nk_tt_GetGlyphBitmapBoxSubpixel()
11602 float scale_x, float scale_y, int *ix0, int *iy0, int *ix1, int *iy1) in nk_tt_GetGlyphBitmapBox()
11604 nk_tt_GetGlyphBitmapBoxSubpixel(font, glyph, scale_x, scale_y,0.0f,0.0f, ix0, iy0, ix1, iy1); in nk_tt_GetGlyphBitmapBox()
12235 int ix0,iy0; in nk_tt_MakeGlyphBitmapSubpixel() local
12241 shift_y, &ix0,&iy0,0,0); in nk_tt_MakeGlyphBitmapSubpixel()
12249 shift_x, shift_y, ix0,iy0, in nk_tt_MakeGlyphBitmapSubpixel()
11581 nk_tt_GetGlyphBitmapBoxSubpixel(const struct nk_tt_fontinfo *font, int glyph, float scale_x, float scale_y,float shift_x, float shift_y, int *ix0, int *iy0, int *ix1, int *iy1) nk_tt_GetGlyphBitmapBoxSubpixel() argument
11601 nk_tt_GetGlyphBitmapBox(const struct nk_tt_fontinfo *font, int glyph, float scale_x, float scale_y, int *ix0, int *iy0, int *ix1, int *iy1) nk_tt_GetGlyphBitmapBox() argument
[all...]

Completed in 57 milliseconds