blob: 8a2efa2ed012551e683217f6f8a4b458ba028a44 [file] [log] [blame]
dan sinclair1b77b6c2024-08-06 15:47:05 +00001; SPIR-V
2; Version: 1.3
3; Generator: Google Tint Compiler; 1
4; Bound: 24
5; Schema: 0
6 OpCapability Shader
7 OpMemoryModel Logical GLSL450
8 OpEntryPoint Fragment %fragment_main "fragment_main"
9 OpEntryPoint GLCompute %compute_main "compute_main"
10 OpExecutionMode %fragment_main OriginUpperLeft
11 OpExecutionMode %compute_main LocalSize 1 1 1
12 OpName %arg_0 "arg_0"
13 OpName %textureStore_05ce15 "textureStore_05ce15"
14 OpName %fragment_main "fragment_main"
15 OpName %compute_main "compute_main"
16 OpDecorate %arg_0 DescriptorSet 1
17 OpDecorate %arg_0 Binding 0
18 OpDecorate %arg_0 NonReadable
19 %float = OpTypeFloat 32
20 %3 = OpTypeImage %float 2D 0 0 0 2 Rgba32f
21%_ptr_UniformConstant_3 = OpTypePointer UniformConstant %3
22 %arg_0 = OpVariable %_ptr_UniformConstant_3 UniformConstant
23 %void = OpTypeVoid
24 %7 = OpTypeFunction %void
25 %int = OpTypeInt 32 1
26 %v2int = OpTypeVector %int 2
27 %int_1 = OpConstant %int 1
28 %11 = OpConstantComposite %v2int %int_1 %int_1
29 %v4float = OpTypeVector %float 4
30 %float_1 = OpConstant %float 1
31 %15 = OpConstantComposite %v4float %float_1 %float_1 %float_1 %float_1
32%textureStore_05ce15 = OpFunction %void None %7
33 %8 = OpLabel
34 %9 = OpLoad %3 %arg_0
35 OpImageWrite %9 %11 %15 None
36 OpReturn
37 OpFunctionEnd
38%fragment_main = OpFunction %void None %7
39 %19 = OpLabel
40 %20 = OpFunctionCall %void %textureStore_05ce15
41 OpReturn
42 OpFunctionEnd
43%compute_main = OpFunction %void None %7
44 %22 = OpLabel
45 %23 = OpFunctionCall %void %textureStore_05ce15
46 OpReturn
47 OpFunctionEnd