mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-26 00:39:03 +00:00
cl21: Use single array for function list (#147)
Signed-off-by: Radek Szymanski <radek.szymanski@arm.com>
This commit is contained in:
committed by
Kévin Petit
parent
c0b9a74583
commit
50ba83e754
@@ -41,17 +41,14 @@ public:
|
||||
|
||||
class spirvTestsRegistry {
|
||||
private:
|
||||
std::vector<const char *> testNames;
|
||||
std::vector<baseTestClass *> testClasses;
|
||||
std::vector<basefn> tests;
|
||||
std::vector<test_definition> testDefinitions;
|
||||
|
||||
public:
|
||||
|
||||
static spirvTestsRegistry& getInstance();
|
||||
|
||||
const char **getTestNames();
|
||||
|
||||
basefn *getTests();
|
||||
test_definition *getTestDefinitions();
|
||||
|
||||
size_t getNumTests();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user