mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-07 23:28:16 +02:00
radv: make radv_get_vgt_index_size() static
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28592>
This commit is contained in:
parent
be8b8722f9
commit
80683c220b
2 changed files with 1 additions and 3 deletions
|
|
@ -6300,7 +6300,7 @@ vk_to_index_type(VkIndexType type)
|
|||
}
|
||||
}
|
||||
|
||||
uint32_t
|
||||
static uint32_t
|
||||
radv_get_vgt_index_size(uint32_t type)
|
||||
{
|
||||
uint32_t index_type = G_028A7C_INDEX_TYPE(type);
|
||||
|
|
|
|||
|
|
@ -710,8 +710,6 @@ struct radv_resolve_barrier {
|
|||
|
||||
void radv_emit_resolve_barrier(struct radv_cmd_buffer *cmd_buffer, const struct radv_resolve_barrier *barrier);
|
||||
|
||||
uint32_t radv_get_vgt_index_size(uint32_t type);
|
||||
|
||||
void radv_meta_push_descriptor_set(struct radv_cmd_buffer *cmd_buffer, VkPipelineBindPoint pipelineBindPoint,
|
||||
VkPipelineLayout _layout, uint32_t set, uint32_t descriptorWriteCount,
|
||||
const VkWriteDescriptorSet *pDescriptorWrites);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue