1#ifndef NXDK_PGRAPH_TESTS_DEPTH_FORMAT_TESTS_H
2#define NXDK_PGRAPH_TESTS_DEPTH_FORMAT_TESTS_H
15 [[nodiscard]]
float fixed_to_float(uint32_t val)
const;
18 uint32_t max_depth{0};
19 bool floating_point{
false};
29 void Test(
const DepthFormat &format,
bool compress_z, uint32_t depth_cutoff);
31 void AddTestEntry(
const DepthFormat &format,
bool compress_z, uint32_t depth_cutoff);
32 static std::string MakeTestName(
const DepthFormat &format,
bool compress_z, uint32_t depth_cutoff);
Definition test_host.h:33
Definition test_suite.h:21
Runtime configuration for TestSuites.
Definition test_suite.h:24