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

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

Completed in 390 milliseconds