Searched refs:txformat1 (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
1286 txformat1 = R300_TX_FORMAT_X8 | R300_TX_FORMAT_CACHE_HALF_REGION_0;
1290 txformat1 = R300_TX_FORMAT_YVYU422;
1292 txformat1 = R300_TX_FORMAT_VYUY422;
1295 txformat1 |= R300_TX_FORMAT_YUV_TO_RGB_CLAMP;
1319 OUT_ACCEL_REG(R300_TX_FORMAT1_0, txformat1 | R300_TX_FORMAT_CACHE_HALF_REGION_0);
1321 OUT_ACCEL_REG(R300_TX_FORMAT1_0, txformat1);
1362 txformat1 = R300_EASY_TX_FORMAT(Z, Y, X, W, FL_R16G16B16A16);
1381 OUT_ACCEL_REG(R300_TX_FORMAT1_1, txformat1);
2670 uint32_t txfilter, txformat0, txformat1, txoffse local in function:FUNC_NAME
[all...]
H A Dradeon_exa_render.c1198 uint32_t txfilter, txformat0, txformat1, txoffset, txpitch, us_format = 0; local in function:FUNC_NAME
1238 txformat1 = R300TexFormats[i].card_fmt;
1242 txformat1 |= R300_TX_FORMAT_CACHE_HALF_REGION_0;
1244 txformat1 |= R300_TX_FORMAT_CACHE_HALF_REGION_1;
1328 OUT_ACCEL_REG(R300_TX_FORMAT1_0 + (unit * 4), txformat1);
/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
1022 txformat1 = R300_TX_FORMAT_X8 | R300_TX_FORMAT_CACHE_HALF_REGION_0;
1026 txformat1 = R300_TX_FORMAT_YVYU422;
1028 txformat1 = R300_TX_FORMAT_VYUY422;
1031 txformat1 |= R300_TX_FORMAT_YUV_TO_RGB_CLAMP;
1053 OUT_RING_REG(R300_TX_FORMAT1_0, txformat1 | R300_TX_FORMAT_CACHE_HALF_REGION_0);
1055 OUT_RING_REG(R300_TX_FORMAT1_0, txformat1);
1096 txformat1 = R300_EASY_TX_FORMAT(Z, Y, X, W, FL_R16G16B16A16);
1110 OUT_RING_REG(R300_TX_FORMAT1_1, txformat1);
2374 uint32_t txfilter, txformat0, txformat1, txpitc local in function:R500PrepareTexturedVideo
[all...]
H A Dradeon_exa_render.c1131 uint32_t txfilter, txformat0, txformat1, txoffset, txpitch, us_format = 0; local in function:R300TextureSetup
1168 txformat1 = R300TexFormats[i].card_fmt;
1172 txformat1 |= R300_TX_FORMAT_CACHE_HALF_REGION_0;
1174 txformat1 |= R300_TX_FORMAT_CACHE_HALF_REGION_1;
1258 OUT_RING_REG(R300_TX_FORMAT1_0 + (unit * 4), txformat1);

Completed in 12 milliseconds