| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_pipe_wide_point.c | 32 * 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 D | draw_pipe_wide_line.c | 46 * 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 D | draw_pipe_wide_point.c | 32 * 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 D | draw_pipe_wide_line.c | 46 * 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 D | tab0.sh | 41 while [ "$p" -lt "$wide" ] 49 while [ "$p" -lt "$wide" ] 56 while [ "$p" -lt "$wide" ] 84 wide=`$TPUT cols`
|
| H A D | resize.sh | 65 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 D | resize.pl | 76 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 D | doublechars.sh | 87 IFS=';' read -r junk high wide 91 wide=`echo "$wide"|sed -e 's/t.*//'` 92 original=${CSI}8\;${high}\;${wide}t${SUF}
|
| H A D | decsed.pl | 105 fills the screen (-n for normal, -w for wide characters, default DECALN) 117 -w write wide-characters rather than using DECALN
|
| H A D | blink.pl | 115 -w write wide-characters
|
| H A D | erase.pl | 145 -w write wide-characters
|
| H A D | halves.pl | 193 -w write wide-characters
|
| H A D | wrap.pl | 142 -w write wide-character test-string
|
| H A D | insdelln.pl | 265 -w write wide-characters
|
| H A D | scroll.pl | 264 -w write wide-characters
|
| /xsrc/external/mit/pixman/dist/pixman/ |
| H A D | pixman-bits-image.c | 414 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 D | Makefile.am | 69 line-stipple-wide \ 74 linestrip-stipple-wide \ 79 line-wide \ 87 point-wide \ 88 point-wide-smooth \
|
| H A D | Makefile.in | 137 @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 D | velems.rst | 18 bits wide 19 * Floating-point, 16, 32, or 64 bits wide
|
| /xsrc/external/mit/MesaLib/dist/docs/gallium/cso/ |
| H A D | velems.rst | 18 bits wide 19 * Floating-point, 16, 32, or 64 bits wide
|
| /xsrc/external/mit/xterm/dist/package/pkgsrc/ |
| H A D | Makefile | 39 CONFIGURE_ARGS+= --enable-wide-chars
|
| /xsrc/external/mit/xterm/dist/package/freebsd/ |
| H A D | Makefile | 53 WCHAR_DESC= Enable wide-character support 76 WCHAR_CONFIGURE_ENABLE= wide-chars
|
| /xsrc/external/mit/mesa-demos/dist/src/glsl/ |
| H A D | Makefile.am | 53 geom-wide-lines \
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | xcb_io.c | 218 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 D | perfetto.rst | 91 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:
|