Searched refs:ix1 (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_rast_linear_fallback.c216 unsigned ix0, ix1, iy0, iy1; local in function:lp_rast_linear_rect_fallback
243 ix1 = box->x1 / STAMP_SIZE;
249 if (ix0 == ix1 && iy0 == iy1) {
256 else if (ix0 == ix1) {
270 for (i = ix0 + 1; i < ix1; i++)
272 partial(task, inputs, ix1, iy0, mask & right_mask);
280 partial(task, inputs, ix1, iy0, right_mask & top_mask);
281 partial(task, inputs, ix1, iy1, right_mask & bottom_mask);
283 for (i = ix0 + 1; i < ix1; i++)
286 for (i = ix0 + 1; i < ix1;
[all...]
H A Dlp_rast_rect.c154 unsigned ix0, ix1, iy0, iy1; local in function:lp_rast_rectangle
193 ix1 = box.x1 / STAMP_SIZE;
199 if (ix0 == ix1 && iy0 == iy1) {
206 else if (ix0 == ix1) {
220 for (i = ix0 + 1; i < ix1; i++)
222 partial(task, rect, ix1, iy0, mask & right_mask);
230 partial(task, rect, ix1, iy0, right_mask & top_mask);
231 partial(task, rect, ix1, iy1, right_mask & bottom_mask);
233 for (i = ix0 + 1; i < ix1; i++)
236 for (i = ix0 + 1; i < ix1;
[all...]
H A Dlp_setup_rect.c370 unsigned ix0, iy0, ix1, iy1; local in function:lp_setup_bin_rectangle
386 ix1 = rect->box.x1 / TILE_SIZE;
394 assert(ix1 == MIN2(ix1, scene->tiles_x - 1));
400 if (ix1 * TILE_SIZE + TILE_SIZE - 1 != rect->box.x1)
411 if (iy0 == iy1 && ix0 == ix1) {
415 else if (ix0 == ix1) {
425 for (i = ix0 + 1; i < ix1; i++)
427 partial(setup, rect, ix1, iy0, mask | right_mask);
432 partial(setup, rect, ix1, iy
[all...]
H A Dlp_setup_tri.c909 int ix1 = trimmed_box.x1 / TILE_SIZE; local in function:lp_setup_bin_triangle
941 for (x = ix0; x <= ix1; x++)
/xsrc/external/mit/MesaLib.old/dist/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
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
2636 if (ix1) *ix1 = 0;
2642 if (ix1) *ix1
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
4409 int ix0,iy0,ix1,iy1; local in function:stbtt_GetGlyphSDF
[all...]
/xsrc/external/mit/MesaLib/dist/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
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
2636 if (ix1) *ix1 = 0;
2642 if (ix1) *ix1
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
4409 int ix0,iy0,ix1,iy1; local in function:stbtt_GetGlyphSDF
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/
H A Dglxsingle.c721 int *ix1, int *ix2, int *iy1, int *iy2 )
731 *ix1 = *ix2 = *iy1 = *iy2 = 0;
735 *ix1 = left;
719 intersectRect(int x1,int x2,int y1,int y2,int X1,int X2,int Y1,int Y2,int * ix1,int * ix2,int * iy1,int * iy2) argument
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_trapezoids_precise.c375 int ix1, fx1; local in function:cell_list_add_subspan
381 SAMPLES_X_TO_INT_FRAC(x1, ix1, fx1);
385 x1, ix1, fx1, x2, ix2, fx2));
387 cell = cell_list_find(cells, ix1);
388 if (ix1 != ix2) {
403 int ix1, fx1; local in function:cell_list_add_span
406 SAMPLES_X_TO_INT_FRAC(x1, ix1, fx1);
410 x1, ix1, fx1, x2, ix2, fx2));
412 cell = cell_list_find(cells, ix1);
413 if (ix1 !
[all...]
H A Dsna_trapezoids_imprecise.c363 int ix1, fx1; local in function:cell_list_add_subspan
369 FAST_SAMPLES_X_TO_INT_FRAC(x1, ix1, fx1);
373 x1, ix1, fx1, x2, ix2, fx2));
375 cell = cell_list_find(cells, ix1);
376 if (ix1 != ix2) {
391 int ix1, fx1; local in function:cell_list_add_span
394 FAST_SAMPLES_X_TO_INT_FRAC(x1, ix1, fx1);
398 x1, ix1, fx1, x2, ix2, fx2));
400 cell = cell_list_find(cells, ix1);
401 if (ix1 !
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_trapezoids_precise.c375 int ix1, fx1; local in function:cell_list_add_subspan
381 SAMPLES_X_TO_INT_FRAC(x1, ix1, fx1);
385 x1, ix1, fx1, x2, ix2, fx2));
387 cell = cell_list_find(cells, ix1);
388 if (ix1 != ix2) {
403 int ix1, fx1; local in function:cell_list_add_span
406 SAMPLES_X_TO_INT_FRAC(x1, ix1, fx1);
410 x1, ix1, fx1, x2, ix2, fx2));
412 cell = cell_list_find(cells, ix1);
413 if (ix1 !
[all...]
H A Dsna_trapezoids_imprecise.c363 int ix1, fx1; local in function:cell_list_add_subspan
369 FAST_SAMPLES_X_TO_INT_FRAC(x1, ix1, fx1);
373 x1, ix1, fx1, x2, ix2, fx2));
375 cell = cell_list_find(cells, ix1);
376 if (ix1 != ix2) {
391 int ix1, fx1; local in function:cell_list_add_span
394 FAST_SAMPLES_X_TO_INT_FRAC(x1, ix1, fx1);
398 x1, ix1, fx1, x2, ix2, fx2));
400 cell = cell_list_find(cells, ix1);
401 if (ix1 !
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_setup_tri.c880 int ix1 = trimmed_box.x1 / TILE_SIZE; local in function:lp_setup_bin_triangle
912 for (x = ix0; x <= ix1; x++)

Completed in 32 milliseconds