i965: add support for sampling from AYUV

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
This commit is contained in:
Lionel Landwerlin
2018-11-08 17:26:36 +00:00
parent 252ca7b43f
commit 89785e2d56
4 changed files with 11 additions and 0 deletions

View File

@@ -195,6 +195,7 @@ struct brw_sampler_prog_key_data {
uint32_t y_uv_image_mask;
uint32_t yx_xuxv_image_mask;
uint32_t xy_uxvx_image_mask;
uint32_t ayuv_image_mask;
};
/**