Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp3390 VkExternalBufferProperties ext_buf_props = {}; in ValidateAllocateMemoryANDROID() local
3391 ext_buf_props.sType = VK_STRUCTURE_TYPE_EXTERNAL_BUFFER_PROPERTIES; in ValidateAllocateMemoryANDROID()
3395 … &ext_buf_props); in ValidateAllocateMemoryANDROID()
3430 …if (0 == (ext_buf_props.externalMemoryProperties.externalMemoryFeatures & VK_EXTERNAL_MEMORY_FEATU… in ValidateAllocateMemoryANDROID()