diff options
author | Dave Airlie <[email protected]> | 2017-10-17 07:12:28 +0100 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2017-10-20 00:38:57 +0100 |
commit | 14978a1c3bd9dececb135c5d4de73779c26576fb (patch) | |
tree | 48c97de2399d655bd4840262d6fefd297e91c8a6 /src/amd | |
parent | c8eb3558cc246ecd053ff50191f94f1535013688 (diff) |
radv: drop unused r600_htile_info.
Reviewed-by: Bas Nieuwenhuizen <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/amd')
-rw-r--r-- | src/amd/vulkan/radv_private.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/amd/vulkan/radv_private.h b/src/amd/vulkan/radv_private.h index 0d6431c8c77..acfe9d37ba4 100644 --- a/src/amd/vulkan/radv_private.h +++ b/src/amd/vulkan/radv_private.h @@ -1195,15 +1195,6 @@ struct radv_cmask_info { unsigned base_address_reg; }; -struct r600_htile_info { - uint64_t offset; - uint64_t size; - unsigned pitch; - unsigned height; - unsigned xalign; - unsigned yalign; -}; - struct radv_image { VkImageType type; /* The original VkFormat provided by the client. This may not match any |