Home
last modified time | relevance | path

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

/frameworks/native/vulkan/vkjson/
Dvkjson_instance.cc268 for (VkExternalFenceHandleTypeFlagBits handle_type = in VkJsonGetDevice() local
270 handle_type <= VK_EXTERNAL_FENCE_HANDLE_TYPE_SYNC_FD_BIT; in VkJsonGetDevice()
271 handle_type = static_cast<VkExternalFenceHandleTypeFlagBits>( in VkJsonGetDevice()
272 handle_type << 1)) { in VkJsonGetDevice()
273 external_fence_info.handleType = handle_type; in VkJsonGetDevice()
280 std::make_pair(handle_type, external_fence_properties)); in VkJsonGetDevice()
296 for (VkExternalSemaphoreHandleTypeFlagBits handle_type = in VkJsonGetDevice() local
298 handle_type <= VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_SYNC_FD_BIT; in VkJsonGetDevice()
299 handle_type = static_cast<VkExternalSemaphoreHandleTypeFlagBits>( in VkJsonGetDevice()
300 handle_type << 1)) { in VkJsonGetDevice()
[all …]