#include "gmock/gmock.h"
#include "src/tint/lang/msl/writer/ast_printer/helper_test.h"
namespace tint::msl::writer {
namespace {
HasSubstr;
usingnamespacetint::core::fluent_types;
usingnamespacetint::core::number_suffixes;
MslASTPrinterTest_Constructor;
TEST_F(MslASTPrinterTest_Constructor, Bool) { … }
TEST_F(MslASTPrinterTest_Constructor, Int) { … }
TEST_F(MslASTPrinterTest_Constructor, UInt) { … }
TEST_F(MslASTPrinterTest_Constructor, Float) { … }
TEST_F(MslASTPrinterTest_Constructor, F16) { … }
TEST_F(MslASTPrinterTest_Constructor, Type_Float) { … }
TEST_F(MslASTPrinterTest_Constructor, Type_F16) { … }
TEST_F(MslASTPrinterTest_Constructor, Type_Bool) { … }
TEST_F(MslASTPrinterTest_Constructor, Type_Int) { … }
TEST_F(MslASTPrinterTest_Constructor, Type_Uint) { … }
TEST_F(MslASTPrinterTest_Constructor, Type_Vec_F32) { … }
TEST_F(MslASTPrinterTest_Constructor, Type_Vec_F16) { … }
TEST_F(MslASTPrinterTest_Constructor, Type_Vec_Empty_F32) { … }
TEST_F(MslASTPrinterTest_Constructor, Type_Vec_Empty_F16) { … }
TEST_F(MslASTPrinterTest_Constructor, Type_Vec_SingleScalar_F32_Literal) { … }
TEST_F(MslASTPrinterTest_Constructor, Type_Vec_SingleScalar_F16_Literal) { … }
TEST_F(MslASTPrinterTest_Constructor, Type_Vec_SingleScalar_F32_Var) { … }
TEST_F(MslASTPrinterTest_Constructor, Type_Vec_SingleScalar_F16_Var) { … }
TEST_F(MslASTPrinterTest_Constructor, Type_Vec_SingleScalar_Bool) { … }
TEST_F(MslASTPrinterTest_Constructor, Type_Vec_SingleScalar_Int) { … }
TEST_F(MslASTPrinterTest_Constructor, Type_Vec_SingleScalar_UInt) { … }
TEST_F(MslASTPrinterTest_Constructor, Type_Mat_F32) { … }
TEST_F(MslASTPrinterTest_Constructor, Type_Mat_F16) { … }
TEST_F(MslASTPrinterTest_Constructor, Type_Mat_Complex_F32) { … }
TEST_F(MslASTPrinterTest_Constructor, Type_Mat_Complex_F16) { … }
TEST_F(MslASTPrinterTest_Constructor, Type_Mat_Empty_F32) { … }
TEST_F(MslASTPrinterTest_Constructor, Type_Mat_Empty_F16) { … }
TEST_F(MslASTPrinterTest_Constructor, Type_Mat_Identity_F32) { … }
TEST_F(MslASTPrinterTest_Constructor, Type_Mat_Identity_F16) { … }
TEST_F(MslASTPrinterTest_Constructor, Type_Array) { … }
TEST_F(MslASTPrinterTest_Constructor, Type_Struct) { … }
TEST_F(MslASTPrinterTest_Constructor, Type_Struct_Empty) { … }
}
}