Searched refs:mem_ded_alloc_info (Results 1 – 1 of 1) sorted by relevance
3354 auto mem_ded_alloc_info = lvl_find_in_chain<VkMemoryDedicatedAllocateInfo>(alloc_info->pNext); in ValidateAllocateMemoryANDROID() local3473 if ((nullptr == mem_ded_alloc_info) || (VK_NULL_HANDLE == mem_ded_alloc_info->image)) { in ValidateAllocateMemoryANDROID()3488 VkImageCreateInfo *ici = &(GetImageState(mem_ded_alloc_info->image)->createInfo); in ValidateAllocateMemoryANDROID()3579 if ((exp_mem_alloc_info) && (mem_ded_alloc_info) && in ValidateAllocateMemoryANDROID()3581 (VK_NULL_HANDLE != mem_ded_alloc_info->image)) { in ValidateAllocateMemoryANDROID()