Searched refs:EvaluateLessThan (Results 1 – 2 of 2) sorted by relevance
167 struct EvaluateLessThan struct172 typedef RelationalOp<ComputeLessThanRange, EvaluateLessThan> LessThanBase;
146 CustomBinaryOp<EvaluateLessThan>::CustomBinaryOp () in CustomBinaryOp()184 void CustomBinaryOp<EvaluateLessThan>::evaluate(ExecValueAccess dst, ExecConstValueAccess a, ExecCo… in evaluate()192 …dst.component(elemNdx).asBool(compNdx) = EvaluateLessThan()(a.component(elemNdx).asFloat(compNdx),… in evaluate()301 typedef CustomBinaryOp<EvaluateLessThan> CustomLessThanOp; in createNextChild()