blob: e9a3ceab16ae0ae62cb1c8027aec398d3584d3c8 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 1
; Bound: 14
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint GLCompute %main "main"
OpExecutionMode %main LocalSize 1 1 1
OpName %P "P"
OpName %func "func"
OpName %main "main"
%float = OpTypeFloat 32
%v4float = OpTypeVector %float 4
%_ptr_Private_v4float = OpTypePointer Private %v4float
%5 = OpConstantNull %v4float
%P = OpVariable %_ptr_Private_v4float Private %5
%void = OpTypeVoid
%8 = OpTypeFunction %void
%func = OpFunction %void None %8
%9 = OpLabel
%10 = OpAccessChain %_ptr_Private_v4float %P
OpStore %10 %5 None
OpReturn
OpFunctionEnd
%main = OpFunction %void None %8
%12 = OpLabel
%13 = OpFunctionCall %void %func
OpReturn
OpFunctionEnd