nir/tests: don't leave "namespace {" unclosed in nir_opt_varyings_tests.h

This commit is contained in:
Marek Olšák 2026-05-03 01:11:05 -04:00
parent 3458eae4bc
commit 5afa14f4a6
10 changed files with 20 additions and 0 deletions

View file

@ -664,3 +664,5 @@ movable_across_interp(nir_builder *b, nir_op op, unsigned interp[3],
return false;
}
}
}

View file

@ -8,6 +8,8 @@
#include "nir_opt_varyings_test.h"
namespace {
class nir_opt_varyings_test_bicm_binary_alu : public nir_opt_varyings_test
{};

View file

@ -6,6 +6,8 @@
#include "nir_opt_varyings_test.h"
namespace {
static bool
shader_contains_sysval(nir_builder *b, nir_intrinsic_op op)
{

View file

@ -6,6 +6,8 @@
#include "nir_opt_varyings_test.h"
namespace {
class nir_opt_varyings_test_dead_input : public nir_opt_varyings_test
{};

View file

@ -6,6 +6,8 @@
#include "nir_opt_varyings_test.h"
namespace {
class nir_opt_varyings_test_dead_output : public nir_opt_varyings_test
{};

View file

@ -6,6 +6,8 @@
#include "nir_opt_varyings_test.h"
namespace {
class nir_opt_varyings_test_dedup : public nir_opt_varyings_test
{};

View file

@ -6,6 +6,8 @@
#include "nir_opt_varyings_test.h"
namespace {
class nir_opt_varyings_test_prop_const : public nir_opt_varyings_test
{};

View file

@ -6,6 +6,8 @@
#include "nir_opt_varyings_test.h"
namespace {
class nir_opt_varyings_test_prop_ubo : public nir_opt_varyings_test
{};

View file

@ -6,6 +6,8 @@
#include "nir_opt_varyings_test.h"
namespace {
class nir_opt_varyings_test_prop_uniform : public nir_opt_varyings_test
{};

View file

@ -6,6 +6,8 @@
#include "nir_opt_varyings_test.h"
namespace {
class nir_opt_varyings_test_prop_uniform_expr : public nir_opt_varyings_test
{};