Lines Matching refs:srgb
47 #define BFMT2(pipe, internal, writeback, srgb) \
51 { MALI_BLEND_PU_ ## internal | (srgb ? (1 << 20) : 0) | \
53 MALI_BLEND_AU_ ## internal | (srgb ? (1 << 20) : 0) | \
57 #define BFMT2(pipe, internal, writeback, srgb) \
61 { MALI_BLEND_PU_ ## internal | (srgb ? (1 << 20) : 0), \
62 MALI_BLEND_AU_ ## internal | (srgb ? (1 << 20) : 0) } \
148 #define FMT(pipe, mali, swizzle, srgb, flags) \
152 ((( SRGB_ ## srgb)) << 20), \
163 #define FMT(pipe, mali, swizzle, srgb, flags) \
167 ((( SRGB_ ## srgb)) << 20), \