blob: c2a931fa698308faf279fdba2cf4c54c1c30368a [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 20
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint GLCompute %unused_entry_point "unused_entry_point"
OpExecutionMode %unused_entry_point LocalSize 1 1 1
OpName %f "f"
OpName %i "i"
OpName %u "u"
OpName %unused_entry_point "unused_entry_point"
%float = OpTypeFloat 32
%v2float = OpTypeVector %float 2
%3 = OpConstantNull %v2float
%_ptr_Private_v2float = OpTypePointer Private %v2float
%f = OpVariable %_ptr_Private_v2float Private %3
%int = OpTypeInt 32 1
%v2int = OpTypeVector %int 2
%8 = OpConstantNull %v2int
%_ptr_Private_v2int = OpTypePointer Private %v2int
%i = OpVariable %_ptr_Private_v2int Private %8
%uint = OpTypeInt 32 0
%v2uint = OpTypeVector %uint 2
%13 = OpConstantNull %v2uint
%_ptr_Private_v2uint = OpTypePointer Private %v2uint
%u = OpVariable %_ptr_Private_v2uint Private %13
%void = OpTypeVoid
%16 = OpTypeFunction %void
%unused_entry_point = OpFunction %void None %16
%19 = OpLabel
OpReturn
OpFunctionEnd