Home
last modified time | relevance | path

Searched refs:kIndirection (Results 1 – 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/tint/src/ast/
Dunary_op.h27 kIndirection, // *EXPR enumerator
Dunary_op.cc30 case UnaryOp::kIndirection: { in operator <<()
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dparser_impl_unary_expression_test.cc81 EXPECT_EQ(u->op, ast::UnaryOp::kIndirection); in TEST_F()
109 EXPECT_EQ(u->op, ast::UnaryOp::kIndirection); in TEST_F()
Dparser_impl.cc2349 op = ast::UnaryOp::kIndirection; in unary_expression()
/third_party/skia/third_party/externals/tint/src/writer/wgsl/
Dgenerator_impl_unary_op_test.cc56 create<ast::UnaryOpExpression>(ast::UnaryOp::kIndirection, Expr("expr")); in TEST_F()
Dgenerator_impl.cc776 case ast::UnaryOp::kIndirection: in EmitUnaryOp()
/third_party/skia/third_party/externals/tint/src/writer/glsl/
Dgenerator_impl_unary_op_test.cc56 create<ast::UnaryOpExpression>(ast::UnaryOp::kIndirection, Expr("expr")); in TEST_F()
Dgenerator_impl.cc2546 case ast::UnaryOp::kIndirection: in EmitUnaryOp()
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
Dgenerator_impl_unary_op_test.cc56 create<ast::UnaryOpExpression>(ast::UnaryOp::kIndirection, Expr("expr")); in TEST_F()
Dgenerator_impl.cc3623 case ast::UnaryOp::kIndirection: in EmitUnaryOp()
/third_party/skia/third_party/externals/tint/src/writer/msl/
Dgenerator_impl_unary_op_test.cc56 create<ast::UnaryOpExpression>(ast::UnaryOp::kIndirection, Expr("expr")); in TEST_F()
Dgenerator_impl.cc2654 case ast::UnaryOp::kIndirection: in EmitUnaryOp()
/third_party/skia/third_party/externals/tint/src/transform/
Dsimplify_pointers.cc99 case ast::UnaryOp::kIndirection: in Reduce()
/third_party/skia/third_party/externals/tint/src/inspector/
Dinspector.cc914 case ast::UnaryOp::kIndirection: in GetOriginatingResources()
/third_party/skia/third_party/externals/tint/src/
Dprogram_builder.h1531 return create<ast::UnaryOpExpression>(source, ast::UnaryOp::kIndirection, in Deref()
1539 return create<ast::UnaryOpExpression>(ast::UnaryOp::kIndirection, in Deref()
/third_party/skia/third_party/externals/tint/src/resolver/
Dresolver.cc1966 case ast::UnaryOp::kIndirection: in UnaryOp()
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dbuilder.cc1227 case ast::UnaryOp::kIndirection: in GenerateUnaryOpExpression()
/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dfunction.cc6067 create<ast::UnaryOpExpression>(Source{}, ast::UnaryOp::kIndirection, in Dereference()