Searched refs:us_format (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_exa_render.c1198 uint32_t txfilter, txformat0, txformat1, txoffset, txpitch, us_format = 0; local in function:FUNC_NAME
1270 us_format = (us_width << R300_TXWIDTH_SHIFT) |
1336 OUT_ACCEL_REG(R500_US_FORMAT0_0 + (unit * 4), us_format);
H A Dradeon_textured_videofuncs.c2670 uint32_t txfilter, txformat0, txformat1, txoffset, txpitch, us_format = 0; local in function:FUNC_NAME
2815 us_format = (us_width << R300_TXWIDTH_SHIFT) |
2831 OUT_ACCEL_REG(R500_US_FORMAT0_0, us_format);
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_exa_render.c1131 uint32_t txfilter, txformat0, txformat1, txoffset, txpitch, us_format = 0; local in function:R300TextureSetup
1200 us_format = (us_width << R300_TXWIDTH_SHIFT) |
1266 OUT_RING_REG(R500_US_FORMAT0_0 + (unit * 4), us_format);
H A Dradeon_textured_videofuncs.c2374 uint32_t txfilter, txformat0, txformat1, txpitch, us_format = 0; local in function:R500PrepareTexturedVideo
2487 us_format = (us_width << R300_TXWIDTH_SHIFT) |
2501 OUT_RING_REG(R500_US_FORMAT0_0, us_format);

Completed in 13 milliseconds