Home
last modified time | relevance | path

Searched refs:external_fence_properties (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/vulkan/vkjson/
Dvkjson_instance.cc266 VkExternalFenceProperties external_fence_properties = {}; in VkJsonGetDevice() local
275 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()
Dvkjson.h122 external_fence_properties; member
Dvkjson.cc798 &device->external_fence_properties) && in Iterate()