Home | History | Annotate | Download | only in r300

Lines Matching defs:depth

125         /* Depth stencil formats.
500 /* 16-bit depth, no stencil */
503 /* 24-bit depth, ignored stencil */
505 /* 24-bit depth, 8-bit stencil */
811 unsigned width, height, depth;
816 depth = u_minify(desc->depth0, level);
820 txdepth = util_logbase2(depth) & 0xf;