Searched refs:ControlBarrier (Results 1 – 25 of 31) sorted by relevance
12
/external/llvm-project/mlir/test/Dialect/SPIRV/Serialization/ |
D | barrier.mlir | 15 // CHECK: spv.ControlBarrier "Device", "Workgroup", "Release|UniformMemory" 16 spv.ControlBarrier "Device", "Workgroup", "Release|UniformMemory" 20 // CHECK: spv.ControlBarrier "Workgroup", "Invocation", "AcquireRelease|UniformMemory" 21 spv.ControlBarrier "Workgroup", "Invocation", "AcquireRelease|UniformMemory"
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | hlsl.intrinsics.barriers.comp.out | 90 ControlBarrier 13 11 12 92 ControlBarrier 13 11 14 94 ControlBarrier 13 13 15
|
D | spv.meshShaderBuiltins.mesh.out | 167 ControlBarrier 56 56 55 197 ControlBarrier 56 56 55 211 ControlBarrier 56 56 55 241 ControlBarrier 56 56 55 258 ControlBarrier 56 56 55
|
D | spv.meshShaderRedeclBuiltins.mesh.out | 135 ControlBarrier 51 51 50 165 ControlBarrier 51 51 50 179 ControlBarrier 51 51 50 209 ControlBarrier 51 51 50
|
D | spv.meshShaderRedeclPerViewBuiltins.mesh.out | 138 ControlBarrier 78 78 77 185 ControlBarrier 78 78 77
|
D | spv.meshTaskShader.task.out | 176 ControlBarrier 84 84 83 193 ControlBarrier 84 84 83
|
D | spv.320.meshShaderUserDefined.mesh.out | 168 ControlBarrier 31 31 98 203 ControlBarrier 31 31 98
|
D | spv.meshShaderPerViewUserDefined.mesh.out | 182 ControlBarrier 62 62 61 200 ControlBarrier 62 62 61
|
D | spv.meshShaderUserDefined.mesh.out | 166 ControlBarrier 28 28 96 201 ControlBarrier 28 28 96
|
D | spv.meshShaderPerViewBuiltins.mesh.out | 164 ControlBarrier 84 84 83 211 ControlBarrier 84 84 83
|
D | spv.subgroupBasic.comp.out | 78 ControlBarrier 28 28 32
|
D | spv.memoryScopeSemantics.comp.out | 225 ControlBarrier 26 26 64 226 ControlBarrier 26 26 17
|
D | spv.meshShaderSharedMem.mesh.out | 128 ControlBarrier 74 74 73
|
D | spv.310.comp.out | 106 ControlBarrier 7 7 8
|
D | spv.400.tesc.out | 139 ControlBarrier 7 8 9
|
D | hlsl.hull.void.tesc.out | 269 ControlBarrier 58 59 60
|
D | hlsl.hull.1.tesc.out | 447 ControlBarrier 20 10 73
|
D | hlsl.hull.3.tesc.out | 444 ControlBarrier 21 10 71
|
D | hlsl.hull.2.tesc.out | 443 ControlBarrier 21 10 71
|
D | hlsl.hull.4.tesc.out | 601 ControlBarrier 93 94 95
|
D | hlsl.hull.ctrlpt-1.tesc.out | 616 ControlBarrier 70 71 72
|
/external/llvm-project/mlir/include/mlir/Dialect/SPIRV/ |
D | SPIRVOps.td | 106 def SPV_ControlBarrierOp : SPV_Op<"ControlBarrier", []> { 146 control-barrier-op ::= `spv.ControlBarrier` scope, scope, memory-semantics 152 spv.ControlBarrier "Workgroup", "Device", "Acquire|UniformMemory"
|
/external/llvm-project/mlir/test/Dialect/SPIRV/ |
D | ops.mlir | 307 // spv.ControlBarrier 311 // CHECK: spv.ControlBarrier "Workgroup", "Device", "Acquire|UniformMemory" 312 spv.ControlBarrier "Workgroup", "Device", "Acquire|UniformMemory" 320 spv.ControlBarrier "Something", "Device", "Acquire|UniformMemory"
|
/external/swiftshader/src/Pipeline/ |
D | SpirvShaderControlFlow.cpp | 633 Yield(YieldResult::ControlBarrier); in EmitControlBarrier()
|
D | SpirvShader.hpp | 160 ControlBarrier, enumerator
|
12