1#ifndef NXDK_PGRAPH_TESTS_DEPTH_FORMAT_TESTS_H
2#define NXDK_PGRAPH_TESTS_DEPTH_FORMAT_TESTS_H
15 float fixed_to_float(uint32_t val)
const;
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:47
Definition test_suite.h:20
Runtime configuration for TestSuites.
Definition test_suite.h:23