Home
last modified time | relevance | path

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

/external/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_non_uniform_test.cpp127 SpvScope execution_scope = std::get<2>(GetParam()); in TEST_P() local
134 sstr << ConvertScope(execution_scope) << " "; in TEST_P()
140 if (execution_scope == SpvScopeSubgroup) { in TEST_P()
160 SpvScope execution_scope = std::get<2>(GetParam()); in TEST_P() local
167 sstr << ConvertScope(execution_scope) << " "; in TEST_P()
173 if (execution_scope == SpvScopeSubgroup || in TEST_P()
174 execution_scope == SpvScopeWorkgroup) { in TEST_P()
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/val/
Dval_non_uniform_test.cpp127 SpvScope execution_scope = std::get<2>(GetParam()); in TEST_P() local
134 sstr << ConvertScope(execution_scope) << " "; in TEST_P()
140 if (execution_scope == SpvScopeSubgroup) { in TEST_P()
160 SpvScope execution_scope = std::get<2>(GetParam()); in TEST_P() local
167 sstr << ConvertScope(execution_scope) << " "; in TEST_P()
173 if (execution_scope == SpvScopeSubgroup || in TEST_P()
174 execution_scope == SpvScopeWorkgroup) { in TEST_P()
/external/deqp-deps/SPIRV-Tools/test/val/
Dval_non_uniform_test.cpp127 SpvScope execution_scope = std::get<2>(GetParam()); in TEST_P() local
134 sstr << ConvertScope(execution_scope) << " "; in TEST_P()
140 if (execution_scope == SpvScopeSubgroup) { in TEST_P()
160 SpvScope execution_scope = std::get<2>(GetParam()); in TEST_P() local
167 sstr << ConvertScope(execution_scope) << " "; in TEST_P()
173 if (execution_scope == SpvScopeSubgroup || in TEST_P()
174 execution_scope == SpvScopeWorkgroup) { in TEST_P()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_non_uniform.cpp73 const uint32_t execution_scope = inst->word(3); in NonUniformPass() local
74 if (auto error = ValidateExecutionScope(_, inst, execution_scope)) { in NonUniformPass()
Dvalidate_barriers.cpp61 const uint32_t execution_scope = inst->word(1); in BarriersPass() local
64 if (auto error = ValidateExecutionScope(_, inst, execution_scope)) { in BarriersPass()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_non_uniform.cpp73 const uint32_t execution_scope = inst->word(3); in NonUniformPass() local
74 if (auto error = ValidateExecutionScope(_, inst, execution_scope)) { in NonUniformPass()
Dvalidate_barriers.cpp61 const uint32_t execution_scope = inst->word(1); in BarriersPass() local
64 if (auto error = ValidateExecutionScope(_, inst, execution_scope)) { in BarriersPass()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dvalidate_non_uniform.cpp73 const uint32_t execution_scope = inst->word(3); in NonUniformPass() local
74 if (auto error = ValidateExecutionScope(_, inst, execution_scope)) { in NonUniformPass()
Dvalidate_barriers.cpp61 const uint32_t execution_scope = inst->word(1); in BarriersPass() local
64 if (auto error = ValidateExecutionScope(_, inst, execution_scope)) { in BarriersPass()
/external/llvm-project/mlir/include/mlir/Dialect/SPIRV/
DSPIRVNonUniformOps.td30 SPV_ScopeAttr:$execution_scope,
93 SPV_ScopeAttr:$execution_scope,
102 $execution_scope $predicate attr-dict `:` type($result)
163 SPV_ScopeAttr:$execution_scope,
173 $execution_scope operands attr-dict `:` type($value) `,` type($id)
213 SPV_ScopeAttr:$execution_scope
222 let assemblyFormat = "$execution_scope attr-dict `:` type($result)";
DSPIRVGroupOps.td79 SPV_ScopeAttr:$execution_scope,
89 $execution_scope operands attr-dict `:` type($value) `,` type($localid)
DSPIRVOps.td158 SPV_ScopeAttr:$execution_scope,
170 $execution_scope `,` $memory_scope `,` $memory_semantics attr-dict
/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c3969 SpvScope execution_scope = vtn_constant_uint(b, w[1]); in vtn_handle_barrier() local
3980 (execution_scope == SpvScopeWorkgroup || in vtn_handle_barrier()
3981 execution_scope == SpvScopeDevice) && in vtn_handle_barrier()
3983 execution_scope = SpvScopeWorkgroup; in vtn_handle_barrier()
4007 vtn_emit_scoped_control_barrier(b, execution_scope, memory_scope, in vtn_handle_barrier()
4012 if (execution_scope == SpvScopeWorkgroup) in vtn_handle_barrier()
/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVOps.cpp2029 spirv::Scope scope = broadcastOp.execution_scope(); in verify()
2048 spirv::Scope scope = ballotOp.execution_scope(); in verify()
2061 spirv::Scope scope = broadcastOp.execution_scope(); in verify()
2180 spirv::Scope scope = groupOp.execution_scope(); in verify()
/external/llvm-project/mlir/test/Dialect/SPIRV/
Dops.mlir319 // expected-error @+1 {{invalid execution_scope attribute specification: "Something"}}
/external/mesa3d/src/compiler/nir/
Dnir.h2091 INTRINSIC_IDX_ACCESSORS(execution_scope, EXECUTION_SCOPE, nir_scope) in INTRINSIC_IDX_ACCESSORS()