Searched refs:drawn (Results 1 - 19 of 19) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/
H A Dvl_compositor_cs.c329 struct cs_viewport *drawn)
333 assert(s && drawn);
344 *ptr_float++ = drawn->scale_x;
345 *ptr_float++ = drawn->scale_y;
348 *ptr_int++ = drawn->area.x0;
349 *ptr_int++ = drawn->area.y0;
350 *ptr_int++ = drawn->area.x1;
351 *ptr_int++ = drawn->area.y1;
352 *ptr_int++ = drawn->translate_x;
353 *ptr_int++ = drawn
328 set_viewport(struct vl_compositor_state * s,struct cs_viewport * drawn) argument
377 struct cs_viewport drawn; local in function:draw_layers
406 struct u_rect drawn = calc_drawn_area(s, layer); local in function:draw_layers
[all...]
H A Dvl_compositor_gfx.c630 struct u_rect drawn = calc_drawn_area(s, layer); local in function:gen_vertex_data
632 dirty->x0 >= drawn.x0 &&
633 dirty->y0 >= drawn.y0 &&
634 dirty->x1 <= drawn.x1 &&
635 dirty->y1 <= drawn.y1) {
674 // Remember the currently drawn area as dirty for the next draw command
675 struct u_rect drawn = calc_drawn_area(s, layer); local in function:draw_layers
676 dirty->x0 = MIN2(drawn.x0, dirty->x0);
677 dirty->y0 = MIN2(drawn.y0, dirty->y0);
678 dirty->x1 = MAX2(drawn
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/
H A Dvl_compositor_cs.c649 struct cs_viewport *drawn,
654 assert(s && drawn);
665 *ptr_float++ = drawn->scale_x;
666 *ptr_float++ = drawn->scale_y;
669 *ptr_int++ = drawn->area.x0;
670 *ptr_int++ = drawn->area.y0;
671 *ptr_int++ = drawn->area.x1;
672 *ptr_int++ = drawn->area.y1;
673 *ptr_int++ = drawn->translate_x;
674 *ptr_int++ = drawn
648 set_viewport(struct vl_compositor_state * s,struct cs_viewport * drawn,struct pipe_sampler_view ** samplers) argument
710 struct cs_viewport drawn; local in function:draw_layers
744 struct u_rect drawn = calc_drawn_area(s, layer); local in function:draw_layers
[all...]
H A Dvl_compositor_gfx.c630 struct u_rect drawn = calc_drawn_area(s, layer); local in function:gen_vertex_data
632 dirty->x0 >= drawn.x0 &&
633 dirty->y0 >= drawn.y0 &&
634 dirty->x1 <= drawn.x1 &&
635 dirty->y1 <= drawn.y1) {
674 // Remember the currently drawn area as dirty for the next draw command
675 struct u_rect drawn = calc_drawn_area(s, layer); local in function:draw_layers
676 dirty->x0 = MIN2(drawn.x0, dirty->x0);
677 dirty->y0 = MIN2(drawn.y0, dirty->y0);
678 dirty->x1 = MAX2(drawn
[all...]
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D10.3.7.rst34 Surfaces not drawn in Unvanquished
H A D10.4.2.rst34 Surfaces not drawn in Unvanquished
H A D10.5.0.rst85 Surfaces not drawn in Unvanquished
H A D21.3.0.rst3111 - mesa: skip fallback draw call if no primitives are being drawn
H A D20.2.0.rst733 - panfrost: Track surfaces drawn per-batch
/xsrc/external/mit/ico/dist/
H A Dico.c152 char drawn[MAXNV][MAXNV]; member in struct:closure
609 /* Accumulate edges to be drawn, eliminating duplicates for speed: */
615 bzero(closure->drawn, sizeof(closure->drawn));
672 if (!closure->drawn[p0][p1]) {
673 closure->drawn[p0][p1] = 1;
674 closure->drawn[p1][p0] = 1;
/xsrc/external/mit/MesaLib/dist/docs/
H A Dviewperf.rst66 The lines drawn in this test appear in a random color. That's because
67 texture mapping is enabled when the lines are drawn, but no texture
153 This causes the object in question to be drawn in a strange orientation
186 pass is drawn with polygon stipple enabled. The second pass is drawn
H A Dxlibdriver.rst104 values, the color intensities displayed in the top row (drawn by
105 dithering) should nearly match those in the bottom row (drawn as grays).
114 "un-corrected" so glReadPixels may not return the same data drawn with
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/cso/
H A Drasterizer.rst158 Controls whether the last pixel in a line is drawn or not. OpenGL
/xsrc/external/mit/MesaLib/dist/docs/gallium/cso/
H A Drasterizer.rst158 Controls whether the last pixel in a line is drawn or not. OpenGL
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/
H A Dcontext.rst327 ``start_instance``+``instance_count``-1, inclusive, will be drawn.
351 line strips can be drawn by designating a special index value as the
H A Dtgsi.rst2591 be undefined if a fragment is drawn multiple times without a blend
3169 drawn when the polygon mode converts triangles/quads/polygons into
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Dcontext.rst352 ``start_instance``+``instance_count``-1, inclusive, will be drawn.
376 line strips can be drawn by designating a special index value as the
H A Dtgsi.rst2625 be undefined if a fragment is drawn multiple times without a blend
3233 drawn when the polygon mode converts triangles/quads/polygons into
/xsrc/external/mit/ctwm/dist/doc/manual/
H A Dctwm.1.adoc1303 be drawn in the current `BorderColor`. When the border is not
1326 This variable indicates that menus should not have drop shadows drawn behind
2126 number of outlines to be drawn. The default count is 8.

Completed in 149 milliseconds