Searched refs:image_struct_size (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_image.c991 const size_t image_struct_size = sizeof(*image) + sizeof(struct radv_image_plane) * plane_count; local in function:radv_image_create
1000 image = vk_zalloc2(&device->alloc, alloc, image_struct_size, 8,
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_image.c1711 const size_t image_struct_size = sizeof(*image) + sizeof(struct radv_image_plane) * plane_count; local in function:radv_image_create
1721 vk_zalloc2(&device->vk.alloc, alloc, image_struct_size, 8, VK_SYSTEM_ALLOCATION_SCOPE_OBJECT);

Completed in 6 milliseconds