Searched defs:trueVal (Results 1 – 2 of 2) sorted by relevance
/external/deqp/framework/common/ |
D | tcuVectorUtil.hpp | 486 inline Vector<T, Size> select(T trueVal, T falseVal, const Vector<bool, Size> &cond) in select() 497 inline Vector<T, Size> select(const Vector<T, Size> &trueVal, const Vector<T, Size> &falseVal, in select()
|
/external/flatbuffers/src/ |
D | idl_gen_ts.cpp | 1117 const std::string &nullCheckVar, const std::string &trueVal, in GenNullCheckConditional()
|