Skip to content

Commit

Permalink
Add vulkan compute indirect test case
Browse files Browse the repository at this point in the history
  • Loading branch information
per-mathisen-arm committed Oct 29, 2024
1 parent 3f4887c commit b251328
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,7 @@ add_test(NAME layer_test_thread_3_replay_blackhole_stress_9 COMMAND ${CMAKE_CURR
set_tests_properties(layer_test_thread_3_replay_blackhole_stress_9 PROPERTIES FIXTURES_REQUIRED thread_3)
layer_test(compute_1 compute_1)
layer_test(compute_1_indirect compute_1 --indirect)
layer_test(compute_1_indirect_offset compute_1 --indirect -ioff 9)
layer_test(compute_1_fb compute_1 --frame-boundary)
add_test(NAME layer_test_compute_1_1 COMMAND ${CMAKE_CURRENT_BINARY_DIR}/tracetooltests/vulkan_compute_1 -pc)
set_tests_properties(layer_test_compute_1_1 PROPERTIES ENVIRONMENT "VK_LAYER_PATH=${CMAKE_CURRENT_BINARY_DIR}/implicit_layer.d;VK_INSTANCE_LAYERS=VK_LAYER_ARM_lavatube;LD_LIBRARY_PATH=${CMAKE_CURRENT_BINARY_DIR}/implicit_layer.d;")
Expand Down
2 changes: 1 addition & 1 deletion external/tracetooltests

0 comments on commit b251328

Please sign in to comment.