bgfx/3rdparty/glslang/Test/baseResults/hlsl.numthreads.comp.out

94 lines
3.8 KiB
Plaintext
Raw Normal View History

2016-12-16 01:19:54 +03:00
hlsl.numthreads.comp
2017-04-08 06:11:36 +03:00
Shader version: 500
2018-02-03 06:03:03 +03:00
local_size = (1, 4, 8)
2016-12-16 01:19:54 +03:00
0:? Sequence
2017-03-18 06:46:01 +03:00
0:4 Function Definition: main(vu3; ( temp void)
2016-12-16 01:19:54 +03:00
0:4 Function Parameters:
2017-03-18 06:46:01 +03:00
0:4 'tid' ( in 3-component vector of uint)
2018-02-03 06:03:03 +03:00
0:9 Function Definition: @main_aux2(vu3; ( temp void)
2016-12-16 01:19:54 +03:00
0:9 Function Parameters:
2017-03-18 06:46:01 +03:00
0:9 'tid' ( in 3-component vector of uint)
2018-02-03 06:03:03 +03:00
0:9 Function Definition: main_aux2( ( temp void)
2017-02-11 07:27:07 +03:00
0:9 Function Parameters:
0:? Sequence
2017-03-18 06:46:01 +03:00
0:9 move second child to first child ( temp 3-component vector of uint)
0:? 'tid' ( temp 3-component vector of uint)
0:? 'tid' ( in 3-component vector of uint GlobalInvocationID)
2018-02-03 06:03:03 +03:00
0:9 Function Call: @main_aux2(vu3; ( temp void)
2017-03-18 06:46:01 +03:00
0:? 'tid' ( temp 3-component vector of uint)
2016-12-16 01:19:54 +03:00
0:? Linker Objects
2017-03-18 06:46:01 +03:00
0:? 'tid' ( in 3-component vector of uint GlobalInvocationID)
2016-12-16 01:19:54 +03:00
Linked compute stage:
2017-04-08 06:11:36 +03:00
Shader version: 500
2018-02-03 06:03:03 +03:00
local_size = (1, 4, 8)
2016-12-16 01:19:54 +03:00
0:? Sequence
2017-03-18 06:46:01 +03:00
0:4 Function Definition: main(vu3; ( temp void)
2016-12-16 01:19:54 +03:00
0:4 Function Parameters:
2017-03-18 06:46:01 +03:00
0:4 'tid' ( in 3-component vector of uint)
2018-02-03 06:03:03 +03:00
0:9 Function Definition: @main_aux2(vu3; ( temp void)
2017-02-11 07:27:07 +03:00
0:9 Function Parameters:
2017-03-18 06:46:01 +03:00
0:9 'tid' ( in 3-component vector of uint)
2018-02-03 06:03:03 +03:00
0:9 Function Definition: main_aux2( ( temp void)
2016-12-16 01:19:54 +03:00
0:9 Function Parameters:
2017-02-11 07:27:07 +03:00
0:? Sequence
2017-03-18 06:46:01 +03:00
0:9 move second child to first child ( temp 3-component vector of uint)
0:? 'tid' ( temp 3-component vector of uint)
0:? 'tid' ( in 3-component vector of uint GlobalInvocationID)
2018-02-03 06:03:03 +03:00
0:9 Function Call: @main_aux2(vu3; ( temp void)
2017-03-18 06:46:01 +03:00
0:? 'tid' ( temp 3-component vector of uint)
2016-12-16 01:19:54 +03:00
0:? Linker Objects
2017-03-18 06:46:01 +03:00
0:? 'tid' ( in 3-component vector of uint GlobalInvocationID)
2016-12-16 01:19:54 +03:00
// Module Version 10000
2018-03-11 02:03:31 +03:00
// Generated by (magic number): 80006
2017-02-11 07:27:07 +03:00
// Id's are bound by 23
2016-12-16 01:19:54 +03:00
Capability Shader
1: ExtInstImport "GLSL.std.450"
MemoryModel Logical GLSL450
2018-02-03 06:03:03 +03:00
EntryPoint GLCompute 4 "main_aux2" 18
ExecutionMode 4 LocalSize 1 4 8
2017-04-08 06:11:36 +03:00
Source HLSL 500
2018-02-03 06:03:03 +03:00
Name 4 "main_aux2"
2016-12-16 01:19:54 +03:00
Name 11 "main(vu3;"
Name 10 "tid"
2018-02-03 06:03:03 +03:00
Name 14 "@main_aux2(vu3;"
2017-02-11 07:27:07 +03:00
Name 13 "tid"
Name 16 "tid"
Name 18 "tid"
Name 20 "param"
Decorate 18(tid) BuiltIn GlobalInvocationId
2016-12-16 01:19:54 +03:00
2: TypeVoid
3: TypeFunction 2
6: TypeInt 32 0
7: TypeVector 6(int) 3
8: TypePointer Function 7(ivec3)
9: TypeFunction 2 8(ptr)
2017-02-11 07:27:07 +03:00
17: TypePointer Input 7(ivec3)
18(tid): 17(ptr) Variable Input
2018-02-03 06:03:03 +03:00
4(main_aux2): 2 Function None 3
2016-12-16 01:19:54 +03:00
5: Label
2017-02-11 07:27:07 +03:00
16(tid): 8(ptr) Variable Function
20(param): 8(ptr) Variable Function
19: 7(ivec3) Load 18(tid)
Store 16(tid) 19
21: 7(ivec3) Load 16(tid)
Store 20(param) 21
2018-02-03 06:03:03 +03:00
22: 2 FunctionCall 14(@main_aux2(vu3;) 20(param)
2016-12-16 01:19:54 +03:00
Return
FunctionEnd
11(main(vu3;): 2 Function None 9
10(tid): 8(ptr) FunctionParameter
12: Label
Return
FunctionEnd
2018-02-03 06:03:03 +03:00
14(@main_aux2(vu3;): 2 Function None 9
2017-02-11 07:27:07 +03:00
13(tid): 8(ptr) FunctionParameter
15: Label
Return
FunctionEnd