| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | radeon_exa_render.c | 264 uint32_t txpitch = exaGetPixmapPitch(pPix); local in function:RADEONPitchMatches 266 if (h > 1 && (RADEON_ALIGN(w * pPix->drawable.bitsPerPixel / 8, 32)) != txpitch) 385 uint32_t txfilter, txformat, txoffset, txpitch; local in function:FUNC_NAME 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; local in function:FUNC_NAME 1198 uint32_t txfilter, txformat0, txformat1, txoffset, txpitch, us_format = 0; local in function:FUNC_NAME [all...] |
| H A D | radeon_textured_videofuncs.c | 97 uint32_t txformat, txsize, txpitch, txoffset; local in function:FUNC_NAME 213 txpitch = RADEON_ALIGN(pPriv->src_pitch >> 1, 64); 214 txpitch -= 32; 277 OUT_ACCEL_REG(RADEON_PP_TEX_PITCH_1, txpitch); 301 OUT_ACCEL_REG(RADEON_PP_TEX_PITCH_2, txpitch); 557 uint32_t txfilter, txsize, txpitch, txoffset; local in function:FUNC_NAME 718 txpitch = RADEON_ALIGN(pPriv->src_pitch >> 1, 64); 719 txpitch -= 32; 747 OUT_ACCEL_REG(R200_PP_TXPITCH_1, txpitch); 754 OUT_ACCEL_REG(R200_PP_TXPITCH_2, txpitch); 1186 uint32_t txfilter, txformat0, txformat1, txoffset, txpitch; local in function:FUNC_NAME 2670 uint32_t txfilter, txformat0, txformat1, txoffset, txpitch, us_format = 0; local in function:FUNC_NAME [all...] |
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| H A D | radeon_exa_render.c | 233 uint32_t txpitch = exaGetPixmapPitch(pPix); local in function:RADEONPitchMatches 235 if (h > 1 && (RADEON_ALIGN(w * pPix->drawable.bitsPerPixel / 8, 32)) != txpitch) 352 uint32_t txfilter, txformat, txoffset, txpitch; local in function:R100TextureSetup 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; local in function:R200TextureSetup 1131 uint32_t txfilter, txformat0, txformat1, txoffset, txpitch, us_format = 0; local in function:R300TextureSetup [all...] |
| H A D | radeon_textured_videofuncs.c | 54 uint32_t txformat, txsize, txpitch; local in function:RADEONPrepareTexturedVideo 135 txpitch = RADEON_ALIGN(pPriv->src_pitch >> 1, 64); 136 txpitch -= 32; 199 OUT_RING_REG(RADEON_PP_TEX_PITCH_1, txpitch); 223 OUT_RING_REG(RADEON_PP_TEX_PITCH_2, txpitch); 417 uint32_t txfilter, txsize, txpitch; local in function:R200PrepareTexturedVideo 545 txpitch = RADEON_ALIGN(pPriv->src_pitch >> 1, 64); 546 txpitch -= 32; 574 OUT_RING_REG(R200_PP_TXPITCH_1, txpitch); 581 OUT_RING_REG(R200_PP_TXPITCH_2, txpitch); 954 uint32_t txfilter, txformat0, txformat1, txpitch; local in function:R300PrepareTexturedVideo 2374 uint32_t txfilter, txformat0, txformat1, txpitch, us_format = 0; local in function:R500PrepareTexturedVideo [all...] |