1#ifndef NXDK_PGRAPH_TESTS_ZPASS_PIXEL_COUNT_TESTS_H
2#define NXDK_PGRAPH_TESTS_ZPASS_PIXEL_COUNT_TESTS_H
4#include <pbkit/pbkit.h>
10#include "test_suite.h"
35 void TestPointSize(uint32_t point_size);
36 void TestPointSizeProgrammable(uint32_t point_size);
38 void TestLineWidth(uint32_t line_width);
41 struct s_CtxDma semaphore_dma_ctx_{};
42 struct s_CtxDma report_dma_ctx_{};
44 uint32_t *semaphore_context_object_{
nullptr};
45 ZPassReport *report_context_object_{
nullptr};
Definition test_host.h:33
Definition test_suite.h:20
Definition zpass_pixel_count_tests.h:17
void Initialize() override
Called to initialize the test suite.
Definition zpass_pixel_count_tests.cpp:65
void Deinitialize() override
Called to tear down the test suite.
Definition zpass_pixel_count_tests.cpp:88
Runtime configuration for TestSuites.
Definition test_suite.h:23