Searched refs:us_width (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_texture.c955 unsigned us_width = txwidth; local in function:r300_texture_setup_format_state
969 us_width = (0x000007FF + us_width) >> 1;
978 R300_TX_WIDTH(us_width) |
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_texture.c958 unsigned us_width = txwidth; local in function:r300_texture_setup_format_state
972 us_width = (0x000007FF + us_width) >> 1;
981 R300_TX_WIDTH(us_width) |
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_exa_render.c1257 unsigned us_width = (w - 1) & 0x7ff; local in function:FUNC_NAME
1262 us_width = (0x7ff + us_width) >> 1;
1270 us_format = (us_width << R300_TXWIDTH_SHIFT) |
H A Dradeon_textured_videofuncs.c2803 unsigned us_width = (pPriv->w - 1) & 0x7ff; local in function:FUNC_NAME
2808 us_width = (0x7ff + us_width) >> 1;
2815 us_format = (us_width << R300_TXWIDTH_SHIFT) |
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_exa_render.c1187 unsigned us_width = (w - 1) & 0x7ff; local in function:R300TextureSetup
1192 us_width = (0x7ff + us_width) >> 1;
1200 us_format = (us_width << R300_TXWIDTH_SHIFT) |
H A Dradeon_textured_videofuncs.c2475 unsigned us_width = (pPriv->w - 1) & 0x7ff; local in function:R500PrepareTexturedVideo
2480 us_width = (0x7ff + us_width) >> 1;
2487 us_format = (us_width << R300_TXWIDTH_SHIFT) |

Completed in 17 milliseconds