Searched refs:external_fence_properties (Results 1 – 3 of 3) sorted by relevance
276 VkExternalFenceProperties external_fence_properties = {}; in VkJsonGetDevice() local285 physical_device, &external_fence_info, &external_fence_properties); in VkJsonGetDevice()286 if (external_fence_properties.exportFromImportedHandleTypes || in VkJsonGetDevice()287 external_fence_properties.compatibleHandleTypes || in VkJsonGetDevice()288 external_fence_properties.externalFenceFeatures) { in VkJsonGetDevice()289 device.external_fence_properties.insert( in VkJsonGetDevice()290 std::make_pair(handle_type, external_fence_properties)); in VkJsonGetDevice()
133 external_fence_properties; member
821 &device->external_fence_properties) && in Iterate()