radv: force inlining on another draw function

Reviewed-by: Timur Kristóf <timur.kristof@gmail.com>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17993>
This commit is contained in:
Mike Blumenkrantz 2022-08-10 14:43:57 -04:00 committed by Marge Bot
parent 64395f0d85
commit bc7edc1c7a

View file

@ -6723,7 +6723,7 @@ radv_cs_emit_dispatch_taskmesh_gfx_packet(struct radv_cmd_buffer *cmd_buffer)
radeon_emit(cs, V_0287F0_DI_SRC_SEL_AUTO_INDEX);
}
static inline void
ALWAYS_INLINE static void
radv_emit_userdata_vertex_internal(struct radv_cmd_buffer *cmd_buffer,
const struct radv_draw_info *info, const uint32_t vertex_offset)
{