Home
last modified time | relevance | path

Searched refs:EvaluateLessThan (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/randomshaders/
DrsgBinaryOps.hpp167 struct EvaluateLessThan struct
172 typedef RelationalOp<ComputeLessThanRange, EvaluateLessThan> LessThanBase;
DrsgBinaryOps.cpp146 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()