Searched refs:Setup_DEC (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xf86-video-apm/dist/src/
H A Dapm_accel.c341 pApm->CurrentLayout.Setup_DEC = 0;
345 pApm->CurrentLayout.Setup_DEC |= DEC_BITDEPTH_8;
348 pApm->CurrentLayout.Setup_DEC |= DEC_BITDEPTH_16;
352 pApm->CurrentLayout.Setup_DEC |= DEC_BITDEPTH_24 | DEC_SOURCE_LINEAR |
356 pApm->CurrentLayout.Setup_DEC |= DEC_BITDEPTH_32;
368 pApm->CurrentLayout.Setup_DEC |= DEC_WIDTH_640;
371 pApm->CurrentLayout.Setup_DEC |= DEC_WIDTH_800;
374 pApm->CurrentLayout.Setup_DEC |= DEC_WIDTH_1024;
377 pApm->CurrentLayout.Setup_DEC |= DEC_WIDTH_1152;
380 pApm->CurrentLayout.Setup_DEC |
[all...]
H A Dapm_funcs.c131 pApm->CurrentLayout.Setup_DEC);
187 SETDEC(DEC_START | DEC_OP_RECT | DEC_DEST_UPD_TRCORNER | pApm->CurrentLayout.Setup_DEC);
220 (pApm->apmTransparency ? DEC_SOURCE_TRANSPARENCY : 0) | pApm->CurrentLayout.Setup_DEC |
303 pApm->CurrentLayout.Setup_DEC;
312 pApm->CurrentLayout.Setup_DEC;
436 DEC_SOURCE_CONTIG | DEC_SOURCE_TRANSPARENCY | pApm->CurrentLayout.Setup_DEC);
440 DEC_SOURCE_CONTIG | pApm->CurrentLayout.Setup_DEC);
445 DEC_SOURCE_CONTIG | pApm->CurrentLayout.Setup_DEC;
760 SETDEC(pApm->CurrentLayout.Setup_DEC | ((h == 1) ? DEC_OP_STRIP : DEC_OP_RECT) |
765 SETDEC(pApm->CurrentLayout.Setup_DEC | ((
[all...]
H A Dapm.h86 unsigned int Setup_DEC; member in struct:__anon29656e4e0308

Completed in 4 milliseconds