Home
last modified time | relevance | path

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

/third_party/flutter/skia/tests/
DSkVxTest.cpp48 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/
Dlocal_ssa_elim_test.cpp738 TEST_F(LocalSSAElimTest, IfThenElse) { in TEST_F() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Dlocal_ssa_elim_test.cpp831 TEST_F(LocalSSAElimTest, IfThenElse) { in TEST_F() argument
/third_party/spirv-tools/test/opt/
Dlocal_ssa_elim_test.cpp831 TEST_F(LocalSSAElimTest, IfThenElse) { in TEST_F() argument
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Dlocal_ssa_elim_test.cpp831 TEST_F(LocalSSAElimTest, IfThenElse) { in TEST_F() argument
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DReactor.hpp3149 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