Searched refs:flags_info (Results 1 – 3 of 3) sorted by relevance
2289 const VkMemoryAllocateFlagsInfo *flags_info = NULL; in v3dv_AllocateMemory() local2299 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()
3847 const VkMemoryAllocateFlagsInfo *flags_info = (void *)ext; in anv_AllocateMemory() local3848 vk_flags = flags_info->flags; in anv_AllocateMemory()
5584 …const VkMemoryAllocateFlagsInfo *flags_info = vk_find_struct_const(pAllocateInfo->pNext, MEMORY_AL… in radv_alloc_memory() local5585 if (flags_info && flags_info->flags & VK_MEMORY_ALLOCATE_DEVICE_ADDRESS_CAPTURE_REPLAY_BIT) in radv_alloc_memory()