mesa/src/tool/pps
Vinson Lee 29c6a09887 pps: Fix build errors.
In file included from ../src/tool/pps/pps_device.cc:10:
../src/tool/pps/pps_device.h:23:11: error: ‘uint32_t’ does not name a type
   23 |    static uint32_t device_count();
      |           ^~~~~~~~

In file included from ../src/tool/pps/pps_counter.cc:10:
../src/tool/pps/pps_counter.h:22:4: error: ‘uint32_t’ does not name a type
   22 |    uint32_t id;
      |    ^~~~~~~~

Fixes: 1cc72b2aef ("pps: Gfx-pps v0.3.0")
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/8186
Signed-off-by: Vinson Lee <vlee@freedesktop.org>
Reviewed-by: Rob Clark <robclark@freedesktop.org>
Reviewed-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21714>
2023-03-13 01:22:46 +00:00
..
cfg
.clang-format
meson.build
pps.cc
pps.h
pps_algorithm.h
pps_config.cc
pps_counter.cc
pps_counter.h pps: Fix build errors. 2023-03-13 01:22:46 +00:00
pps_datasource.cc tool/pps: Fix 32-bit build issue with format string 2023-01-18 19:27:41 +00:00
pps_datasource.h
pps_device.cc
pps_device.h pps: Fix build errors. 2023-03-13 01:22:46 +00:00
pps_driver.cc
pps_driver.h
pps_producer.cc