mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-23 20:20:38 +02:00
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:
parent
64395f0d85
commit
bc7edc1c7a
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue