Home | History | Annotate | Download | only in swrast

Lines Matching refs:Format

72       rb->Format = MESA_FORMAT_RGB888;
84 rb->Format = MESA_FORMAT_RGBA8888_REV;
86 rb->Format = MESA_FORMAT_RGBA8888;
91 rb->Format = MESA_FORMAT_SIGNED_RGBA_16;
98 rb->Format = MESA_FORMAT_S8;
102 rb->Format = MESA_FORMAT_Z16;
105 rb->Format = MESA_FORMAT_X8_Z24;
108 rb->Format = MESA_FORMAT_Z32;
112 rb->Format = MESA_FORMAT_Z24_S8;
115 /* unsupported format */
119 bpp = _mesa_get_format_bytes(rb->Format);
189 int cpp = _mesa_get_format_bytes(rb->Format);
627 GLuint rbMaxBits = _mesa_get_format_max_bits(rb->Format);
628 GLenum rbDatatype = _mesa_get_format_datatype(rb->Format);