summaryrefslogtreecommitdiffstats
path: root/src/amd
diff options
context:
space:
mode:
authorDave Airlie <[email protected]>2017-10-17 07:12:28 +0100
committerDave Airlie <[email protected]>2017-10-20 00:38:57 +0100
commit14978a1c3bd9dececb135c5d4de73779c26576fb (patch)
tree48c97de2399d655bd4840262d6fefd297e91c8a6 /src/amd
parentc8eb3558cc246ecd053ff50191f94f1535013688 (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.h9
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