Home
last modified time | relevance | path

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

/external/deqp/framework/randomshaders/
DrsgExpression.hpp162 class ConstructorOp : public Expression class
165 ConstructorOp (GeneratorState& state, ConstValueRangeAccess valueRange);
166 virtual ~ConstructorOp (void);
DrsgExpression.cpp286 { getWeight<ConstructorOp>, create<ConstructorOp> },
699 ConstructorOp::ConstructorOp (GeneratorState& state, ConstValueRangeAccess valueRange) in ConstructorOp() function in rsg::ConstructorOp
756 ConstructorOp::~ConstructorOp (void) in ~ConstructorOp()
762 Expression* ConstructorOp::createNextChild (GeneratorState& state) in createNextChild()
786 float ConstructorOp::getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange) in getWeight()
800 void ConstructorOp::tokenize (GeneratorState& state, TokenStream& str) const in tokenize()
818 void ConstructorOp::evaluate (ExecutionContext& evalCtx) in evaluate()