mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
nir/tests: don't leave "namespace {" unclosed in nir_opt_varyings_tests.h
This commit is contained in:
parent
3458eae4bc
commit
5afa14f4a6
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