Searched defs:IfThenElse (Results 1 – 6 of 6) sorted by relevance
| /third_party/flutter/skia/tests/ |
| D | SkVxTest.cpp | 48 float4 IfThenElse(int4 c, float4 t, float4 e) { return if_then_else(c,t,e); } in IfThenElse() function
|
| /third_party/flutter/skia/third_party/externals/spirv-tools/test/opt/ |
| D | local_ssa_elim_test.cpp | 738 TEST_F(LocalSSAElimTest, IfThenElse) { in TEST_F() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
| D | local_ssa_elim_test.cpp | 831 TEST_F(LocalSSAElimTest, IfThenElse) { in TEST_F() argument
|
| /third_party/spirv-tools/test/opt/ |
| D | local_ssa_elim_test.cpp | 831 TEST_F(LocalSSAElimTest, IfThenElse) { in TEST_F() argument
|
| /third_party/skia/third_party/externals/spirv-tools/test/opt/ |
| D | local_ssa_elim_test.cpp | 831 TEST_F(LocalSSAElimTest, IfThenElse) { in TEST_F() argument
|
| /third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
| D | Reactor.hpp | 3149 RValue<T> IfThenElse(RValue<Bool> condition, RValue<T> ifTrue, RValue<T> ifFalse) in IfThenElse() function 3156 RValue<T> IfThenElse(RValue<Bool> condition, const T &ifTrue, RValue<T> ifFalse) in IfThenElse() function 3165 RValue<T> IfThenElse(RValue<Bool> condition, RValue<T> ifTrue, const T &ifFalse) in IfThenElse() function 3174 RValue<T> IfThenElse(RValue<Bool> condition, const T &ifTrue, const T &ifFalse) in IfThenElse() function
|