Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp3420 VkExternalImageFormatProperties ext_img_fmt_props = {}; in ValidateAllocateMemoryANDROID() local
3421 ext_img_fmt_props.sType = VK_STRUCTURE_TYPE_EXTERNAL_IMAGE_FORMAT_PROPERTIES; in ValidateAllocateMemoryANDROID()
3424 ifp2.pNext = &ext_img_fmt_props; in ValidateAllocateMemoryANDROID()
3431 …if ((VK_SUCCESS != fmt_lookup_result) || (0 == (ext_img_fmt_props.externalMemoryProperties.externa… in ValidateAllocateMemoryANDROID()