blob: ab7324fc9b51306d024fe7554b2da65306ec1aab [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 30
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %main "main"
OpExecutionMode %main OriginUpperLeft
OpName %main_1 "main_1"
OpName %a "a"
OpName %b "b"
OpName %c "c"
OpName %d "d"
OpName %e "e"
OpName %main "main"
%void = OpTypeVoid
%1 = OpTypeFunction %void
%bool = OpTypeBool
%true = OpConstantTrue %bool
%_ptr_Function_bool = OpTypePointer Function %bool
%9 = OpConstantNull %bool
%false = OpConstantFalse %bool
%int = OpTypeInt 32 1
%int_n1 = OpConstant %int -1
%_ptr_Function_int = OpTypePointer Function %int
%16 = OpConstantNull %int
%uint = OpTypeInt 32 0
%uint_1 = OpConstant %uint 1
%_ptr_Function_uint = OpTypePointer Function %uint
%21 = OpConstantNull %uint
%float = OpTypeFloat 32
%float_1_5 = OpConstant %float 1.5
%_ptr_Function_float = OpTypePointer Function %float
%26 = OpConstantNull %float
%main_1 = OpFunction %void None %1
%4 = OpLabel
%a = OpVariable %_ptr_Function_bool Function %9
%b = OpVariable %_ptr_Function_bool Function %9
%c = OpVariable %_ptr_Function_int Function %16
%d = OpVariable %_ptr_Function_uint Function %21
%e = OpVariable %_ptr_Function_float Function %26
OpStore %a %true
OpStore %b %false
OpStore %c %int_n1
OpStore %d %uint_1
OpStore %e %float_1_5
OpReturn
OpFunctionEnd
%main = OpFunction %void None %1
%28 = OpLabel
%29 = OpFunctionCall %void %main_1
OpReturn
OpFunctionEnd