Lines Matching defs:txformat1
1186 uint32_t txfilter, txformat0, txformat1, txoffset, txpitch;
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, txoffset, txpitch, us_format = 0;
2769 txformat1 = R300_TX_FORMAT_X8;
2773 txformat1 = R300_TX_FORMAT_YVYU422;
2775 txformat1 = R300_TX_FORMAT_VYUY422;
2778 txformat1 |= R300_TX_FORMAT_YUV_TO_RGB_CLAMP;
2827 OUT_ACCEL_REG(R300_TX_FORMAT1_0, txformat1);
2870 txformat1 = R300_EASY_TX_FORMAT(Z, Y, X, W, FL_R16G16B16A16);
2889 OUT_ACCEL_REG(R300_TX_FORMAT1_1, txformat1);