Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgBinaryOps.hpp167 struct EvaluateLessThan struct
172 typedef RelationalOp<ComputeLessThanRange, EvaluateLessThan> LessThanBase;
H A DrsgBinaryOps.cpp146 CustomBinaryOp<EvaluateLessThan>::CustomBinaryOp () in CustomBinaryOp()
184 void CustomBinaryOp<EvaluateLessThan>::evaluate(ExecValueAccess dst, ExecConstValueAccess a, ExecConstValueAccess b) in evaluate()
192 dst.component(elemNdx).asBool(compNdx) = EvaluateLessThan()(a.component(elemNdx).asFloat(compNdx),b.component(elemNdx).asFloat(compNdx)); in evaluate()
301 typedef CustomBinaryOp<EvaluateLessThan> CustomLessThanOp; in createNextChild()

Completed in 3 milliseconds