KhronosGroup / Vulkan-ValidationLayers

Vulkan Validation Layers (VVL)
https://vulkan.lunarg.com/doc/sdk/latest/linux/khronos_validation_layer.html
Other
751 stars 403 forks source link

tests: Fix dgc token offset limit test #8621

Closed ziga-lunarg closed 3 days ago

arno-lunarg commented 3 days ago

LunarG CI did not catch this PR??

ziga-lunarg commented 3 days ago

LunarG CI did not catch this PR??

I think there might not be a driver in there that has maxIndirectCommandsTokenOffset == UINT32_MAX

spencer-lunarg commented 3 days ago

I think there might not be a driver in there that has maxIndirectCommandsTokenOffset == UINT32_MAX

There is not, this is only being tested on TestICD and locally on my Lavapipe driver with it... so happy to just go with Github CI here