blob: 25159120eda58eaf99b036077f1b4f12aa34b95b [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 23
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint GLCompute %main "main"
OpExecutionMode %main LocalSize 1 1 1
OpName %uniforms_block "uniforms_block"
OpMemberName %uniforms_block 0 "inner"
OpName %Uniforms "Uniforms"
OpMemberName %Uniforms 0 "i"
OpName %uniforms "uniforms"
OpName %main "main"
OpName %OuterS "OuterS"
OpMemberName %OuterS 0 "v1"
OpName %s1 "s1"
OpDecorate %uniforms_block Block
OpMemberDecorate %uniforms_block 0 Offset 0
OpMemberDecorate %Uniforms 0 Offset 0
OpDecorate %uniforms NonWritable
OpDecorate %uniforms DescriptorSet 1
OpDecorate %uniforms Binding 4
OpMemberDecorate %OuterS 0 Offset 0
%uint = OpTypeInt 32 0
%Uniforms = OpTypeStruct %uint
%uniforms_block = OpTypeStruct %Uniforms
%_ptr_Uniform_uniforms_block = OpTypePointer Uniform %uniforms_block
%uniforms = OpVariable %_ptr_Uniform_uniforms_block Uniform
%void = OpTypeVoid
%6 = OpTypeFunction %void
%float = OpTypeFloat 32
%v3float = OpTypeVector %float 3
%OuterS = OpTypeStruct %v3float
%_ptr_Function_OuterS = OpTypePointer Function %OuterS
%15 = OpConstantNull %OuterS
%uint_0 = OpConstant %uint 0
%_ptr_Uniform_uint = OpTypePointer Uniform %uint
%_ptr_Function_float = OpTypePointer Function %float
%float_1 = OpConstant %float 1
%main = OpFunction %void None %6
%9 = OpLabel
%s1 = OpVariable %_ptr_Function_OuterS Function %15
%18 = OpAccessChain %_ptr_Uniform_uint %uniforms %uint_0 %uint_0
%19 = OpLoad %uint %18
%21 = OpAccessChain %_ptr_Function_float %s1 %uint_0 %19
OpStore %21 %float_1
OpReturn
OpFunctionEnd