Home
last modified time | relevance | path

Searched refs:execution_scope (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_non_uniform_test.cpp126 SpvScope execution_scope = std::get<2>(GetParam()); in TEST_P() local
133 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() local
164 sstr << ConvertScope(execution_scope) << " "; in TEST_P()
170 if (execution_scope == SpvScopeSubgroup || in TEST_P()
171 execution_scope == SpvScopeWorkgroup) { in TEST_P()
/external/deqp-deps/SPIRV-Tools/test/val/
Dval_non_uniform_test.cpp126 SpvScope execution_scope = std::get<2>(GetParam()); in TEST_P() local
133 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() local
164 sstr << ConvertScope(execution_scope) << " "; in TEST_P()
170 if (execution_scope == SpvScopeSubgroup || in TEST_P()
171 execution_scope == SpvScopeWorkgroup) { in TEST_P()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_non_uniform.cpp60 const uint32_t execution_scope = inst->word(3); in NonUniformPass() local
61 if (auto error = ValidateExecutionScope(_, inst, execution_scope)) { in NonUniformPass()
Dvalidate_barriers.cpp63 const uint32_t execution_scope = inst->word(1); in BarriersPass() local
66 if (auto error = ValidateExecutionScope(_, inst, execution_scope)) { in BarriersPass()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_non_uniform.cpp60 const uint32_t execution_scope = inst->word(3); in NonUniformPass() local
61 if (auto error = ValidateExecutionScope(_, inst, execution_scope)) { in NonUniformPass()
Dvalidate_barriers.cpp63 const uint32_t execution_scope = inst->word(1); in BarriersPass() local
66 if (auto error = ValidateExecutionScope(_, inst, execution_scope)) { in BarriersPass()