Lines Matching refs:Format
220 if (rb->Format == MESA_FORMAT_Z32) {
229 const GLint bpp = _mesa_get_format_bytes(rb->Format);
234 _mesa_unpack_uint_z_row(rb->Format, 1, src, &zbuffer[i]);
255 if (rb->Format == MESA_FORMAT_Z32) {
265 gl_pack_uint_z_func packZ = _mesa_get_pack_uint_z_func(rb->Format);
266 const GLint bpp = _mesa_get_format_bytes(rb->Format);
287 const GLint bpp = _mesa_get_format_bytes(rb->Format);
295 GLuint zBits = _mesa_get_format_bits(rb->Format, GL_DEPTH_BITS);
303 if (rb->Format == MESA_FORMAT_Z16 && !(span->arrayMask & SPAN_XY)) {
308 else if (rb->Format == MESA_FORMAT_Z32 && !(span->arrayMask & SPAN_XY)) {
323 _mesa_unpack_uint_z_row(rb->Format, count, zStart, zBufferTemp);
382 gl_pack_uint_z_func packZ = _mesa_get_pack_uint_z_func(rb->Format);
436 if (rb->Format == MESA_FORMAT_Z32 && !(span->arrayMask & SPAN_XY)) {
447 _mesa_unpack_uint_z_row(rb->Format, count, zStart, zBufferTemp);
518 _mesa_unpack_float_z_row(rb->Format, n, _swrast_pixel_address(rb, x, y),
549 if (rb->Format == MESA_FORMAT_S8_Z24 ||
550 rb->Format == MESA_FORMAT_X8_Z24 ||
551 rb->Format == MESA_FORMAT_Z24_S8 ||
552 rb->Format == MESA_FORMAT_Z24_X8) {
563 switch (rb->Format) {
568 _mesa_pack_float_z_row(rb->Format, 1, &clear, &clearVal);
589 _mesa_pack_float_z_row(rb->Format, 1, &clear, &clearVal);
608 if (rb->Format == MESA_FORMAT_S8_Z24 ||
609 rb->Format == MESA_FORMAT_X8_Z24)
614 _mesa_pack_float_z_row(rb->Format, 1, &clear, &clearVal);
639 _mesa_problem(ctx, "Unexpected depth buffer format %s"
641 _mesa_get_format_name(rb->Format));
688 switch (rb->Format) {
695 _mesa_pack_float_z_row(rb->Format, 1, &zClear, &clear);
697 if (rb->Format == MESA_FORMAT_S8_Z24) {
749 _mesa_problem(ctx, "Unexpected depth buffer format %s"
751 _mesa_get_format_name(rb->Format));