Skip to content

Commit fee14a0

Browse files
tests: Update testicd
1 parent 15e1aa0 commit fee14a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/icd/test_icd.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
** Copyright (c) 2015-2018, 2023-2025 The Khronos Group Inc.
2+
** Copyright (c) 2015-2018, 2023-2026 The Khronos Group Inc.
33
** Modifications Copyright (C) 2024-2026 Advanced Micro Devices, Inc. All rights reserved.
44
**
55
** Licensed under the Apache License, Version 2.0 (the "License");
@@ -2010,6 +2010,7 @@ static VKAPI_ATTR VkDeviceSize VKAPI_CALL GetPhysicalDeviceDescriptorSizeEXT(VkP
20102010
case VK_DESCRIPTOR_TYPE_BLOCK_MATCH_IMAGE_QCOM:
20112011
case VK_DESCRIPTOR_TYPE_ACCELERATION_STRUCTURE_KHR:
20122012
case VK_DESCRIPTOR_TYPE_ACCELERATION_STRUCTURE_NV:
2013+
case VK_DESCRIPTOR_TYPE_PARTITIONED_ACCELERATION_STRUCTURE_NV:
20132014
case VK_DESCRIPTOR_TYPE_INPUT_ATTACHMENT:
20142015
return 256;
20152016
default:

0 commit comments

Comments
 (0)