blob: e4a830646f1cfe9c38c4d61806b740346f45befe [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
%v4float = OpTypeVector %float 4
%3 = OpConstantNull %v4float
%_ptr_Private_v4float = OpTypePointer Private %v4float
%f = OpVariable %_ptr_Private_v4float Private %3
%int = OpTypeInt 32 1
%v4int = OpTypeVector %int 4
%8 = OpConstantNull %v4int
%_ptr_Private_v4int = OpTypePointer Private %v4int
%i = OpVariable %_ptr_Private_v4int Private %8
%uint = OpTypeInt 32 0
%v4uint = OpTypeVector %uint 4
%13 = OpConstantNull %v4uint
%_ptr_Private_v4uint = OpTypePointer Private %v4uint
%u = OpVariable %_ptr_Private_v4uint Private %13
%void = OpTypeVoid
%16 = OpTypeFunction %void
%unused_entry_point = OpFunction %void None %16
%19 = OpLabel
OpReturn
OpFunctionEnd