blob: 7f00636c437f7e6b5ca255b80904c0ea0a63b283 [file] [log] [blame]
Alastair Donaldsonf7e73d42021-07-23 13:10:12 +00001 OpCapability Shader
2 %1 = OpExtInstImport "GLSL.std.450"
3 OpMemoryModel Logical GLSL450
4 OpEntryPoint Fragment %main "main" %_GLF_color
5 OpExecutionMode %main OriginUpperLeft
6 OpSource ESSL 310
7 OpName %main "main"
8 OpName %x "x"
9 OpName %matrix_u "matrix_u"
10 OpName %b "b"
11 OpName %buf0 "buf0"
12 OpMemberName %buf0 0 "matrix_a_uni"
13 OpName %_ ""
14 OpName %matrix_b "matrix_b"
15 OpName %_GLF_color "_GLF_color"
16 OpDecorate %x RelaxedPrecision
17 OpDecorate %10 RelaxedPrecision
18 OpDecorate %11 RelaxedPrecision
19 OpDecorate %12 RelaxedPrecision
20 OpDecorate %13 RelaxedPrecision
21 OpDecorate %b RelaxedPrecision
22 OpMemberDecorate %buf0 0 ColMajor
23 OpMemberDecorate %buf0 0 Offset 0
24 OpMemberDecorate %buf0 0 MatrixStride 16
25 OpDecorate %buf0 Block
26 OpDecorate %_ DescriptorSet 0
27 OpDecorate %_ Binding 0
28 OpDecorate %14 RelaxedPrecision
29 OpDecorate %15 RelaxedPrecision
30 OpDecorate %16 RelaxedPrecision
31 OpDecorate %17 RelaxedPrecision
32 OpDecorate %_GLF_color Location 0
33 %void = OpTypeVoid
34 %19 = OpTypeFunction %void
35 %int = OpTypeInt 32 1
36%_ptr_Function_int = OpTypePointer Function %int
37 %int_4 = OpConstant %int 4
38 %int_1 = OpConstant %int 1
39 %bool = OpTypeBool
40 %float = OpTypeFloat 32
41 %v4float = OpTypeVector %float 4
42%_ptr_Function_v4float = OpTypePointer Function %v4float
43 %float_1 = OpConstant %float 1
44%_ptr_Function_float = OpTypePointer Function %float
45%mat4v4float = OpTypeMatrix %v4float 4
46 %buf0 = OpTypeStruct %mat4v4float
47%_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0
48 %_ = OpVariable %_ptr_Uniform_buf0 Uniform
49 %int_0 = OpConstant %int 0
50 %uint = OpTypeInt 32 0
51 %uint_0 = OpConstant %uint 0
52%_ptr_Uniform_float = OpTypePointer Uniform %float
53 %float_n1 = OpConstant %float -1
54 %uint_1 = OpConstant %uint 1
55%_ptr_Output_v4float = OpTypePointer Output %v4float
56 %_GLF_color = OpVariable %_ptr_Output_v4float Output
57 %float_0 = OpConstant %float 0
58 %40 = OpConstantComposite %v4float %float_1 %float_0 %float_0 %float_1
59 %main = OpFunction %void None %19
60 %41 = OpLabel
61 %x = OpVariable %_ptr_Function_int Function
62 %matrix_u = OpVariable %_ptr_Function_v4float Function
63 %b = OpVariable %_ptr_Function_int Function
64 %matrix_b = OpVariable %_ptr_Function_v4float Function
65 %42 = OpVariable %_ptr_Function_v4float Function
66 OpStore %x %int_4
67 OpBranch %43
68 %43 = OpLabel
69 OpLoopMerge %44 %45 None
70 OpBranch %46
71 %46 = OpLabel
72 %10 = OpLoad %int %x
73 %47 = OpSGreaterThanEqual %bool %10 %int_1
74 OpBranchConditional %47 %48 %44
75 %48 = OpLabel
76 %11 = OpLoad %int %x
77 %49 = OpAccessChain %_ptr_Function_float %matrix_u %11
78 OpStore %49 %float_1
79 OpBranch %45
80 %45 = OpLabel
81 %12 = OpLoad %int %x
82 %13 = OpISub %int %12 %int_1
83 OpStore %x %13
84 OpBranch %43
85 %44 = OpLabel
86 OpStore %b %int_4
87 OpBranch %50
88 %50 = OpLabel
89 OpLoopMerge %51 %52 None
90 OpBranch %53
91 %53 = OpLabel
92 %54 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %int_0 %uint_0
93 %55 = OpLoad %float %54
94 %56 = OpFOrdLessThan %bool %55 %float_n1
95 OpBranchConditional %56 %57 %51
96 %57 = OpLabel
97 %14 = OpLoad %int %b
98 %15 = OpLoad %int %b
99 %58 = OpSGreaterThan %bool %15 %int_1
100 OpSelectionMerge %59 None
101 OpBranchConditional %58 %60 %61
102 %60 = OpLabel
103 %62 = OpLoad %v4float %matrix_b
104 %63 = OpLoad %v4float %matrix_b
105 %64 = OpExtInst %v4float %1 FMin %62 %63
106 OpStore %42 %64
107 OpBranch %59
108 %61 = OpLabel
109 %65 = OpLoad %v4float %matrix_u
110 OpStore %42 %65
111 OpBranch %59
112 %59 = OpLabel
113 %66 = OpAccessChain %_ptr_Function_float %42 %uint_1
114 %67 = OpLoad %float %66
115 %68 = OpAccessChain %_ptr_Function_float %matrix_b %14
116 OpStore %68 %67
117 OpBranch %52
118 %52 = OpLabel
119 %16 = OpLoad %int %b
120 %17 = OpISub %int %16 %int_1
121 OpStore %b %17
122 OpBranch %50
123 %51 = OpLabel
124 OpStore %_GLF_color %40
125 OpReturn
126 OpFunctionEnd