First Commit
This commit is contained in:
40
externals/glslang/Test/baseResults/spv.noWorkgroup.comp.out
vendored
Normal file
40
externals/glslang/Test/baseResults/spv.noWorkgroup.comp.out
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
spv.noWorkgroup.comp
|
||||
// Module Version 10000
|
||||
// Generated by (magic number): 8000b
|
||||
// Id's are bound by 23
|
||||
|
||||
Capability Shader
|
||||
1: ExtInstImport "GLSL.std.450"
|
||||
MemoryModel Logical GLSL450
|
||||
EntryPoint GLCompute 4 "main"
|
||||
ExecutionMode 4 LocalSize 1 1 1
|
||||
Source GLSL 450
|
||||
Name 4 "main"
|
||||
Name 22 "keys"
|
||||
Decorate 7 SpecId 18
|
||||
Decorate 8 SpecId 10
|
||||
Decorate 9 SpecId 19
|
||||
Decorate 11 BuiltIn WorkgroupSize
|
||||
2: TypeVoid
|
||||
3: TypeFunction 2
|
||||
6: TypeInt 32 0
|
||||
7: 6(int) SpecConstant 1
|
||||
8: 6(int) SpecConstant 1
|
||||
9: 6(int) SpecConstant 1
|
||||
10: TypeVector 6(int) 3
|
||||
11: 10(ivec3) SpecConstantComposite 7 8 9
|
||||
12: 6(int) Constant 0
|
||||
13: 6(int) SpecConstantOp 81 11 0
|
||||
14: 6(int) Constant 1
|
||||
15: 6(int) SpecConstantOp 81 11 1(GLSL.std.450)
|
||||
16: 6(int) SpecConstantOp 132 13 15
|
||||
17: TypeArray 6(int) 16
|
||||
18: 6(int) Constant 2
|
||||
19: 6(int) SpecConstantOp 81 11 2
|
||||
20: TypeArray 17 19
|
||||
21: TypePointer Workgroup 20
|
||||
22(keys): 21(ptr) Variable Workgroup
|
||||
4(main): 2 Function None 3
|
||||
5: Label
|
||||
Return
|
||||
FunctionEnd
|
||||
Reference in New Issue
Block a user