Searched refs:execution_scope (Results 1 – 6 of 6) sorted by relevance
126 SpvScope execution_scope = std::get<2>(GetParam()); in TEST_P() local133 sstr << ConvertScope(execution_scope) << " "; in TEST_P()139 if (execution_scope == SpvScopeSubgroup) { in TEST_P()157 SpvScope execution_scope = std::get<2>(GetParam()); in TEST_P() local164 sstr << ConvertScope(execution_scope) << " "; in TEST_P()170 if (execution_scope == SpvScopeSubgroup || in TEST_P()171 execution_scope == SpvScopeWorkgroup) { in TEST_P()
60 const uint32_t execution_scope = inst->word(3); in NonUniformPass() local61 if (auto error = ValidateExecutionScope(_, inst, execution_scope)) { in NonUniformPass()
63 const uint32_t execution_scope = inst->word(1); in BarriersPass() local66 if (auto error = ValidateExecutionScope(_, inst, execution_scope)) { in BarriersPass()