HomeSort by relevance Sort by last modified time
    Searched refs:GreaterOrEqualBase (Results 1 - 2 of 2) sorted by null

  /external/deqp/framework/randomshaders/
rsgBinaryOps.hpp 250 typedef RelationalOp<ComputeGreaterOrEqualRange, EvaluateGreaterOrEqual> GreaterOrEqualBase;
252 class GreaterOrEqualOp : public GreaterOrEqualBase
rsgBinaryOps.cpp 609 : GreaterOrEqualBase(state, Token::CMP_GE, valueRange)
615 return GreaterOrEqualBase::getWeight(state, valueRange);

Completed in 499 milliseconds