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

/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_device.c3678 const VkMemoryAllocateFlagsInfo *flags_info = (void *)ext; local in function:anv_AllocateMemory
3679 vk_flags = flags_info->flags;
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_device.c5387 const VkMemoryAllocateFlagsInfo *flags_info = vk_find_struct_const(pAllocateInfo->pNext, MEMORY_ALLOCATE_FLAGS_INFO); local in function:radv_alloc_memory
5388 if (flags_info && flags_info->flags & VK_MEMORY_ALLOCATE_DEVICE_ADDRESS_CAPTURE_REPLAY_BIT)

Completed in 29 milliseconds