Lines Matching defs:txpitch
233 uint32_t txpitch = exaGetPixmapPitch(pPix);
235 if (h > 1 && (RADEON_ALIGN(w * pPix->drawable.bitsPerPixel / 8, 32)) != txpitch)
352 uint32_t txfilter, txformat, txoffset, txpitch;
370 txpitch = exaGetPixmapPitch(pPix);
373 if ((txpitch & 0x1f) != 0)
374 RADEON_FALLBACK(("Bad texture pitch 0x%x\n", (int)txpitch));
388 w, (unsigned)txpitch));
437 OUT_RING_REG(RADEON_PP_TEX_PITCH_0, txpitch - 32);
448 OUT_RING_REG(RADEON_PP_TEX_PITCH_1, txpitch - 32);
749 uint32_t txfilter, txformat, txoffset, txpitch;
767 txpitch = exaGetPixmapPitch(pPix);
771 if ((txpitch & 0x1f) != 0)
772 RADEON_FALLBACK(("Bad texture pitch 0x%x\n", (int)txpitch));
786 w, (unsigned)txpitch));
837 OUT_RING_REG(R200_PP_TXPITCH_0, txpitch - 32);
845 OUT_RING_REG(R200_PP_TXPITCH_1, txpitch - 32);
1131 uint32_t txfilter, txformat0, txformat1, txoffset, txpitch, us_format = 0;
1148 txpitch = exaGetPixmapPitch(pPix);
1151 if ((txpitch & 0x1f) != 0)
1152 RADEON_FALLBACK(("Bad texture pitch 0x%x\n", (int)txpitch));
1156 txpitch >>= pixel_shift;
1157 txpitch -= 1;
1181 txpitch |= R500_TXWIDTH_11;
1184 txpitch |= R500_TXHEIGHT_11;
1259 OUT_RING_REG(R300_TX_FORMAT2_0 + (unit * 4), txpitch);