Home
last modified time | relevance | path

Searched refs:radv_descriptor_set_header (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
Dradv_private.h972 struct radv_descriptor_set_header { struct
985 struct radv_descriptor_set_header header; argument
991 struct radv_descriptor_set_header set;
1600 struct radv_descriptor_set_header meta_push_descriptors;
Dradv_descriptor_set.c628 sizeof(struct radv_descriptor_set_header) + sizeof(struct radeon_winsys_bo *) * buffer_count; in radv_descriptor_set_create()
Dradv_cmd_buffer.c428 struct radv_descriptor_set_header *set = &cmd_buffer->descriptors[i].push_set.set; in radv_destroy_cmd_buffer()