Module: Mesa
Branch: main
Commit: 939936a328ed3174368f4eaf5c21f82dff2bc57a
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=939936a328ed3174368f4eaf5c21f82dff2bc57a

Author: Samuel Pitoiset <[email protected]>
Date:   Fri Dec 15 16:24:56 2023 +0100

radv: remove radv_get_tess_output_topology() declaration

Signed-off-by: Samuel Pitoiset <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26713>

---

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

diff --git a/src/amd/vulkan/radv_private.h b/src/amd/vulkan/radv_private.h
index ac87ea7204e..50df86fc2f0 100644
--- a/src/amd/vulkan/radv_private.h
+++ b/src/amd/vulkan/radv_private.h
@@ -3616,9 +3616,6 @@ radv_normalize_blend_factor(VkBlendOp op, VkBlendFactor 
*src_factor, VkBlendFact
 void si_blend_remove_dst(VkBlendOp *func, VkBlendFactor *src_factor, 
VkBlendFactor *dst_factor,
                          VkBlendFactor expected_dst, VkBlendFactor 
replacement_src);
 
-uint32_t radv_get_tess_output_topology(const struct radv_graphics_pipeline 
*pipeline,
-                                       VkTessellationDomainOrigin 
domain_origin);
-
 ALWAYS_INLINE static bool
 radv_is_streamout_enabled(struct radv_cmd_buffer *cmd_buffer)
 {

Reply via email to