mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-24 01:58:16 +02:00
nir/tests: don't leave "namespace {" unclosed in nir_opt_varyings_tests.h
Reviewed-by: Aitor Camacho <aitor@lunarg.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41329>
This commit is contained in:
parent
ca137e545c
commit
24e0226058
10 changed files with 20 additions and 0 deletions
|
|
@ -664,3 +664,5 @@ movable_across_interp(nir_builder *b, nir_op op, unsigned interp[3],
|
|||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,6 +8,8 @@
|
|||
|
||||
#include "nir_opt_varyings_test.h"
|
||||
|
||||
namespace {
|
||||
|
||||
class nir_opt_varyings_test_bicm_binary_alu : public nir_opt_varyings_test
|
||||
{};
|
||||
|
||||
|
|
|
|||
|
|
@ -6,6 +6,8 @@
|
|||
|
||||
#include "nir_opt_varyings_test.h"
|
||||
|
||||
namespace {
|
||||
|
||||
static bool
|
||||
shader_contains_sysval(nir_builder *b, nir_intrinsic_op op)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -6,6 +6,8 @@
|
|||
|
||||
#include "nir_opt_varyings_test.h"
|
||||
|
||||
namespace {
|
||||
|
||||
class nir_opt_varyings_test_dead_input : public nir_opt_varyings_test
|
||||
{};
|
||||
|
||||
|
|
|
|||
|
|
@ -6,6 +6,8 @@
|
|||
|
||||
#include "nir_opt_varyings_test.h"
|
||||
|
||||
namespace {
|
||||
|
||||
class nir_opt_varyings_test_dead_output : public nir_opt_varyings_test
|
||||
{};
|
||||
|
||||
|
|
|
|||
|
|
@ -6,6 +6,8 @@
|
|||
|
||||
#include "nir_opt_varyings_test.h"
|
||||
|
||||
namespace {
|
||||
|
||||
class nir_opt_varyings_test_dedup : public nir_opt_varyings_test
|
||||
{};
|
||||
|
||||
|
|
|
|||
|
|
@ -6,6 +6,8 @@
|
|||
|
||||
#include "nir_opt_varyings_test.h"
|
||||
|
||||
namespace {
|
||||
|
||||
class nir_opt_varyings_test_prop_const : public nir_opt_varyings_test
|
||||
{};
|
||||
|
||||
|
|
|
|||
|
|
@ -6,6 +6,8 @@
|
|||
|
||||
#include "nir_opt_varyings_test.h"
|
||||
|
||||
namespace {
|
||||
|
||||
class nir_opt_varyings_test_prop_ubo : public nir_opt_varyings_test
|
||||
{};
|
||||
|
||||
|
|
|
|||
|
|
@ -6,6 +6,8 @@
|
|||
|
||||
#include "nir_opt_varyings_test.h"
|
||||
|
||||
namespace {
|
||||
|
||||
class nir_opt_varyings_test_prop_uniform : public nir_opt_varyings_test
|
||||
{};
|
||||
|
||||
|
|
|
|||
|
|
@ -6,6 +6,8 @@
|
|||
|
||||
#include "nir_opt_varyings_test.h"
|
||||
|
||||
namespace {
|
||||
|
||||
class nir_opt_varyings_test_prop_uniform_expr : public nir_opt_varyings_test
|
||||
{};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue