| /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 242 ix0 = box->x0 / STAMP_SIZE; 249 if (ix0 == ix1 && iy0 == iy1) { 252 partial(task, inputs, ix0, iy0, 256 else if (ix0 == ix1) { 260 partial(task, inputs, ix0, iy0, mask & top_mask); 262 partial(task, inputs, ix0, i, mask); 263 partial(task, inputs, ix0, iy1, mask & bottom_mask); 269 partial(task, inputs, ix0, iy0, mask & left_mask); 270 for (i = ix0 [all...] |
| H A D | lp_rast_rect.c | 154 unsigned ix0, ix1, iy0, iy1; local in function:lp_rast_rectangle 192 ix0 = box.x0 / STAMP_SIZE; 199 if (ix0 == ix1 && iy0 == iy1) { 202 partial(task, rect, ix0, iy0, 206 else if (ix0 == ix1) { 210 partial(task, rect, ix0, iy0, mask & top_mask); 212 partial(task, rect, ix0, i, mask); 213 partial(task, rect, ix0, iy1, mask & bottom_mask); 219 partial(task, rect, ix0, iy0, mask & left_mask); 220 for (i = ix0 [all...] |
| H A D | lp_setup_rect.c | 370 unsigned ix0, iy0, ix1, iy1; local in function:lp_setup_bin_rectangle 384 ix0 = rect->box.x0 / TILE_SIZE; 392 assert(ix0 == MAX2(ix0, 0)); 397 if (ix0 * TILE_SIZE != rect->box.x0) 411 if (iy0 == iy1 && ix0 == ix1) { 412 partial(setup, rect, ix0, iy0, 415 else if (ix0 == ix1) { 417 partial(setup, rect, ix0, iy0, mask | top_mask); 419 partial(setup, rect, ix0, [all...] |
| H A D | lp_setup_tri.c | 819 int ix0 = bbox->x0 / TILE_SIZE; local in function:lp_setup_bin_triangle 825 ix0 == bbox->x1 / 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, 907 int ix0 = trimmed_box.x0 / TILE_SIZE; local in function:lp_setup_bin_triangle 915 IMUL64(plane[i].dcdx, ix0) * TILE_SIZE); 941 for (x = ix0; x <= ix1; x++)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_setup_tri.c | 796 int ix0 = bbox->x0 / TILE_SIZE; local in function:lp_setup_bin_triangle 802 ix0 == bbox->x1 / 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, 878 int ix0 = trimmed_box.x0 / TILE_SIZE; local in function:lp_setup_bin_triangle 886 IMUL64(plane[i].dcdx, ix0) * TILE_SIZE); 912 for (x = ix0; x <= ix1; x++)
|
| /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 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 2634 if (ix0) *ix0 = 0; 2640 if (ix0) *ix0 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 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 2634 if (ix0) *ix0 = 0; 2640 if (ix0) *ix0 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...] |