Home
last modified time | relevance | path

Searched refs:radv_descriptor_pool_entry (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
Dradv_private.h995 struct radv_descriptor_pool_entry { struct
1015 struct radv_descriptor_pool_entry entries[0]; argument
Dradv_descriptor_set.c854 uint64_t entries_size = sizeof(struct radv_descriptor_pool_entry) * pCreateInfo->maxSets; in radv_CreateDescriptorPool()