Searched refs:external_fence_properties (Results 1 – 3 of 3) sorted by relevance
266 VkExternalFenceProperties external_fence_properties = {}; in VkJsonGetDevice() local275 physical_device, &external_fence_info, &external_fence_properties); in VkJsonGetDevice()276 if (external_fence_properties.exportFromImportedHandleTypes || in VkJsonGetDevice()277 external_fence_properties.compatibleHandleTypes || in VkJsonGetDevice()278 external_fence_properties.externalFenceFeatures) { in VkJsonGetDevice()279 device.external_fence_properties.insert( in VkJsonGetDevice()280 std::make_pair(handle_type, external_fence_properties)); in VkJsonGetDevice()
122 external_fence_properties; member
798 &device->external_fence_properties) && in Iterate()