Searched refs:external_semaphore_properties (Results 1 – 3 of 3) sorted by relevance
304 VkExternalSemaphoreProperties external_semaphore_properties = {}; in VkJsonGetDevice() local314 &external_semaphore_properties); in VkJsonGetDevice()315 if (external_semaphore_properties.exportFromImportedHandleTypes || in VkJsonGetDevice()316 external_semaphore_properties.compatibleHandleTypes || in VkJsonGetDevice()317 external_semaphore_properties.externalSemaphoreFeatures) { in VkJsonGetDevice()318 device.external_semaphore_properties.insert( in VkJsonGetDevice()319 std::make_pair(handle_type, external_semaphore_properties)); in VkJsonGetDevice()
135 external_semaphore_properties; member
823 &device->external_semaphore_properties); in Iterate()