Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/randomshaders/
H A 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()
H A DrsgExecutionContext.hpp45 class ExecMaskStorage class
48 ExecMaskStorage (bool initVal = true);
81 std::vector<ExecMaskStorage> m_execMaskStack;
H A DrsgStatement.cpp501 ExecMaskStorage maskStorage; // Value might change when we are evaluating true block so we have to take a copy. in execute()
514 ExecMaskStorage tmp; in execute()

Completed in 2 milliseconds