summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/anv_private.h
diff options
context:
space:
mode:
authorJason Ekstrand <jason.ekstrand@intel.com>2016-05-13 12:38:12 -0700
committerJason Ekstrand <jason.ekstrand@intel.com>2016-05-17 12:17:22 -0700
commit1bda8d06e54ee56db89a00e7a9ed8577d724fc9f (patch)
tree204440f47818e91bb0a336864f135cf1e9c98f33 /src/intel/vulkan/anv_private.h
parent263a8cb52de2ef36a54b00cb1a31738ea09a0ac8 (diff)
downloadexternal_mesa3d-1bda8d06e54ee56db89a00e7a9ed8577d724fc9f.zip
external_mesa3d-1bda8d06e54ee56db89a00e7a9ed8577d724fc9f.tar.gz
external_mesa3d-1bda8d06e54ee56db89a00e7a9ed8577d724fc9f.tar.bz2
anv: Make format_for_descriptor return an isl_format
Diffstat (limited to 'src/intel/vulkan/anv_private.h')
-rw-r--r--src/intel/vulkan/anv_private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/intel/vulkan/anv_private.h b/src/intel/vulkan/anv_private.h
index e4b92d3..a5888d6 100644
--- a/src/intel/vulkan/anv_private.h
+++ b/src/intel/vulkan/anv_private.h
@@ -1675,8 +1675,8 @@ void anv_buffer_view_init(struct anv_buffer_view *view,
const VkBufferViewCreateInfo* pCreateInfo,
struct anv_cmd_buffer *cmd_buffer);
-const struct anv_format *
-anv_format_for_descriptor_type(VkDescriptorType type);
+enum isl_format
+anv_isl_format_for_descriptor_type(VkDescriptorType type);
static inline struct VkExtent3D
anv_sanitize_image_extent(const VkImageType imageType,