[roll] Roll fuchsia [graphics][compute][radix sort] Add indirect dispatching

Add support for "indirectly" dispatching the radix sort library.

The `radix-sort-vk-bench` test now supports both direct and indirect
dispatching.

Testability:

 * Help: fx shell run radix-sort-vk-bench

 * Indirectly sort and validate arrays from 1 to 8192 with a step of 1
   fx shell run radix-sort-vk-bench 8086:591e intel_gen8_u32 indirect 1 8192
   fx shell run radix-sort-vk-bench 8086:591e intel_gen8_u64 indirect 1 8192

 * Directly sort and validate arrays from 1 to 8192 with a step of 1
   fx shell run radix-sort-vk-bench 8086:591e intel_gen8_u32 direct 1 8192
   fx shell run radix-sort-vk-bench 8086:591e intel_gen8_u64 direct 1 8192

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/521181
Original-Revision: dccacbbee1c312acad5999b92b30db0ee1f66e74
GitOrigin-RevId: 671cda3133e6e8c7adf3ce678b0aae569bf8187c
Change-Id: I37c3b3d4942a992f2e45f4100fc49aa983142260
1 file changed
tree: 9f4bc93535b94d72688162bf06f22b00a2cbd690
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.