1#ifndef NXDK_PGRAPH_TESTS_ANTIALIASING_TESTS_H
2#define NXDK_PGRAPH_TESTS_ANTIALIASING_TESTS_H
26 const uint32_t instruction[4];
37 void TestAAOnThenOffThenCPUWrite();
38 void TestModifyNonFramebufferSurface();
39 void TestFramebufferIsIndependentOfSurface();
40 void TestCPUWriteIgnoresSurfaceConfig();
41 void TestGPUAAWriteAfterCPUWrite();
42 void TestNonAACPURoundTrip();
44#ifdef ENABLE_MULTIFRAME_CPU_BLIT_TEST
46 void TestMultiframeCPUBlit();
50 void NoOpDraw()
const;
51 void WaitForGPU()
const;
Definition antialiasing_tests.h:20
void Initialize() override
Called to initialize the test suite.
Definition antialiasing_tests.cpp:101
Definition test_host.h:47
AntiAliasingSetting
Antialiasing settings for surfaces.
Definition test_host.h:225
Definition test_suite.h:20
Definition vertex_buffer.h:204
Definition antialiasing_tests.h:22
Runtime configuration for TestSuites.
Definition test_suite.h:23
Definition texture_format.h:8