Searched refs:R300_TXWIDTH_SHIFT (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_textured_videofuncs.c1302 txformat0 = ((((pPriv->w - 1) & 0x7ff) << R300_TXWIDTH_SHIFT) |
1329 txformat0 = ((((((pPriv->w + 1 ) >> 1) - 1) & 0x7ff) << R300_TXWIDTH_SHIFT) |
1358 txformat0 = ((0x7f << R300_TXWIDTH_SHIFT) |
2785 txformat0 = ((((pPriv->w - 1) & 0x7ff) << R300_TXWIDTH_SHIFT) |
2815 us_format = (us_width << R300_TXWIDTH_SHIFT) |
2837 txformat0 = ((((((pPriv->w + 1 ) >> 1) - 1) & 0x7ff) << R300_TXWIDTH_SHIFT) |
2866 txformat0 = ((0x7f << R300_TXWIDTH_SHIFT) |
H A Dradeon_exa_render.c1247 txformat0 = ((((w - 1) & 0x7ff) << R300_TXWIDTH_SHIFT) |
1270 us_format = (us_width << R300_TXWIDTH_SHIFT) |
H A Dradeon_reg.h4689 # define R300_TXWIDTH_SHIFT 0 macro
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_textured_videofuncs.c1038 txformat0 = ((((pPriv->w - 1) & 0x7ff) << R300_TXWIDTH_SHIFT) |
1063 txformat0 = ((((((pPriv->w + 1 ) >> 1) - 1) & 0x7ff) << R300_TXWIDTH_SHIFT) |
1092 txformat0 = ((0x7f << R300_TXWIDTH_SHIFT) |
2457 txformat0 = ((((pPriv->w - 1) & 0x7ff) << R300_TXWIDTH_SHIFT) |
2487 us_format = (us_width << R300_TXWIDTH_SHIFT) |
2507 txformat0 = ((((((pPriv->w + 1 ) >> 1) - 1) & 0x7ff) << R300_TXWIDTH_SHIFT) |
2536 txformat0 = ((0x7f << R300_TXWIDTH_SHIFT) |
H A Dradeon_exa_render.c1177 txformat0 = ((((w - 1) & 0x7ff) << R300_TXWIDTH_SHIFT) |
1200 us_format = (us_width << R300_TXWIDTH_SHIFT) |
H A Dradeon_reg.h4689 # define R300_TXWIDTH_SHIFT 0 macro

Completed in 54 milliseconds