Lines Matching defs:srgb
539 Decoder(int block_w, int block_h, int block_d, bool srgb, bool output_unorm8)
540 : block_w(block_w), block_h(block_h), block_d(block_d), srgb(srgb),
546 bool srgb, output_unorm8;
657 assert(!srgb); /* srgb must use unorm8 */
1606 assert(!decoder.srgb || decoder.output_unorm8);
1648 if (decoder.srgb) {
1816 bool srgb = _mesa_is_format_srgb(format);
1825 Decoder dec(blk_w, blk_h, 1, srgb, true);