From fa737042adb02d83c24d6578c294264881e18334 Mon Sep 17 00:00:00 2001 From: Rob Clark Date: Mon, 26 Feb 2018 18:01:02 -0500 Subject: nir/vtn: add caps for some cl related capabilities vtn supports these, so don't squalk if user is happy with enabling these. v2: add new members sorted Signed-off-by: Karol Herbst Reviewed-by: Jason Ekstrand Reviewed-by: Bas Nieuwenhuizen --- src/compiler/shader_info.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/compiler/shader_info.h') diff --git a/src/compiler/shader_info.h b/src/compiler/shader_info.h index 87a2c805d37..7af36a66d13 100644 --- a/src/compiler/shader_info.h +++ b/src/compiler/shader_info.h @@ -33,6 +33,7 @@ extern "C" { #endif struct spirv_supported_capabilities { + bool address; bool atomic_storage; bool descriptor_array_dynamic_indexing; bool device_group; @@ -43,9 +44,11 @@ struct spirv_supported_capabilities { bool image_ms_array; bool image_read_without_format; bool image_write_without_format; + bool int8; bool int16; bool int64; bool int64_atomics; + bool kernel; bool min_lod; bool multiview; bool post_depth_coverage; -- cgit v1.2.3