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

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_textured_videofuncs.c1186 uint32_t txfilter, txformat0, txformat1, txoffset, txpitch; local in function:FUNC_NAME
1302 txformat0 = ((((pPriv->w - 1) & 0x7ff) << R300_TXWIDTH_SHIFT) |
1317 OUT_ACCEL_REG(R300_TX_FORMAT0_0, txformat0);
1329 txformat0 = ((((((pPriv->w + 1 ) >> 1) - 1) & 0x7ff) << R300_TXWIDTH_SHIFT) |
1342 OUT_ACCEL_REG(R300_TX_FORMAT0_1, txformat0);
1348 OUT_ACCEL_REG(R300_TX_FORMAT0_2, txformat0);
1358 txformat0 = ((0x7f << R300_TXWIDTH_SHIFT) |
1380 OUT_ACCEL_REG(R300_TX_FORMAT0_1, txformat0);
2670 uint32_t txfilter, txformat0, txformat1, txoffset, txpitch, us_format = 0; local in function:FUNC_NAME
2785 txformat0
[all...]
H A Dradeon_exa_render.c1198 uint32_t txfilter, txformat0, txformat1, txoffset, txpitch, us_format = 0; local in function:FUNC_NAME
1247 txformat0 = ((((w - 1) & 0x7ff) << R300_TXWIDTH_SHIFT) |
1280 txformat0 |= R300_TXPITCH_EN;
1327 OUT_ACCEL_REG(R300_TX_FORMAT0_0 + (unit * 4), txformat0);
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_textured_videofuncs.c954 uint32_t txfilter, txformat0, txformat1, txpitch; local in function:R300PrepareTexturedVideo
1038 txformat0 = ((((pPriv->w - 1) & 0x7ff) << R300_TXWIDTH_SHIFT) |
1051 OUT_RING_REG(R300_TX_FORMAT0_0, txformat0);
1063 txformat0 = ((((((pPriv->w + 1 ) >> 1) - 1) & 0x7ff) << R300_TXWIDTH_SHIFT) |
1076 OUT_RING_REG(R300_TX_FORMAT0_1, txformat0);
1082 OUT_RING_REG(R300_TX_FORMAT0_2, txformat0);
1092 txformat0 = ((0x7f << R300_TXWIDTH_SHIFT) |
1109 OUT_RING_REG(R300_TX_FORMAT0_1, txformat0);
2374 uint32_t txfilter, txformat0, txformat1, txpitch, us_format = 0; local in function:R500PrepareTexturedVideo
2457 txformat0
[all...]
H A Dradeon_exa_render.c1131 uint32_t txfilter, txformat0, txformat1, txoffset, txpitch, us_format = 0; local in function:R300TextureSetup
1177 txformat0 = ((((w - 1) & 0x7ff) << R300_TXWIDTH_SHIFT) |
1210 txformat0 |= R300_TXPITCH_EN;
1257 OUT_RING_REG(R300_TX_FORMAT0_0 + (unit * 4), txformat0);

Completed in 12 milliseconds