Home
last modified time | relevance | path

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

/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_device.c2289 const VkMemoryAllocateFlagsInfo *flags_info = NULL; in v3dv_AllocateMemory() local
2299 flags_info = (void *)ext; in v3dv_AllocateMemory()
2355 if (flags_info && in v3dv_AllocateMemory()
2356 (flags_info->flags & VK_MEMORY_ALLOCATE_DEVICE_ADDRESS_BIT_KHR)) { in v3dv_AllocateMemory()
/third_party/mesa3d/src/intel/vulkan/
Danv_device.c3847 const VkMemoryAllocateFlagsInfo *flags_info = (void *)ext; in anv_AllocateMemory() local
3848 vk_flags = flags_info->flags; in anv_AllocateMemory()
/third_party/mesa3d/src/amd/vulkan/
Dradv_device.c5584 …const VkMemoryAllocateFlagsInfo *flags_info = vk_find_struct_const(pAllocateInfo->pNext, MEMORY_AL… in radv_alloc_memory() local
5585 if (flags_info && flags_info->flags & VK_MEMORY_ALLOCATE_DEVICE_ADDRESS_CAPTURE_REPLAY_BIT) in radv_alloc_memory()