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.cc276 VkExternalFenceProperties external_fence_properties = {}; in VkJsonGetDevice() local
285 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()
Dvkjson.h133 external_fence_properties; member
Dvkjson.cc821 &device->external_fence_properties) && in Iterate()