Searched refs:wide (Results 1 - 25 of 208) sorted by relevance

123456789

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_wide_point.c32 * Notes on wide points and sprite mode:
34 * In wide point/sprite mode we effectively need to convert each incoming
98 static void set_texcoords(const struct widepoint_stage *wide, argument
101 const struct draw_context *draw = wide->stage.draw;
106 for (i = 0; i < wide->num_texcoord_gen; i++) {
107 const uint slot = wide->texcoord_gen_slot[i];
127 const struct widepoint_stage *wide = widepoint_stage(stage); local in function:widepoint_point
147 if (wide->psize_slot >= 0) {
148 half_size = header->v[0]->data[wide->psize_slot][0];
152 half_size = wide
200 struct widepoint_stage *wide = widepoint_stage(stage); local in function:widepoint_first_point
310 struct widepoint_stage *wide = CALLOC_STRUCT(widepoint_stage); local in function:draw_wide_point_stage
[all...]
H A Ddraw_pipe_wide_line.c46 * Draw a wide line by drawing a quad (two triangles).
76 * Draw wide line as a quad (two tris) by "stretching" the line along
193 struct wideline_stage *wide = CALLOC_STRUCT(wideline_stage); local in function:draw_wide_line_stage
194 if (!wide)
197 wide->stage.draw = draw;
198 wide->stage.name = "wide-line";
199 wide->stage.next = NULL;
200 wide->stage.point = draw_pipe_passthrough_point;
201 wide
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_wide_point.c32 * Notes on wide points and sprite mode:
34 * In wide point/sprite mode we effectively need to convert each incoming
98 static void set_texcoords(const struct widepoint_stage *wide, argument
101 const struct draw_context *draw = wide->stage.draw;
106 for (i = 0; i < wide->num_texcoord_gen; i++) {
107 const uint slot = wide->texcoord_gen_slot[i];
127 const struct widepoint_stage *wide = widepoint_stage(stage); local in function:widepoint_point
147 if (wide->psize_slot >= 0) {
148 half_size = header->v[0]->data[wide->psize_slot][0];
152 half_size = wide
200 struct widepoint_stage *wide = widepoint_stage(stage); local in function:widepoint_first_point
310 struct widepoint_stage *wide = CALLOC_STRUCT(widepoint_stage); local in function:draw_wide_point_stage
[all...]
H A Ddraw_pipe_wide_line.c46 * Draw a wide line by drawing a quad (two triangles).
76 * Draw wide line as a quad (two tris) by "stretching" the line along
193 struct wideline_stage *wide = CALLOC_STRUCT(wideline_stage); local in function:draw_wide_line_stage
194 if (!wide)
197 wide->stage.draw = draw;
198 wide->stage.name = "wide-line";
199 wide->stage.next = NULL;
200 wide->stage.point = draw_pipe_passthrough_point;
201 wide
[all...]
/xsrc/external/mit/xterm/dist/vttests/
H A Dtab0.sh41 while [ "$p" -lt "$wide" ]
49 while [ "$p" -lt "$wide" ]
56 while [ "$p" -lt "$wide" ]
84 wide=`$TPUT cols`
H A Dresize.sh65 IFS=';' read -r junk high wide
72 wide=`echo "$wide"|sed -e 's/t.*//'`
74 original=${CSI}8\;${high}\;${wide}t${SUF}
76 test "$maxwide" = 0 && maxwide=`expr "$wide" \* 2`
82 w=$wide
100 if test "$w" = "$wide" ; then
H A Dresize.pl76 our $wide;
80 $wide = csi_field( $original, 3 );
81 printf "parsed terminal size $high,$wide\n";
96 $maxwide != 0 or $maxwide = $wide * 2;
115 $w = $wide;
136 if ( $w == $wide ) {
H A Ddoublechars.sh87 IFS=';' read -r junk high wide
91 wide=`echo "$wide"|sed -e 's/t.*//'`
92 original=${CSI}8\;${high}\;${wide}t${SUF}
H A Ddecsed.pl105 fills the screen (-n for normal, -w for wide characters, default DECALN)
117 -w write wide-characters rather than using DECALN
H A Dblink.pl115 -w write wide-characters
H A Derase.pl145 -w write wide-characters
H A Dhalves.pl193 -w write wide-characters
H A Dwrap.pl142 -w write wide-character test-string
H A Dinsdelln.pl265 -w write wide-characters
H A Dscroll.pl264 -w write wide-characters
/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-bits-image.c414 pixman_bool_t wide,
430 if (wide)
437 if (wide)
453 if (wide)
476 pixman_bool_t wide,
491 wide ? fetch_pixel_no_alpha_float : fetch_pixel_no_alpha_32;
517 if (!mask || (!wide && mask[i]) ||
518 (wide && memcmp(&mask[4 * i], wide_zero, 16) != 0))
521 &image->bits, wide, x, y, get_pixel, buffer);
526 buffer += wide
413 bits_image_fetch_pixel_filtered(bits_image_t * image,pixman_bool_t wide,pixman_fixed_t x,pixman_fixed_t y,get_pixel_t get_pixel,void * out) argument
475 __bits_image_fetch_affine_no_alpha(pixman_iter_t * iter,pixman_bool_t wide,const uint32_t * mask) argument
629 __bits_image_fetch_general(pixman_iter_t * iter,pixman_bool_t wide,const uint32_t * mask) argument
753 bits_image_fetch_untransformed_repeat_none(bits_image_t * image,pixman_bool_t wide,int x,int y,int width,uint32_t * buffer) argument
797 bits_image_fetch_untransformed_repeat_normal(bits_image_t * image,pixman_bool_t wide,int x,int y,int width,uint32_t * buffer) argument
[all...]
/xsrc/external/mit/mesa-demos/dist/src/trivial/
H A DMakefile.am69 line-stipple-wide \
74 linestrip-stipple-wide \
79 line-wide \
87 point-wide \
88 point-wide-smooth \
H A DMakefile.in137 @HAVE_GLUT_TRUE@ line-stipple-wide$(EXEEXT) linestrip$(EXEEXT) \
141 @HAVE_GLUT_TRUE@ linestrip-stipple-wide$(EXEEXT) \
146 @HAVE_GLUT_TRUE@ line-wide$(EXEEXT) line-xor$(EXEEXT) \
150 @HAVE_GLUT_TRUE@ point-wide$(EXEEXT) point-wide-smooth$(EXEEXT) \
339 line_stipple_wide_SOURCES = line-stipple-wide.c
340 line_stipple_wide_OBJECTS = line-stipple-wide.$(OBJEXT)
354 line_wide_SOURCES = line-wide.c
355 line_wide_OBJECTS = line-wide.$(OBJEXT)
381 linestrip_stipple_wide_SOURCES = linestrip-stipple-wide
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/cso/
H A Dvelems.rst18 bits wide
19 * Floating-point, 16, 32, or 64 bits wide
/xsrc/external/mit/MesaLib/dist/docs/gallium/cso/
H A Dvelems.rst18 bits wide
19 * Floating-point, 16, 32, or 64 bits wide
/xsrc/external/mit/xterm/dist/package/pkgsrc/
H A DMakefile39 CONFIGURE_ARGS+= --enable-wide-chars
/xsrc/external/mit/xterm/dist/package/freebsd/
H A DMakefile53 WCHAR_DESC= Enable wide-character support
76 WCHAR_CONFIGURE_ENABLE= wide-chars
/xsrc/external/mit/mesa-demos/dist/src/glsl/
H A DMakefile.am53 geom-wide-lines \
/xsrc/external/mit/libX11/dist/src/
H A Dxcb_io.c218 static void widen(uint64_t *wide, unsigned int narrow) argument
220 uint64_t new = (*wide & ~((uint64_t)0xFFFFFFFFUL)) | narrow;
221 /* If just copying the upper dword of *wide makes the number
225 uint64_t wraps = new + (1UL << 31) < *wide;
226 *wide = new + (wraps << 32);
/xsrc/external/mit/MesaLib/dist/docs/
H A Dperfetto.rst91 The Freedreno PPS driver needs root access to read system-wide
101 The Intel PPS driver needs root access to read system-wide
109 Another option to enable access wide data without root permissions would be running the following:

Completed in 23 milliseconds

123456789