Module: Mesa
Branch: master
Commit: 011e5570f833ad13d4827ebc4b25bab2b672cc0c
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=011e5570f833ad13d4827ebc4b25bab2b672cc0c

Author: Bas Nieuwenhuizen <b...@basnieuwenhuizen.nl>
Date:   Thu Dec  8 22:19:28 2016 +0100

radv: Clean up some unused variables.

Leftovers from anv?

Signed-off-by: Bas Nieuwenhuizen <ba...@google.com>
Reviewed-by: Edward O'Callaghan <funfunc...@folklore1984.net>
Reviewed-by: Dave Airlie <airl...@redhat.com>

---

 src/amd/vulkan/radv_private.h | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/src/amd/vulkan/radv_private.h b/src/amd/vulkan/radv_private.h
index c50e401..754cd00 100644
--- a/src/amd/vulkan/radv_private.h
+++ b/src/amd/vulkan/radv_private.h
@@ -179,14 +179,6 @@ radv_clear_mask(uint32_t *inout_mask, uint32_t clear_mask)
 
 #define zero(x) (memset(&(x), 0, sizeof(x)))
 
-/* Define no kernel as 1, since that's an illegal offset for a kernel */
-#define NO_KERNEL 1
-
-struct radv_common {
-       VkStructureType                             sType;
-       const void*                                 pNext;
-};
-
 /* Whenever we generate an error, pass it through this function. Useful for
  * debugging, where we can break on it. Only call at error site, not when
  * propagating errors. Might be useful to plug in a stack trace here.
@@ -1283,12 +1275,4 @@ RADV_DEFINE_NONDISP_HANDLE_CASTS(radv_shader_module, 
VkShaderModule)
                return (const __VkType *) __radv_obj;                   \
        }
 
-#define RADV_COMMON_TO_STRUCT(__VkType, __vk_name, __common_name)      \
-       const __VkType *__vk_name = radv_common_to_ ## __VkType(__common_name)
-
-RADV_DEFINE_STRUCT_CASTS(radv_common, VkMemoryBarrier)
-RADV_DEFINE_STRUCT_CASTS(radv_common, VkBufferMemoryBarrier)
-RADV_DEFINE_STRUCT_CASTS(radv_common, VkImageMemoryBarrier)
-
-
 #endif /* RADV_PRIVATE_H */

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to