Searched refs:handle_type (Results 1 – 1 of 1) sorted by relevance
224 for (VkExternalFenceHandleTypeFlagBits handle_type = in VkJsonGetDevice() local226 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() local247 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 …]