Lines Matching defs:txpitch
264 uint32_t txpitch = exaGetPixmapPitch(pPix);
266 if (h > 1 && (RADEON_ALIGN(w * pPix->drawable.bitsPerPixel / 8, 32)) != txpitch)
385 uint32_t txfilter, txformat, txoffset, txpitch;
404 txpitch = exaGetPixmapPitch(pPix);
409 if ((txpitch & 0x1f) != 0)
410 RADEON_FALLBACK(("Bad texture pitch 0x%x\n", (int)txpitch));
424 w, (unsigned)txpitch));
473 OUT_ACCEL_REG(RADEON_PP_TEX_PITCH_0, txpitch - 32);
484 OUT_ACCEL_REG(RADEON_PP_TEX_PITCH_1, txpitch - 32);
802 uint32_t txfilter, txformat, txoffset, txpitch;
821 txpitch = exaGetPixmapPitch(pPix);
826 if ((txpitch & 0x1f) != 0)
827 RADEON_FALLBACK(("Bad texture pitch 0x%x\n", (int)txpitch));
841 w, (unsigned)txpitch));
892 OUT_ACCEL_REG(R200_PP_TXPITCH_0, txpitch - 32);
900 OUT_ACCEL_REG(R200_PP_TXPITCH_1, txpitch - 32);
1198 uint32_t txfilter, txformat0, txformat1, txoffset, txpitch, us_format = 0;
1216 txpitch = exaGetPixmapPitch(pPix);
1221 if ((txpitch & 0x1f) != 0)
1222 RADEON_FALLBACK(("Bad texture pitch 0x%x\n", (int)txpitch));
1226 txpitch >>= pixel_shift;
1227 txpitch -= 1;
1251 txpitch |= R500_TXWIDTH_11;
1254 txpitch |= R500_TXHEIGHT_11;
1329 OUT_ACCEL_REG(R300_TX_FORMAT2_0 + (unit * 4), txpitch);