Home
last modified time | relevance | path

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

/frameworks/native/vulkan/vkjson/
Dvkjson_instance.cc224 for (VkExternalFenceHandleTypeFlagBits handle_type = in VkJsonGetDevice() local
226 handle_type <= VK_EXTERNAL_FENCE_HANDLE_TYPE_SYNC_FD_BIT; in VkJsonGetDevice()
227 handle_type = in VkJsonGetDevice()
228 static_cast<VkExternalFenceHandleTypeFlagBits>(handle_type << 1)) { in VkJsonGetDevice()
229 external_fence_info.handleType = handle_type; in VkJsonGetDevice()
236 std::make_pair(handle_type, external_fence_properties)); in VkJsonGetDevice()
245 for (VkExternalSemaphoreHandleTypeFlagBits handle_type = in VkJsonGetDevice() local
247 handle_type <= VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_SYNC_FD_BIT; in VkJsonGetDevice()
248 handle_type = static_cast<VkExternalSemaphoreHandleTypeFlagBits>( in VkJsonGetDevice()
249 handle_type << 1)) { in VkJsonGetDevice()
[all …]