-
Notifications
You must be signed in to change notification settings - Fork 953
Expand file tree
/
Copy pathspv.tensorARM.descriptorHeap.comp.out
More file actions
66 lines (64 loc) · 3.3 KB
/
spv.tensorARM.descriptorHeap.comp.out
File metadata and controls
66 lines (64 loc) · 3.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
spv.tensorARM.descriptorHeap.comp
// Module Version 10000
// Generated by (magic number): 8000b
// Id's are bound by 32
Capability Shader
Capability TensorsARM
Capability UntypedPointersKHR
Capability DescriptorHeapEXT
Extension "SPV_ARM_tensors"
Extension "SPV_EXT_descriptor_heap"
Extension "SPV_KHR_storage_buffer_storage_class"
Extension "SPV_KHR_untyped_pointers"
1: ExtInstImport "GLSL.std.450"
MemoryModel Logical GLSL450
EntryPoint GLCompute 4 "main"
ExecutionMode 4 LocalSize 1 1 1
Source GLSL 460
SourceExtension "GL_ARM_tensors"
SourceExtension "GL_EXT_descriptor_heap"
SourceExtension "GL_EXT_shader_explicit_arithmetic_types"
Name 4 "main"
Name 11 "t"
Name 19 "resource_heap"
Name 21 "O"
MemberName 21(O) 0 "out_data"
Decorate 11(t) Binding 0
Decorate 11(t) DescriptorSet 0
Decorate 19(resource_heap) BuiltIn ResourceHeapEXT
Decorate 21(O) Block
MemberDecorate 21(O) 0 Offset 0
DecorateId 29 DecorationArrayStrideIdEXT 28
2: TypeVoid
3: TypeFunction 2
6: TypeInt 32 1
7: TypeInt 32 0
8: 7(int) Constant 4
9: TypeTensorARM 6(int) 8
10: TypePointer UniformConstant 9
11(t): 10(ptr) Variable UniformConstant
13: TypeArray 7(int) 8
14: 7(int) Constant 1
15: 7(int) Constant 2
16: 7(int) Constant 3
17: 13 ConstantComposite 14 15 16 8
18: TypeUntypedPointerKHR UniformConstant
19(resource_heap): 18(ptr) UntypedVariableKHR UniformConstant
20: 6(int) Constant 1
21(O): TypeStruct 6(int)
22: 6(int) Constant 0
23: 7(int) Constant 0
25: TypeUntypedPointerKHR StorageBuffer
27: TypeBufferEXT StorageBuffer
28: 6(int) ConstantSizeOfEXT 27
29: TypeRuntimeArray 27
4(main): 2 Function None 3
5: Label
12: 9 Load 11(t)
24: 6(int) TensorReadARM 12 17
26: 18(ptr) UntypedAccessChainKHR 29 19(resource_heap) 20
30: 25(ptr) BufferPointerEXT 26
31: 25(ptr) UntypedAccessChainKHR 21(O) 30 22
Store 31 24
Return
FunctionEnd