Home
last modified time | relevance | path

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

/aosp12/frameworks/native/vulkan/vkjson/
H A Dvkjson_instance.cc255 VkExternalSemaphoreProperties external_semaphore_properties = {}; in VkJsonGetDevice() local
265 &external_semaphore_properties); in VkJsonGetDevice()
266 if (external_semaphore_properties.exportFromImportedHandleTypes || in VkJsonGetDevice()
267 external_semaphore_properties.compatibleHandleTypes || in VkJsonGetDevice()
268 external_semaphore_properties.externalSemaphoreFeatures) { in VkJsonGetDevice()
269 device.external_semaphore_properties.insert( in VkJsonGetDevice()
270 std::make_pair(handle_type, external_semaphore_properties)); in VkJsonGetDevice()
H A Dvkjson.h135 external_semaphore_properties; member
H A Dvkjson.cc871 &device->external_semaphore_properties); in Iterate()