Searched refs:ifp2 (Results 1 – 1 of 1) sorted by relevance
3422 VkImageFormatProperties2 ifp2 = {}; in ValidateAllocateMemoryANDROID() local3423 ifp2.sType = VK_STRUCTURE_TYPE_IMAGE_FORMAT_PROPERTIES_2; in ValidateAllocateMemoryANDROID()3424 ifp2.pNext = &ext_img_fmt_props; in ValidateAllocateMemoryANDROID()3426 VkResult fmt_lookup_result = GetPDImageFormatProperties2(&pdifi2, &ifp2); in ValidateAllocateMemoryANDROID()