/external/swiftshader/third_party/SPIRV-Tools/test/val/ |
D | val_non_uniform_test.cpp | 127 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/ |
D | val_non_uniform_test.cpp | 127 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/ |
D | val_non_uniform_test.cpp | 127 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/ |
D | validate_non_uniform.cpp | 73 const uint32_t execution_scope = inst->word(3); in NonUniformPass() local 74 if (auto error = ValidateExecutionScope(_, inst, execution_scope)) { in NonUniformPass()
|
D | validate_barriers.cpp | 61 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/ |
D | validate_non_uniform.cpp | 73 const uint32_t execution_scope = inst->word(3); in NonUniformPass() local 74 if (auto error = ValidateExecutionScope(_, inst, execution_scope)) { in NonUniformPass()
|
D | validate_barriers.cpp | 61 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/ |
D | validate_non_uniform.cpp | 73 const uint32_t execution_scope = inst->word(3); in NonUniformPass() local 74 if (auto error = ValidateExecutionScope(_, inst, execution_scope)) { in NonUniformPass()
|
D | validate_barriers.cpp | 61 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/ |
D | SPIRVNonUniformOps.td | 30 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)";
|
D | SPIRVGroupOps.td | 79 SPV_ScopeAttr:$execution_scope, 89 $execution_scope operands attr-dict `:` type($value) `,` type($localid)
|
D | SPIRVOps.td | 158 SPV_ScopeAttr:$execution_scope, 170 $execution_scope `,` $memory_scope `,` $memory_semantics attr-dict
|
/external/mesa3d/src/compiler/spirv/ |
D | spirv_to_nir.c | 3969 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/ |
D | SPIRVOps.cpp | 2029 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/ |
D | ops.mlir | 319 // expected-error @+1 {{invalid execution_scope attribute specification: "Something"}}
|
/external/mesa3d/src/compiler/nir/ |
D | nir.h | 2091 INTRINSIC_IDX_ACCESSORS(execution_scope, EXECUTION_SCOPE, nir_scope) in INTRINSIC_IDX_ACCESSORS()
|