diff options
author | Jason Ekstrand <[email protected]> | 2016-03-31 09:32:05 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2016-04-08 15:58:45 -0700 |
commit | b377c1d08ed16ca0abeabc86e8d651036eea3145 (patch) | |
tree | 337c144a40e4e55be79b34fed65943bffdff433d /src/intel/vulkan/anv_private.h | |
parent | f9a2570a06949810b10395d81c19f6295d76c530 (diff) |
anv/image: Remove the offset parameter from image_view_init
The only place we were using this was in meta_blit2d which always creates a
new image anyway so we can just use the image offset.
Reviewed-by: Nanley Chery <[email protected]>
Diffstat (limited to 'src/intel/vulkan/anv_private.h')
-rw-r--r-- | src/intel/vulkan/anv_private.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/intel/vulkan/anv_private.h b/src/intel/vulkan/anv_private.h index a394fe8a683..99d3934ddda 100644 --- a/src/intel/vulkan/anv_private.h +++ b/src/intel/vulkan/anv_private.h @@ -1667,7 +1667,6 @@ void anv_image_view_init(struct anv_image_view *view, struct anv_device *device, const VkImageViewCreateInfo* pCreateInfo, struct anv_cmd_buffer *cmd_buffer, - uint32_t offset, VkImageUsageFlags usage_mask); struct anv_buffer_view { |