| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_rast_linear_fallback.c | 216 unsigned ix0, ix1, iy0, iy1; local in function:lp_rast_linear_rect_fallback 244 iy0 = box->y0 / STAMP_SIZE; 249 if (ix0 == ix1 && iy0 == iy1) { 252 partial(task, inputs, ix0, iy0, 260 partial(task, inputs, ix0, iy0, mask & top_mask); 261 for (i = iy0 + 1; i < iy1; i++) 265 else if (iy0 == iy1) { 269 partial(task, inputs, ix0, iy0, mask & left_mask); 271 partial(task, inputs, i, iy0, mask); 272 partial(task, inputs, ix1, iy0, mas [all...] |
| H A D | lp_rast_rect.c | 154 unsigned ix0, ix1, iy0, iy1; local in function:lp_rast_rectangle 194 iy0 = box.y0 / STAMP_SIZE; 199 if (ix0 == ix1 && iy0 == iy1) { 202 partial(task, rect, ix0, iy0, 210 partial(task, rect, ix0, iy0, mask & top_mask); 211 for (i = iy0 + 1; i < iy1; i++) 215 else if (iy0 == iy1) { 219 partial(task, rect, ix0, iy0, mask & left_mask); 221 partial(task, rect, i, iy0, mask); 222 partial(task, rect, ix1, iy0, mas [all...] |
| H A D | lp_setup_rect.c | 370 unsigned ix0, iy0, ix1, iy1; local in function:lp_setup_bin_rectangle 385 iy0 = rect->box.y0 / TILE_SIZE; 393 assert(iy0 == MAX2(iy0, 0)); 403 if (iy0 * TILE_SIZE != rect->box.y0) 411 if (iy0 == iy1 && ix0 == ix1) { 412 partial(setup, rect, ix0, iy0, 417 partial(setup, rect, ix0, iy0, mask | top_mask); 418 for (i = iy0 + 1; i < iy1; i++) 422 else if (iy0 [all...] |
| H A D | lp_setup_tri.c | 820 int iy0 = bbox->y0 / TILE_SIZE; local in function:lp_setup_bin_triangle 824 assert(iy0 == bbox->y1 / TILE_SIZE && 838 return lp_scene_bin_cmd_with_state( scene, ix0, iy0, 863 return lp_scene_bin_cmd_with_state( scene, ix0, iy0, 880 return lp_scene_bin_cmd_with_state(scene, ix0, iy0, 893 scene, ix0, iy0, setup->fs.stored, cmd, 908 int iy0 = trimmed_box.y0 / TILE_SIZE; local in function:lp_setup_bin_triangle 914 IMUL64(plane[i].dcdy, iy0) * TILE_SIZE - 933 for (y = iy0; y <= iy1; y++)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_setup_tri.c | 797 int iy0 = bbox->y0 / TILE_SIZE; local in function:lp_setup_bin_triangle 801 assert(iy0 == bbox->y1 / TILE_SIZE && 811 return lp_scene_bin_cmd_with_state( scene, ix0, iy0, 835 return lp_scene_bin_cmd_with_state( scene, ix0, iy0, 851 return lp_scene_bin_cmd_with_state(scene, ix0, iy0, 863 scene, ix0, iy0, setup->fs.stored, 879 int iy0 = trimmed_box.y0 / TILE_SIZE; local in function:lp_setup_bin_triangle 885 IMUL64(plane[i].dcdy, iy0) * TILE_SIZE - 904 for (y = iy0; y <= iy1; y++)
|
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imstb_truetype.h | 884 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) argument 2635 if (iy0) *iy0 = 0; 2641 if (iy0) *iy 2647 stbtt_GetGlyphBitmapBox(const stbtt_fontinfo * font,int glyph,float scale_x,float scale_y,int * ix0,int * iy0,int * ix1,int * iy1) argument 2652 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) argument 2657 stbtt_GetCodepointBitmapBox(const stbtt_fontinfo * font,int codepoint,float scale_x,float scale_y,int * ix0,int * iy0,int * ix1,int * iy1) argument 3555 int ix0,iy0,ix1,iy1; local in function:stbtt_GetGlyphBitmapSubpixel 3600 int ix0,iy0; local in function:stbtt_MakeGlyphBitmapSubpixel 4409 int ix0,iy0,ix1,iy1; local in function:stbtt_GetGlyphSDF [all...] |
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imstb_truetype.h | 884 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) argument 2635 if (iy0) *iy0 = 0; 2641 if (iy0) *iy 2647 stbtt_GetGlyphBitmapBox(const stbtt_fontinfo * font,int glyph,float scale_x,float scale_y,int * ix0,int * iy0,int * ix1,int * iy1) argument 2652 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) argument 2657 stbtt_GetCodepointBitmapBox(const stbtt_fontinfo * font,int codepoint,float scale_x,float scale_y,int * ix0,int * iy0,int * ix1,int * iy1) argument 3555 int ix0,iy0,ix1,iy1; local in function:stbtt_GetGlyphBitmapSubpixel 3600 int ix0,iy0; local in function:stbtt_MakeGlyphBitmapSubpixel 4409 int ix0,iy0,ix1,iy1; local in function:stbtt_GetGlyphSDF [all...] |