blob: ecc188b1c3be987d12a0b02958d37a0c001f3133 [file] [log] [blame]
steve-lunarg05f75142016-12-06 15:50:11 -07001hlsl.promote.atomic.frag
John Kessenich6fa17642017-04-07 15:33:08 -06002Shader version: 500
steve-lunarg05f75142016-12-06 15:50:11 -07003gl_FragCoord origin is upper left
40:? Sequence
John Kessenich71c100d2017-03-14 19:43:13 -060050:5 Function Definition: @main( ( temp 4-component vector of float)
steve-lunarg05f75142016-12-06 15:50:11 -070060:5 Function Parameters:
70:? Sequence
John Kessenich71c100d2017-03-14 19:43:13 -060080:13 move second child to first child ( temp int)
90:13 'Orig' ( temp int)
100:13 Convert uint to int ( temp int)
110:13 imageAtomicAdd ( temp uint)
120:13 's_uintbuff' (layout( r32ui) uniform uimageBuffer)
130:13 'Loc' ( temp int)
140:13 Convert int to uint ( temp uint)
150:13 'Inc' ( temp int)
John Kessenich02467d82017-01-19 15:41:47 -0700160:15 Branch: Return with expression
170:? Constant:
180:? 0.000000
190:? 0.000000
200:? 0.000000
210:? 0.000000
John Kessenich71c100d2017-03-14 19:43:13 -0600220:5 Function Definition: main( ( temp void)
John Kessenich02467d82017-01-19 15:41:47 -0700230:5 Function Parameters:
240:? Sequence
John Kessenich71c100d2017-03-14 19:43:13 -0600250:5 move second child to first child ( temp 4-component vector of float)
260:? '@entryPointOutput' (layout( location=0) out 4-component vector of float)
270:5 Function Call: @main( ( temp 4-component vector of float)
steve-lunarg05f75142016-12-06 15:50:11 -0700280:? Linker Objects
John Kessenich71c100d2017-03-14 19:43:13 -0600290:? 's_uintbuff' (layout( r32ui) uniform uimageBuffer)
300:? '@entryPointOutput' (layout( location=0) out 4-component vector of float)
steve-lunarg05f75142016-12-06 15:50:11 -070031
32
33Linked fragment stage:
34
35
John Kessenich6fa17642017-04-07 15:33:08 -060036Shader version: 500
steve-lunarg05f75142016-12-06 15:50:11 -070037gl_FragCoord origin is upper left
380:? Sequence
John Kessenich71c100d2017-03-14 19:43:13 -0600390:5 Function Definition: @main( ( temp 4-component vector of float)
steve-lunarg05f75142016-12-06 15:50:11 -0700400:5 Function Parameters:
410:? Sequence
John Kessenich71c100d2017-03-14 19:43:13 -0600420:13 move second child to first child ( temp int)
430:13 'Orig' ( temp int)
440:13 Convert uint to int ( temp int)
450:13 imageAtomicAdd ( temp uint)
460:13 's_uintbuff' (layout( r32ui) uniform uimageBuffer)
470:13 'Loc' ( temp int)
480:13 Convert int to uint ( temp uint)
490:13 'Inc' ( temp int)
John Kessenich02467d82017-01-19 15:41:47 -0700500:15 Branch: Return with expression
510:? Constant:
520:? 0.000000
530:? 0.000000
540:? 0.000000
550:? 0.000000
John Kessenich71c100d2017-03-14 19:43:13 -0600560:5 Function Definition: main( ( temp void)
John Kessenich02467d82017-01-19 15:41:47 -0700570:5 Function Parameters:
580:? Sequence
John Kessenich71c100d2017-03-14 19:43:13 -0600590:5 move second child to first child ( temp 4-component vector of float)
600:? '@entryPointOutput' (layout( location=0) out 4-component vector of float)
610:5 Function Call: @main( ( temp 4-component vector of float)
steve-lunarg05f75142016-12-06 15:50:11 -0700620:? Linker Objects
John Kessenich71c100d2017-03-14 19:43:13 -0600630:? 's_uintbuff' (layout( r32ui) uniform uimageBuffer)
640:? '@entryPointOutput' (layout( location=0) out 4-component vector of float)
steve-lunarg05f75142016-12-06 15:50:11 -070065
John Kessenich2b5ea9f2018-01-31 18:35:56 -070066// Module Version 10000
John Kessenichd6c97552018-06-04 15:33:31 -060067// Generated by (magic number): 80007
John Kessenich02467d82017-01-19 15:41:47 -070068// Id's are bound by 36
steve-lunarg05f75142016-12-06 15:50:11 -070069
70 Capability Shader
John Kessenich260f5062017-08-14 22:10:00 -060071 Capability ImageBuffer
steve-lunarg05f75142016-12-06 15:50:11 -070072 1: ExtInstImport "GLSL.std.450"
73 MemoryModel Logical GLSL450
John Kessenich02467d82017-01-19 15:41:47 -070074 EntryPoint Fragment 4 "main" 34
steve-lunarg05f75142016-12-06 15:50:11 -070075 ExecutionMode 4 OriginUpperLeft
John Kessenich6fa17642017-04-07 15:33:08 -060076 Source HLSL 500
steve-lunarg05f75142016-12-06 15:50:11 -070077 Name 4 "main"
John Kessenich02467d82017-01-19 15:41:47 -070078 Name 9 "@main("
79 Name 13 "Orig"
80 Name 17 "s_uintbuff"
81 Name 18 "Loc"
82 Name 20 "Inc"
83 Name 34 "@entryPointOutput"
84 Decorate 17(s_uintbuff) DescriptorSet 0
85 Decorate 34(@entryPointOutput) Location 0
steve-lunarg05f75142016-12-06 15:50:11 -070086 2: TypeVoid
87 3: TypeFunction 2
John Kessenich02467d82017-01-19 15:41:47 -070088 6: TypeFloat 32
89 7: TypeVector 6(float) 4
90 8: TypeFunction 7(fvec4)
91 11: TypeInt 32 1
92 12: TypePointer Function 11(int)
93 14: TypeInt 32 0
94 15: TypeImage 14(int) Buffer nonsampled format:R32ui
95 16: TypePointer UniformConstant 15
96 17(s_uintbuff): 16(ptr) Variable UniformConstant
97 23: 14(int) Constant 0
98 24: TypePointer Image 14(int)
99 26: 14(int) Constant 1
100 29: 6(float) Constant 0
101 30: 7(fvec4) ConstantComposite 29 29 29 29
102 33: TypePointer Output 7(fvec4)
10334(@entryPointOutput): 33(ptr) Variable Output
steve-lunarg05f75142016-12-06 15:50:11 -0700104 4(main): 2 Function None 3
105 5: Label
John Kessenich02467d82017-01-19 15:41:47 -0700106 35: 7(fvec4) FunctionCall 9(@main()
107 Store 34(@entryPointOutput) 35
steve-lunarg05f75142016-12-06 15:50:11 -0700108 Return
109 FunctionEnd
John Kessenich02467d82017-01-19 15:41:47 -0700110 9(@main(): 7(fvec4) Function None 8
111 10: Label
112 13(Orig): 12(ptr) Variable Function
113 18(Loc): 12(ptr) Variable Function
114 20(Inc): 12(ptr) Variable Function
115 19: 11(int) Load 18(Loc)
116 21: 11(int) Load 20(Inc)
117 22: 14(int) Bitcast 21
118 25: 24(ptr) ImageTexelPointer 17(s_uintbuff) 19 23
119 27: 14(int) AtomicIAdd 25 26 23 22
120 28: 11(int) Bitcast 27
121 Store 13(Orig) 28
122 ReturnValue 30
123 FunctionEnd