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