i965/i915: Add colorspace support to YUV sampling
[mesa.git] / src / intel / compiler / brw_compiler.h
index d5ec740225eee26454a2c14576fecdef117002e5..ccbb5cc640903e87ab68642868250ae87cf183bf 100644 (file)
@@ -210,6 +210,8 @@ struct brw_sampler_prog_key_data {
    uint32_t xy_uxvx_image_mask;
    uint32_t ayuv_image_mask;
    uint32_t xyuv_image_mask;
+   uint32_t bt709_mask;
+   uint32_t bt2020_mask;
 
    /* Scale factor for each texture. */
    float scale_factors[32];