Lines Matching refs:srgb
545 Decoder(int block_w, int block_h, int block_d, bool srgb, bool output_unorm8)
546 : block_w(block_w), block_h(block_h), block_d(block_d), srgb(srgb),
552 bool srgb, output_unorm8;
663 assert(!srgb); /* srgb must use unorm8 */
1612 assert(!decoder.srgb || decoder.output_unorm8);
1617 if (decoder.srgb) {
1660 if (decoder.srgb) {
1702 if (decoder.srgb) {
1834 bool srgb = _mesa_is_format_srgb(format);
1843 Decoder dec(blk_w, blk_h, 1, srgb, true);