Home | History | Annotate | Download | only in swrast

Lines Matching refs:Format

170       if (readRb->Format == MESA_FORMAT_Z_FLOAT32 ||
171 readRb->Format == MESA_FORMAT_Z32_FLOAT_S8X24_UINT) {
210 if (readRb->Format == drawRb->Format) {
212 pixelSize = _mesa_get_format_bytes(readRb->Format);
251 GLint formatSize = _mesa_get_format_bytes(readRb->Format);
318 _mesa_unpack_rgba_row(readRb->Format, srcWidth, srcRowStart,
322 _mesa_unpack_float_z_row(readRb->Format, srcWidth, srcRowStart,
326 _mesa_unpack_uint_z_row(readRb->Format, srcWidth, srcRowStart,
330 _mesa_unpack_ubyte_stencil_row(readRb->Format, srcWidth,
345 _mesa_pack_float_rgba_row(drawRb->Format, dstWidth, dstBuffer,
349 _mesa_pack_float_z_row(drawRb->Format, dstWidth, dstBuffer,
353 _mesa_pack_uint_z_row(drawRb->Format, dstWidth, dstBuffer,
357 _mesa_pack_ubyte_stencil_row(drawRb->Format, dstWidth, dstBuffer,
540 mesa_format readFormat = _mesa_get_srgb_format_linear(readRb->Format);
585 drawFormat = _mesa_get_srgb_format_linear(drawRb->Format);