Home
last modified time | relevance | path

Searched defs:trueVal (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/common/
DtcuVectorUtil.hpp486 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/
Didl_gen_ts.cpp1117 const std::string &nullCheckVar, const std::string &trueVal, in GenNullCheckConditional()