diff options
author | Lionel Landwerlin <[email protected]> | 2018-11-08 17:26:36 +0000 |
---|---|---|
committer | Lionel Landwerlin <[email protected]> | 2018-11-12 13:22:54 +0000 |
commit | 89785e2d56e7fa88efa79d1981f7283ee65a458e (patch) | |
tree | 5ebacdf18a7265e92ddb72fa3e9288c0ce74f156 /src/intel/compiler/brw_compiler.h | |
parent | 252ca7b43fa0516548dbba86823e03c153dc3da6 (diff) |
i965: add support for sampling from AYUV
Signed-off-by: Lionel Landwerlin <[email protected]>
Reviewed-by: Tapani Pälli <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'src/intel/compiler/brw_compiler.h')
-rw-r--r-- | src/intel/compiler/brw_compiler.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel/compiler/brw_compiler.h b/src/intel/compiler/brw_compiler.h index d8c9499065f..8adc1ff8115 100644 --- a/src/intel/compiler/brw_compiler.h +++ b/src/intel/compiler/brw_compiler.h @@ -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; }; /** |