Searched refs:colorpitch (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_exa_render.c628 uint32_t dst_format, dst_pitch, colorpitch; local in function:FUNC_NAME
645 colorpitch = dst_pitch >> pixel_shift;
647 colorpitch |= RADEON_COLOR_TILE_ENABLE;
694 EMIT_COLORPITCH(RADEON_RB3D_COLORPITCH, colorpitch, pDst);
1002 uint32_t pp_cntl, blendcntl, cblend, ablend, colorpitch; local in function:FUNC_NAME
1018 colorpitch = dst_pitch >> pixel_shift;
1020 colorpitch |= RADEON_COLOR_TILE_ENABLE;
1069 EMIT_COLORPITCH(RADEON_RB3D_COLORPITCH, colorpitch, pDst);
1508 uint32_t txenable, colorpitch; local in function:FUNC_NAME
1523 colorpitch
[all...]
H A Dradeon_textured_videofuncs.c99 uint32_t colorpitch; local in function:FUNC_NAME
188 colorpitch = dst_pitch >> pixel_shift;
191 colorpitch |= RADEON_COLOR_TILE_ENABLE;
199 EMIT_COLORPITCH(RADEON_RB3D_COLORPITCH, colorpitch, pPixmap);
559 uint32_t colorpitch; local in function:FUNC_NAME
656 colorpitch = dst_pitch >> pixel_shift;
659 colorpitch |= RADEON_COLOR_TILE_ENABLE;
665 EMIT_COLORPITCH(RADEON_RB3D_COLORPITCH, colorpitch, pPixmap);
1188 uint32_t txenable, colorpitch, bicubic_offset; local in function:FUNC_NAME
1272 colorpitch
2672 uint32_t txenable, colorpitch, bicubic_offset; local in function:FUNC_NAME
[all...]
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_exa_render.c582 uint32_t dst_format, dst_pitch, colorpitch; local in function:R100PrepareComposite
598 colorpitch = dst_pitch >> pixel_shift;
600 colorpitch |= RADEON_COLOR_TILE_ENABLE;
645 EMIT_COLORPITCH(RADEON_RB3D_COLORPITCH, colorpitch, pDst);
945 uint32_t pp_cntl, blendcntl, cblend, ablend, colorpitch; local in function:R200PrepareComposite
960 colorpitch = dst_pitch >> pixel_shift;
962 colorpitch |= RADEON_COLOR_TILE_ENABLE;
1009 EMIT_COLORPITCH(RADEON_RB3D_COLORPITCH, colorpitch, pDst);
1435 uint32_t txenable, colorpitch; local in function:R300PrepareComposite
1449 colorpitch
[all...]
H A Dradeon_textured_videofuncs.c56 uint32_t colorpitch; local in function:RADEONPrepareTexturedVideo
112 colorpitch = dst_pitch >> pixel_shift;
115 colorpitch |= RADEON_COLOR_TILE_ENABLE;
121 EMIT_COLORPITCH(RADEON_RB3D_COLORPITCH, colorpitch, pPixmap);
419 uint32_t colorpitch; local in function:R200PrepareTexturedVideo
485 colorpitch = dst_pitch >> pixel_shift;
488 colorpitch |= RADEON_COLOR_TILE_ENABLE;
494 EMIT_COLORPITCH(RADEON_RB3D_COLORPITCH, colorpitch, pPixmap);
956 uint32_t txenable, colorpitch; local in function:R300PrepareTexturedVideo
1008 colorpitch
2376 uint32_t txenable, colorpitch; local in function:R500PrepareTexturedVideo
[all...]

Completed in 8 milliseconds