Home
last modified time | relevance | path

Searched refs:ExecMaskStorage (Results 1 – 3 of 3) sorted by relevance

/external/deqp/framework/randomshaders/
DrsgExecutionContext.cpp29 ExecMaskStorage::ExecMaskStorage (bool initVal) in ExecMaskStorage() function in rsg::ExecMaskStorage
35 ExecValueAccess ExecMaskStorage::getValue (void) in getValue()
40 ExecConstValueAccess ExecMaskStorage::getValue (void) const in getValue()
50 ExecMaskStorage initVal(true); in ExecutionContext()
94 ExecMaskStorage tmp; in andExecutionMask()
106 ExecMaskStorage tmp; in pushExecutionMask()
DrsgExecutionContext.hpp48 class ExecMaskStorage class
51 ExecMaskStorage (bool initVal = true);
84 std::vector<ExecMaskStorage> m_execMaskStack;
DrsgStatement.cpp502ExecMaskStorage maskStorage; // Value might change when we are evaluating true block so we have to… in execute()
515 ExecMaskStorage tmp; in execute()