Searched refs:narrow (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-implementation.c196 pixman_bool_t narrow)
202 switch ((narrow << 1) | component_alpha)
204 case 0: /* not narrow, not component alpha */
208 case 1: /* not narrow, component_alpha */
212 case 2: /* narrow, not component alpha */
216 case 3: /* narrow, component_alpha */
193 _pixman_implementation_lookup_combiner(pixman_implementation_t * imp,pixman_op_t op,pixman_bool_t component_alpha,pixman_bool_t narrow) argument
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D18.2.8.rst95 - i965/vec4/dce: Don't narrow the write mask if the flags are used
H A D18.3.2.rst158 - i965/vec4/dce: Don't narrow the write mask if the flags are used
H A D19.0.0.rst1147 - i965/vec4/dce: Don't narrow the write mask if the flags are used
1697 - anv: narrow flushing of the render target to buffer writes
/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;
/xsrc/external/mit/xf86-video-sunffb/dist/src/
H A DVISmoveImage.s118 #define narrow o7 macro
203 clr %narrow
260 sub %srcstart, 64, %narrow
261 add %srcstop, %narrow, %srcstop
262 2: add %srcnext, 64, %narrow
265 cmp %narrow, %srcend ! Group 26
270 mov 1, %narrow ! Group 29
734 4: brnz,pn %narrow, narrow_cont
1179 clr %narrow
1248 mov 1, %narrow
[all...]
/xsrc/external/mit/xterm/dist/
H A Dptyx.h1717 #define if_WIDE_OR_NARROW(screen, wide, narrow) if(screen->wide_chars) wide else narrow
1737 #define if_WIDE_OR_NARROW(screen, wide, narrow) narrow
H A Daclocal.m4753 AC_MSG_CHECKING(if you want narrow prototypes for X libraries)
765 [ --enable-narrowproto enable narrow prototypes for X libraries],
H A Dconfigure743 --enable-narrowproto enable narrow prototypes for X libraries
17597 echo "$as_me:17597: checking if you want narrow prototypes for X libraries" >&5
17598 echo $ECHO_N "checking if you want narrow prototypes for X libraries... $ECHO_C" >&6

Completed in 43 milliseconds