LoopDawg | 6e72fdd | 2016-06-15 09:50:24 -0600 | [diff] [blame] | 1 | hlsl.intrinsics.barriers.comp |
John Kessenich | 6fa1764 | 2017-04-07 15:33:08 -0600 | [diff] [blame] | 2 | Shader version: 500 |
LoopDawg | 6e72fdd | 2016-06-15 09:50:24 -0600 | [diff] [blame] | 3 | local_size = (1, 1, 1) |
| 4 | 0:? Sequence |
John Kessenich | 71c100d | 2017-03-14 19:43:13 -0600 | [diff] [blame] | 5 | 0:3 Function Definition: @ComputeShaderFunction( ( temp float) |
LoopDawg | 6e72fdd | 2016-06-15 09:50:24 -0600 | [diff] [blame] | 6 | 0:3 Function Parameters: |
| 7 | 0:? Sequence |
John Kessenich | 71c100d | 2017-03-14 19:43:13 -0600 | [diff] [blame] | 8 | 0:4 MemoryBarrier ( temp void) |
| 9 | 0:5 AllMemoryBarrierWithGroupSync ( temp void) |
| 10 | 0:6 GroupMemoryBarrier ( temp void) |
| 11 | 0:7 GroupMemoryBarrierWithGroupSync ( temp void) |
| 12 | 0:8 WorkgroupMemoryBarrier ( temp void) |
| 13 | 0:9 WorkgroupMemoryBarrierWithGroupSync ( temp void) |
John Kessenich | 02467d8 | 2017-01-19 15:41:47 -0700 | [diff] [blame] | 14 | 0:11 Branch: Return with expression |
| 15 | 0:11 Constant: |
| 16 | 0:11 0.000000 |
John Kessenich | 71c100d | 2017-03-14 19:43:13 -0600 | [diff] [blame] | 17 | 0:3 Function Definition: ComputeShaderFunction( ( temp void) |
John Kessenich | 02467d8 | 2017-01-19 15:41:47 -0700 | [diff] [blame] | 18 | 0:3 Function Parameters: |
| 19 | 0:? Sequence |
John Kessenich | 71c100d | 2017-03-14 19:43:13 -0600 | [diff] [blame] | 20 | 0:3 move second child to first child ( temp float) |
| 21 | 0:? '@entryPointOutput' (layout( location=0) out float) |
| 22 | 0:3 Function Call: @ComputeShaderFunction( ( temp float) |
LoopDawg | 6e72fdd | 2016-06-15 09:50:24 -0600 | [diff] [blame] | 23 | 0:? Linker Objects |
John Kessenich | 71c100d | 2017-03-14 19:43:13 -0600 | [diff] [blame] | 24 | 0:? '@entryPointOutput' (layout( location=0) out float) |
LoopDawg | 6e72fdd | 2016-06-15 09:50:24 -0600 | [diff] [blame] | 25 | |
| 26 | |
| 27 | Linked compute stage: |
| 28 | |
| 29 | |
John Kessenich | 6fa1764 | 2017-04-07 15:33:08 -0600 | [diff] [blame] | 30 | Shader version: 500 |
LoopDawg | 6e72fdd | 2016-06-15 09:50:24 -0600 | [diff] [blame] | 31 | local_size = (1, 1, 1) |
| 32 | 0:? Sequence |
John Kessenich | 71c100d | 2017-03-14 19:43:13 -0600 | [diff] [blame] | 33 | 0:3 Function Definition: @ComputeShaderFunction( ( temp float) |
LoopDawg | 6e72fdd | 2016-06-15 09:50:24 -0600 | [diff] [blame] | 34 | 0:3 Function Parameters: |
| 35 | 0:? Sequence |
John Kessenich | 71c100d | 2017-03-14 19:43:13 -0600 | [diff] [blame] | 36 | 0:4 MemoryBarrier ( temp void) |
| 37 | 0:5 AllMemoryBarrierWithGroupSync ( temp void) |
| 38 | 0:6 GroupMemoryBarrier ( temp void) |
| 39 | 0:7 GroupMemoryBarrierWithGroupSync ( temp void) |
| 40 | 0:8 WorkgroupMemoryBarrier ( temp void) |
| 41 | 0:9 WorkgroupMemoryBarrierWithGroupSync ( temp void) |
John Kessenich | 02467d8 | 2017-01-19 15:41:47 -0700 | [diff] [blame] | 42 | 0:11 Branch: Return with expression |
| 43 | 0:11 Constant: |
| 44 | 0:11 0.000000 |
John Kessenich | 71c100d | 2017-03-14 19:43:13 -0600 | [diff] [blame] | 45 | 0:3 Function Definition: ComputeShaderFunction( ( temp void) |
John Kessenich | 02467d8 | 2017-01-19 15:41:47 -0700 | [diff] [blame] | 46 | 0:3 Function Parameters: |
| 47 | 0:? Sequence |
John Kessenich | 71c100d | 2017-03-14 19:43:13 -0600 | [diff] [blame] | 48 | 0:3 move second child to first child ( temp float) |
| 49 | 0:? '@entryPointOutput' (layout( location=0) out float) |
| 50 | 0:3 Function Call: @ComputeShaderFunction( ( temp float) |
LoopDawg | 6e72fdd | 2016-06-15 09:50:24 -0600 | [diff] [blame] | 51 | 0:? Linker Objects |
John Kessenich | 71c100d | 2017-03-14 19:43:13 -0600 | [diff] [blame] | 52 | 0:? '@entryPointOutput' (layout( location=0) out float) |
LoopDawg | 6e72fdd | 2016-06-15 09:50:24 -0600 | [diff] [blame] | 53 | |
| 54 | // Module Version 10000 |
John Kessenich | 07ed11f | 2017-10-07 11:33:11 -0600 | [diff] [blame] | 55 | // Generated by (magic number): 80002 |
John Kessenich | 02467d8 | 2017-01-19 15:41:47 -0700 | [diff] [blame] | 56 | // Id's are bound by 22 |
LoopDawg | 6e72fdd | 2016-06-15 09:50:24 -0600 | [diff] [blame] | 57 | |
| 58 | Capability Shader |
| 59 | 1: ExtInstImport "GLSL.std.450" |
| 60 | MemoryModel Logical GLSL450 |
John Kessenich | 02467d8 | 2017-01-19 15:41:47 -0700 | [diff] [blame] | 61 | EntryPoint GLCompute 4 "ComputeShaderFunction" 20 |
LoopDawg | 6e72fdd | 2016-06-15 09:50:24 -0600 | [diff] [blame] | 62 | ExecutionMode 4 LocalSize 1 1 1 |
John Kessenich | 6fa1764 | 2017-04-07 15:33:08 -0600 | [diff] [blame] | 63 | Source HLSL 500 |
LoopDawg | 6e72fdd | 2016-06-15 09:50:24 -0600 | [diff] [blame] | 64 | Name 4 "ComputeShaderFunction" |
John Kessenich | 02467d8 | 2017-01-19 15:41:47 -0700 | [diff] [blame] | 65 | Name 8 "@ComputeShaderFunction(" |
| 66 | Name 20 "@entryPointOutput" |
| 67 | Decorate 20(@entryPointOutput) Location 0 |
LoopDawg | 6e72fdd | 2016-06-15 09:50:24 -0600 | [diff] [blame] | 68 | 2: TypeVoid |
| 69 | 3: TypeFunction 2 |
John Kessenich | 02467d8 | 2017-01-19 15:41:47 -0700 | [diff] [blame] | 70 | 6: TypeFloat 32 |
| 71 | 7: TypeFunction 6(float) |
| 72 | 10: TypeInt 32 0 |
| 73 | 11: 10(int) Constant 1 |
| 74 | 12: 10(int) Constant 4048 |
| 75 | 13: 10(int) Constant 512 |
| 76 | 14: 10(int) Constant 2 |
| 77 | 15: 10(int) Constant 256 |
| 78 | 16: 6(float) Constant 0 |
| 79 | 19: TypePointer Output 6(float) |
| 80 | 20(@entryPointOutput): 19(ptr) Variable Output |
LoopDawg | 6e72fdd | 2016-06-15 09:50:24 -0600 | [diff] [blame] | 81 | 4(ComputeShaderFunction): 2 Function None 3 |
| 82 | 5: Label |
John Kessenich | 02467d8 | 2017-01-19 15:41:47 -0700 | [diff] [blame] | 83 | 21: 6(float) FunctionCall 8(@ComputeShaderFunction() |
| 84 | Store 20(@entryPointOutput) 21 |
John Kessenich | 6a70eb7 | 2016-08-28 15:00:23 -0600 | [diff] [blame] | 85 | Return |
LoopDawg | 6e72fdd | 2016-06-15 09:50:24 -0600 | [diff] [blame] | 86 | FunctionEnd |
John Kessenich | 02467d8 | 2017-01-19 15:41:47 -0700 | [diff] [blame] | 87 | 8(@ComputeShaderFunction(): 6(float) Function None 7 |
| 88 | 9: Label |
| 89 | MemoryBarrier 11 12 |
| 90 | ControlBarrier 11 11 12 |
| 91 | MemoryBarrier 11 13 |
| 92 | ControlBarrier 11 11 13 |
| 93 | MemoryBarrier 14 15 |
| 94 | ControlBarrier 14 14 15 |
| 95 | ReturnValue 16 |
| 96 | FunctionEnd |