Searched refs:external_semaphore_properties (Results 1 – 3 of 3) sorted by relevance
294 VkExternalSemaphoreProperties external_semaphore_properties = {}; in VkJsonGetDevice() local304 &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()
124 external_semaphore_properties; member
800 &device->external_semaphore_properties); in Iterate()