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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_texture.c957 unsigned us_depth = txdepth; local in function:r300_texture_setup_format_state
970 us_depth |= 0x0000000D;
974 us_depth |= 0x0000000E;
980 R300_TX_DEPTH(us_depth);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_texture.c960 unsigned us_depth = txdepth; local in function:r300_texture_setup_format_state
973 us_depth |= 0x0000000D;
977 us_depth |= 0x0000000E;
983 R300_TX_DEPTH(us_depth);
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_exa_render.c1259 unsigned us_depth = 0; local in function:FUNC_NAME
1263 us_depth |= 0x0d;
1267 us_depth |= 0x0e;
1272 (us_depth << R300_TXDEPTH_SHIFT);
H A Dradeon_textured_videofuncs.c2805 unsigned us_depth = 0; local in function:FUNC_NAME
2809 us_depth |= 0x0d;
2813 us_depth |= 0x0e;
2817 (us_depth << R300_TXDEPTH_SHIFT);
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_exa_render.c1189 unsigned us_depth = 0; local in function:R300TextureSetup
1193 us_depth |= 0x0d;
1197 us_depth |= 0x0e;
1202 (us_depth << R300_TXDEPTH_SHIFT);
H A Dradeon_textured_videofuncs.c2477 unsigned us_depth = 0; local in function:R500PrepareTexturedVideo
2481 us_depth |= 0x0d;
2485 us_depth |= 0x0e;
2489 (us_depth << R300_TXDEPTH_SHIFT);

Completed in 17 milliseconds