blob: e55ba71c498e509c83885ee5ea7f1157a5da43e1 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 1
; Bound: 19
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint GLCompute %main "main"
OpExecutionMode %main LocalSize 1 1 1
OpMemberName %S_block 0 "inner"
OpName %S_block "S_block"
OpName %func "func"
OpName %main "main"
OpName %r "r"
OpMemberDecorate %S_block 0 Offset 0
OpDecorate %S_block Block
OpDecorate %1 DescriptorSet 0
OpDecorate %1 Binding 0
OpDecorate %1 NonWritable
%float = OpTypeFloat 32
%v4float = OpTypeVector %float 4
%S_block = OpTypeStruct %v4float
%_ptr_Uniform_S_block = OpTypePointer Uniform %S_block
%1 = OpVariable %_ptr_Uniform_S_block Uniform
%7 = OpTypeFunction %v4float
%_ptr_Uniform_v4float = OpTypePointer Uniform %v4float
%uint = OpTypeInt 32 0
%uint_0 = OpConstant %uint 0
%void = OpTypeVoid
%16 = OpTypeFunction %void
%func = OpFunction %v4float None %7
%8 = OpLabel
%9 = OpAccessChain %_ptr_Uniform_v4float %1 %uint_0
%13 = OpLoad %v4float %9 None
OpReturnValue %13
OpFunctionEnd
%main = OpFunction %void None %16
%17 = OpLabel
%r = OpFunctionCall %v4float %func
OpReturn
OpFunctionEnd