Home
last modified time | relevance | path

Searched defs:else_cond (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/tint/src/writer/msl/
Dgenerator_impl_if_test.cc42 auto* else_cond = Var("else_cond", ty.bool_()); in TEST_F() local
81 auto* else_cond = Var("else_cond", ty.bool_()); in TEST_F() local
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
Dgenerator_impl_if_test.cc46 auto* else_cond = Expr("else_cond"); in TEST_F() local
100 auto* else_cond = Expr("else_cond"); in TEST_F() local
/third_party/skia/third_party/externals/tint/src/writer/wgsl/
Dgenerator_impl_if_test.cc47 auto* else_cond = Expr("else_cond"); in TEST_F() local
99 auto* else_cond = Expr("else_cond"); in TEST_F() local
/third_party/skia/third_party/externals/tint/src/writer/glsl/
Dgenerator_impl_if_test.cc46 auto* else_cond = Expr("else_cond"); in TEST_F() local
100 auto* else_cond = Expr("else_cond"); in TEST_F() local
/third_party/node/deps/v8/tools/cppgc/
Dgen_cmake.py358 def BuildConditionWithElseCond(self, cond, then_stmts, else_cond): argument
/third_party/skia/third_party/externals/tint/src/resolver/
Dresolver_test.cc163 auto* else_cond = Expr(true); in TEST_F() local