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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_texture.c956 unsigned us_height = txheight; local in function:r300_texture_setup_format_state
973 us_height = (0x000007FF + us_height) >> 1;
979 R300_TX_HEIGHT(us_height) |
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_texture.c959 unsigned us_height = txheight; local in function:r300_texture_setup_format_state
976 us_height = (0x000007FF + us_height) >> 1;
982 R300_TX_HEIGHT(us_height) |
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_exa_render.c1258 unsigned us_height = (h - 1) & 0x7ff; local in function:FUNC_NAME
1266 us_height = (0x7ff + us_height) >> 1;
1271 (us_height << R300_TXHEIGHT_SHIFT) |
H A Dradeon_textured_videofuncs.c2804 unsigned us_height = (pPriv->h - 1) & 0x7ff; local in function:FUNC_NAME
2812 us_height = (0x7ff + us_height) >> 1;
2816 (us_height << R300_TXHEIGHT_SHIFT) |
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_exa_render.c1188 unsigned us_height = (h - 1) & 0x7ff; local in function:R300TextureSetup
1196 us_height = (0x7ff + us_height) >> 1;
1201 (us_height << R300_TXHEIGHT_SHIFT) |
H A Dradeon_textured_videofuncs.c2476 unsigned us_height = (pPriv->h - 1) & 0x7ff; local in function:R500PrepareTexturedVideo
2484 us_height = (0x7ff + us_height) >> 1;
2488 (us_height << R300_TXHEIGHT_SHIFT) |

Completed in 17 milliseconds