This repository was archived by the owner on Oct 31, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 249
Expand file tree
/
Copy patharray_location_calculation.stderr
More file actions
82 lines (82 loc) · 2.23 KB
/
array_location_calculation.stderr
File metadata and controls
82 lines (82 loc) · 2.23 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
OpCapability Float64
OpCapability Int16
OpCapability Int64
OpCapability Int8
OpCapability ShaderClockKHR
OpCapability Shader
OpExtension "SPV_KHR_shader_clock"
OpMemoryModel Logical Simple
OpEntryPoint Fragment %1 "main" %2 %3 %4 %5 %6 %7 %8 %9
OpExecutionMode %1 OriginUpperLeft
%10 = OpString "$OPSTRING_FILENAME/array_location_calculation.rs"
OpMemberName %11 0 "x_axis"
OpMemberName %11 1 "y_axis"
OpMemberName %11 2 "z_axis"
OpName %11 "spirv_std::glam::core::storage::Columns3<spirv_std::glam::XYZ<f32>>"
OpMemberName %12 0 "0"
OpName %12 "spirv_std::glam::Mat3"
OpName %13 "array_location_calculation::main"
OpName %2 "one"
OpName %3 "two"
OpName %4 "three"
OpName %5 "four"
OpName %6 "five"
OpName %7 "six"
OpName %8 "seven"
OpName %9 "eight"
OpMemberName %11 0 "x_axis"
OpMemberName %11 1 "y_axis"
OpMemberName %11 2 "z_axis"
OpMemberName %12 0 "0"
OpMemberName %12 0 "0"
OpMemberName %11 0 "x_axis"
OpMemberName %11 1 "y_axis"
OpMemberName %11 2 "z_axis"
OpDecorate %14 ArrayStride 4
OpDecorate %15 ArrayStride 4
OpMemberDecorate %11 0 Offset 0
OpMemberDecorate %11 1 Offset 16
OpMemberDecorate %11 2 Offset 32
OpMemberDecorate %12 0 Offset 0
OpDecorate %2 Location 0
OpDecorate %3 Location 7
OpDecorate %4 Location 10
OpDecorate %5 Location 13
OpDecorate %6 Location 15
OpDecorate %7 Location 16
OpDecorate %8 Location 17
OpDecorate %9 Location 20
%16 = OpTypeVoid
%17 = OpTypeFloat 32
%18 = OpTypeInt 32 0
%19 = OpConstant %18 7
%14 = OpTypeArray %17 %19
%20 = OpConstant %18 3
%15 = OpTypeArray %17 %20
%21 = OpTypeVector %17 3
%11 = OpTypeStruct %21 %21 %21
%12 = OpTypeStruct %11
%22 = OpTypeFloat 64
%23 = OpTypeVector %22 3
%24 = OpTypeInt 32 1
%25 = OpTypeVector %24 4
%26 = OpTypeVector %17 4
%27 = OpTypeMatrix %26 3
%28 = OpTypeFunction %16 %14 %15 %12 %23 %25 %17 %27 %18
%29 = OpTypeFunction %16
%30 = OpTypePointer Input %14
%2 = OpVariable %30 Input
%31 = OpTypePointer Input %15
%3 = OpVariable %31 Input
%32 = OpTypePointer Input %12
%4 = OpVariable %32 Input
%33 = OpTypePointer Input %23
%5 = OpVariable %33 Input
%34 = OpTypePointer Input %25
%6 = OpVariable %34 Input
%35 = OpTypePointer Input %17
%7 = OpVariable %35 Input
%36 = OpTypePointer Input %27
%8 = OpVariable %36 Input
%37 = OpTypePointer Input %18
%9 = OpVariable %37 Input