Lines Matching refs:Format
72 rb->Format = MESA_FORMAT_BGR_UNORM8;
84 rb->Format = MESA_FORMAT_R8G8B8A8_UNORM;
86 rb->Format = MESA_FORMAT_A8B8G8R8_UNORM;
91 rb->Format = MESA_FORMAT_RGBA_SNORM16;
98 rb->Format = MESA_FORMAT_S_UINT8;
102 rb->Format = MESA_FORMAT_Z_UNORM16;
105 rb->Format = MESA_FORMAT_Z24_UNORM_X8_UINT;
108 rb->Format = MESA_FORMAT_Z_UNORM32;
112 rb->Format = MESA_FORMAT_S8_UINT_Z24_UNORM;
115 /* unsupported format */
119 bpp = _mesa_get_format_bytes(rb->Format);
187 int cpp = _mesa_get_format_bytes(rb->Format);
625 GLuint rbMaxBits = _mesa_get_format_max_bits(rb->Format);
626 GLenum rbDatatype = _mesa_get_format_datatype(rb->Format);