HomeSort by: relevance | last modified time | path
    Searched defs:us_depth (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
r300_texture.c 960 unsigned us_depth = txdepth; local
973 us_depth |= 0x0000000D;
977 us_depth |= 0x0000000E;
983 R300_TX_DEPTH(us_depth);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
r300_texture.c 957 unsigned us_depth = txdepth; local
970 us_depth |= 0x0000000D;
974 us_depth |= 0x0000000E;
980 R300_TX_DEPTH(us_depth);
  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_textured_videofuncs.c 2805 unsigned us_depth = 0; local
2809 us_depth |= 0x0d;
2813 us_depth |= 0x0e;
2817 (us_depth << R300_TXDEPTH_SHIFT);
radeon_exa_render.c 1259 unsigned us_depth = 0; local
1263 us_depth |= 0x0d;
1267 us_depth |= 0x0e;
1272 (us_depth << R300_TXDEPTH_SHIFT);
  /xsrc/external/mit/xf86-video-ati-kms/dist/src/
radeon_textured_videofuncs.c 2477 unsigned us_depth = 0; local
2481 us_depth |= 0x0d;
2485 us_depth |= 0x0e;
2489 (us_depth << R300_TXDEPTH_SHIFT);
radeon_exa_render.c 1189 unsigned us_depth = 0; local
1193 us_depth |= 0x0d;
1197 us_depth |= 0x0e;
1202 (us_depth << R300_TXDEPTH_SHIFT);

Completed in 15 milliseconds