Home
last modified time | relevance | path

Searched defs:execCtx (Results 1 – 5 of 5) sorted by relevance

/external/deqp/framework/randomshaders/
DrsgProgramExecutor.cpp221 ExecutionContext execCtx(m_samplers2D, m_samplersCube); in execute() local
279 ExecutionContext execCtx(m_samplers2D, m_samplersCube); in execute() local
DrsgExpression.hpp218 void evaluate (ExecutionContext& execCtx) { m_child->evaluate(execCtx); } in evaluate()
DrsgBuiltinFunctions.hpp103 …ltinVecFunc<GetValueRangeWeight, ComputeValueRange, Evaluate>::evaluate (ExecutionContext& execCtx) in evaluate()
DrsgExpression.cpp1379 void SwizzleOp::evaluate (ExecutionContext& execCtx) in evaluate()
1621 void TexLookup::evaluate (ExecutionContext& execCtx) in evaluate()
DrsgBinaryOps.cpp101 void BinaryOp<Precedence, Assoc>::evaluate (ExecutionContext& execCtx) in evaluate()