Home
last modified time | relevance | path

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

/frameworks/native/vulkan/vkjson/
Dvkjson_instance.cc294 VkExternalSemaphoreProperties external_semaphore_properties = {}; in VkJsonGetDevice() local
304 &external_semaphore_properties); in VkJsonGetDevice()
305 if (external_semaphore_properties.exportFromImportedHandleTypes || in VkJsonGetDevice()
306 external_semaphore_properties.compatibleHandleTypes || in VkJsonGetDevice()
307 external_semaphore_properties.externalSemaphoreFeatures) { in VkJsonGetDevice()
308 device.external_semaphore_properties.insert( in VkJsonGetDevice()
309 std::make_pair(handle_type, external_semaphore_properties)); in VkJsonGetDevice()
Dvkjson.h124 external_semaphore_properties; member
Dvkjson.cc800 &device->external_semaphore_properties); in Iterate()