Searched refs:ext_buf_props (Results 1 – 1 of 1) sorted by relevance
3539 VkExternalBufferProperties ext_buf_props = {}; in ValidateAllocateMemoryANDROID() local3540 ext_buf_props.sType = VK_STRUCTURE_TYPE_EXTERNAL_BUFFER_PROPERTIES; in ValidateAllocateMemoryANDROID()3542 DispatchGetPhysicalDeviceExternalBufferProperties(physical_device, &pdebi, &ext_buf_props); in ValidateAllocateMemoryANDROID()3577 …if (0 == (ext_buf_props.externalMemoryProperties.externalMemoryFeatures & VK_EXTERNAL_MEMORY_FEATU… in ValidateAllocateMemoryANDROID()