Searched refs:andmask (Results 1 - 17 of 17) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/
H A Dt_vb_vertex.c49 GLubyte andmask; member in struct:vertex_stage_data
185 store->andmask = CLIP_FRUSTUM_BITS;
193 &store->andmask,
203 &store->andmask,
208 if (store->andmask)
220 &store->andmask );
222 if (store->andmask)
226 VB->ClipAndMask = store->andmask;
H A Dt_vb_program.c71 GLubyte ormask, andmask; /**< for clipping */ member in struct:vp_stage_data
135 store->andmask = CLIP_FRUSTUM_BITS;
145 &store->andmask,
155 &store->andmask,
160 if (store->andmask) {
175 &store->andmask );
177 if (store->andmask) {
182 VB->ClipAndMask = store->andmask;
/xsrc/external/mit/MesaLib/dist/src/mesa/tnl/
H A Dt_vb_vertex.c49 GLubyte andmask; member in struct:vertex_stage_data
188 store->andmask = CLIP_FRUSTUM_BITS;
196 &store->andmask,
206 &store->andmask,
211 if (store->andmask)
223 &store->andmask );
225 if (store->andmask)
229 VB->ClipAndMask = store->andmask;
H A Dt_vb_program.c71 GLubyte ormask, andmask; /**< for clipping */ member in struct:vp_stage_data
135 store->andmask = CLIP_FRUSTUM_BITS;
145 &store->andmask,
155 &store->andmask,
160 if (store->andmask) {
175 &store->andmask );
177 if (store->andmask) {
182 VB->ClipAndMask = store->andmask;
/xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
H A Ddisp_gu2.c162 void gu2_set_cursor_shape32(unsigned long memoffset, unsigned long *andmask,
164 void gu2_set_cursor_shape64(unsigned long memoffset, unsigned long *andmask,
170 void gu2_set_icon_shape64(unsigned long memoffset, unsigned long *andmask,
1122 unsigned long *andmask, unsigned long *xormask)
1126 unsigned long *andmask, unsigned long *xormask)
1135 WRITE_FB32(memoffset + 4, andmask[i]);
1166 unsigned long *andmask, unsigned long *xormask)
1170 unsigned long *andmask, unsigned long *xormask)
1182 WRITE_FB32(memoffset, andmask[i + 1]);
1183 WRITE_FB32(memoffset + 4, andmask[
1121 gu2_set_cursor_shape32(unsigned long memoffset,unsigned long * andmask,unsigned long * xormask) argument
1165 gu2_set_cursor_shape64(unsigned long memoffset,unsigned long * andmask,unsigned long * xormask) argument
1291 gu2_set_icon_shape64(unsigned long memoffset,unsigned long * andmask,unsigned long * xormask,unsigned int lines) argument
[all...]
H A Ddisp_gu1.c166 void gu1_set_cursor_shape32(unsigned long memoffset, unsigned long *andmask,
168 void gu1_set_cursor_shape64(unsigned long memoffset, unsigned long *andmask,
174 void gu1_set_icon_shape64(unsigned long memoffset, unsigned long *andmask,
1306 unsigned long *andmask, unsigned long *xormask)
1310 unsigned long *andmask, unsigned long *xormask)
1319 value = (andmask[i] & 0xFFFF0000) | (xormask[i] >> 16);
1322 value = (andmask[i] << 16) | (xormask[i] & 0x0000FFFF);
1305 gu1_set_cursor_shape32(unsigned long memoffset,unsigned long * andmask,unsigned long * xormask) argument
H A Dgfx_disp.c870 unsigned long *andmask, unsigned long *xormask)
874 gu1_set_cursor_shape32(memoffset, andmask, xormask);
878 gu2_set_cursor_shape32(memoffset, andmask, xormask);
888 unsigned long *andmask, unsigned long *xormask)
892 gu2_set_cursor_shape64(memoffset, andmask, xormask);
942 unsigned long *andmask, unsigned long *xormask,
947 gu2_set_icon_shape64(memoffset, andmask, xormask, lines);
869 gfx_set_cursor_shape32(unsigned long memoffset,unsigned long * andmask,unsigned long * xormask) argument
887 gfx_set_cursor_shape64(unsigned long memoffset,unsigned long * andmask,unsigned long * xormask) argument
941 gfx_set_icon_shape64(unsigned long memoffset,unsigned long * andmask,unsigned long * xormask,unsigned int lines) argument
H A Dgfx_rtns.h271 unsigned long *andmask,
274 unsigned long *andmask,
280 void gfx_set_icon_shape64(unsigned long memoffset, unsigned long *andmask,
/xsrc/external/mit/xf86-video-geode/dist/src/gfx/
H A Ddisp_gu2.c841 unsigned long *andmask, unsigned long *xormask)
845 unsigned long *andmask, unsigned long *xormask)
853 WRITE_FB32(memoffset + 4, andmask[i]);
883 unsigned long *andmask, unsigned long *xormask)
887 unsigned long *andmask, unsigned long *xormask)
898 WRITE_FB32(memoffset, andmask[i + 1]);
899 WRITE_FB32(memoffset + 4, andmask[i]);
1001 gu2_set_icon_shape64(unsigned long memoffset, unsigned long *andmask, argument
1005 gfx_set_icon_shape64(unsigned long memoffset, unsigned long *andmask,
1016 WRITE_FB32(memoffset, andmask[
840 gu2_set_cursor_shape32(unsigned long memoffset,unsigned long * andmask,unsigned long * xormask) argument
882 gu2_set_cursor_shape64(unsigned long memoffset,unsigned long * andmask,unsigned long * xormask) argument
[all...]
H A Dgfx_disp.c1109 unsigned long *andmask, unsigned long *xormask)
1113 gu1_set_cursor_shape32(memoffset, andmask, xormask);
1117 gu2_set_cursor_shape32(memoffset, andmask, xormask);
1127 unsigned long *andmask, unsigned long *xormask)
1131 gu2_set_cursor_shape64(memoffset, andmask, xormask);
1181 unsigned long *andmask, unsigned long *xormask,
1186 gu2_set_icon_shape64(memoffset, andmask, xormask, lines);
1108 gfx_set_cursor_shape32(unsigned long memoffset,unsigned long * andmask,unsigned long * xormask) argument
1126 gfx_set_cursor_shape64(unsigned long memoffset,unsigned long * andmask,unsigned long * xormask) argument
1180 gfx_set_icon_shape64(unsigned long memoffset,unsigned long * andmask,unsigned long * xormask,unsigned int lines) argument
H A Dgfx_rtns.h168 void gfx_set_cursor_shape32(unsigned long memoffset, unsigned long *andmask,
170 void gfx_set_cursor_shape64(unsigned long memoffset, unsigned long *andmask,
176 void gfx_set_icon_shape64(unsigned long memoffset, unsigned long *andmask,
H A Dgfx_priv.h154 unsigned long *andmask, unsigned long *xormask);
294 unsigned long *andmask, unsigned long *xormask);
296 unsigned long *andmask, unsigned long *xormask);
301 void gu2_set_icon_shape64(unsigned long memoffset, unsigned long *andmask,
H A Ddisp_gu1.c1035 unsigned long *andmask, unsigned long *xormask)
1039 unsigned long *andmask, unsigned long *xormask)
1047 value = (andmask[i] & 0xFFFF0000) | (xormask[i] >> 16);
1050 value = (andmask[i] << 16) | (xormask[i] & 0x0000FFFF);
1034 gu1_set_cursor_shape32(unsigned long memoffset,unsigned long * andmask,unsigned long * xormask) argument
/xsrc/external/mit/xf86-video-geode/dist/src/cim/
H A Dcim_rtns.h193 unsigned long *andmask,
198 unsigned long *andmask,
H A Dcim_vg.c1964 vg_set_mono_cursor_shape32(unsigned long memoffset, unsigned long *andmask, argument
1983 WRITE_FB32(memoffset + 4, andmask[i]);
2015 vg_set_mono_cursor_shape64(unsigned long memoffset, unsigned long *andmask, argument
2037 WRITE_FB32(memoffset, andmask[i + 1]);
2038 WRITE_FB32(memoffset + 4, andmask[i]);
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_bios.c1755 uint32_t andmask, ormask, val, channel_complete_mask; local in function:RADEONRestoreBIOSRegBlock
1786 andmask = RADEON_BIOS32(offset);
1791 index, (unsigned)andmask, (unsigned)ormask);
1794 val = (val & andmask) | ormask;
1799 andmask = RADEON_BIOS32(offset);
1804 index, (unsigned)andmask, (unsigned)ormask);
1806 val = (val & andmask) | ormask;
1921 uint32_t andmask, ormask, val, clk_pwrmgt_cntl; local in function:RADEONRestoreBIOSPllBlock
1983 andmask =
1992 index, shift, (unsigned)andmask, (unsigne
[all...]
/xsrc/external/mit/xf86-video-nsc/dist/src/
H A Dnsc_galfns.c1095 * andmask: It is a pointer to 32 DWORD of AND data.
1101 unsigned long *andmask, unsigned long *xormask)
1109 memcpy(sCursorShape.dwAndMask, andmask, sizeof(sCursorShape.dwAndMask));
1125 * andmask: It is a pointer to 64 DWORD of AND data.
1130 unsigned long *andmask, unsigned long *xormask)
1138 memcpy(sCursorShape.dwAndMask, andmask, sizeof(sCursorShape.dwAndMask));
3064 * andmask: Andmask of the icon buffer.
3070 Gal_set_icon_shape64(unsigned long memoffset, unsigned long *andmask, argument
3078 *(sSetIconshape64.andmask) = *andmask;
1100 Gal_set_cursor_shape32(unsigned long memoffset,unsigned long * andmask,unsigned long * xormask) argument
1129 Gal_set_cursor_shape64(unsigned long memoffset,unsigned long * andmask,unsigned long * xormask) argument
[all...]

Completed in 43 milliseconds