Home
last modified time | relevance | path

Searched defs:BinaryData (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/tint/src/writer/wgsl/
Dgenerator_impl_binary_test.cc22 struct BinaryData { struct
23 const char* result;
24 ast::BinaryOp op;
/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dfunction_logical_test.cc161 struct BinaryData { struct
162 const std::string res_type;
163 const std::string lhs;
164 const std::string op;
165 const std::string rhs;
166 const std::string ast_type;
167 const std::string ast_lhs;
168 const std::string ast_op;
169 const std::string ast_rhs;
Dfunction_bit_test.cc96 struct BinaryData { struct
97 const std::string res_type;
98 const std::string lhs;
99 const std::string op;
100 const std::string rhs;
101 const std::string ast_type;
102 const std::string ast_lhs;
103 const std::string ast_op;
104 const std::string ast_rhs;
Dfunction_arithmetic_test.cc304 struct BinaryData { struct
305 const std::string res_type;
306 const std::string lhs;
307 const std::string op;
308 const std::string rhs;
309 const std::string ast_type;
310 const std::string ast_lhs;
311 const std::string ast_op;
312 const std::string ast_rhs;
/third_party/skia/third_party/externals/tint/src/writer/msl/
Dgenerator_impl_binary_test.cc22 struct BinaryData { struct
23 const char* result;
24 ast::BinaryOp op;
/third_party/skia/third_party/externals/tint/src/writer/glsl/
Dgenerator_impl_binary_test.cc26 struct BinaryData { struct
27 const char* result;
28 ast::BinaryOp op;
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
Dgenerator_impl_binary_test.cc26 struct BinaryData { struct
27 const char* result;
28 ast::BinaryOp op;
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dbuilder_binary_expression_test.cc25 struct BinaryData { struct
26 ast::BinaryOp op;
27 std::string name;