Home
last modified time | relevance | path

Searched refs:getExecutionMask (Results 1 – 4 of 4) sorted by relevance

/external/deqp/framework/randomshaders/
DrsgExecutionContext.cpp96 ExecConstValueAccess oldValue = getExecutionMask(); in andExecutionMask()
116 ExecConstValueAccess ExecutionContext::getExecutionMask (void) const in getExecutionMask() function in rsg::ExecutionContext
DrsgExecutionContext.hpp70 ExecConstValueAccess getExecutionMask (void) const;
DrsgStatement.cpp566 assignMasked(execCtx.getValue(m_variable), m_valueExpr->getValue(), execCtx.getExecutionMask()); in execute()
DrsgExpression.cpp972 …d(m_lvalueExpr->getLValue(), m_value.getValue(m_valueRange.getType()), evalCtx.getExecutionMask()); in evaluate()