blob: 059ff2d4683f92f8ee78e6b98a47a3f1fee0a441 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 32
; Schema: 0
OpCapability Shader
%14 = OpExtInstImport "GLSL.std.450"
OpMemoryModel Logical GLSL450
OpEntryPoint GLCompute %compute_main "compute_main" %tint_symbol
OpExecutionMode %compute_main LocalSize 1 1 1
OpName %arg_1 "arg_1"
OpName %tint_symbol "tint_symbol"
OpName %frexp_6be229 "frexp_6be229"
OpName %res "res"
OpName %compute_main "compute_main"
OpDecorate %tint_symbol BuiltIn LocalInvocationIndex
%uint = OpTypeInt 32 0
%v3uint = OpTypeVector %uint 3
%_ptr_Workgroup_v3uint = OpTypePointer Workgroup %v3uint
%arg_1 = OpVariable %_ptr_Workgroup_v3uint Workgroup
%_ptr_Input_uint = OpTypePointer Input %uint
%tint_symbol = OpVariable %_ptr_Input_uint Input
%void = OpTypeVoid
%7 = OpTypeFunction %void
%float = OpTypeFloat 32
%v3float = OpTypeVector %float 3
%15 = OpConstantNull %v3float
%_ptr_Function_v3float = OpTypePointer Function %v3float
%uint_0 = OpConstant %uint 0
%bool = OpTypeBool
%27 = OpConstantNull %v3uint
%uint_2 = OpConstant %uint 2
%uint_264 = OpConstant %uint 264
%frexp_6be229 = OpFunction %void None %7
%10 = OpLabel
%res = OpVariable %_ptr_Function_v3float Function %15
%11 = OpExtInst %v3float %14 Frexp %15 %arg_1
OpStore %res %11
OpReturn
OpFunctionEnd
%compute_main = OpFunction %void None %7
%20 = OpLabel
%21 = OpLoad %uint %tint_symbol
%23 = OpIEqual %bool %21 %uint_0
OpSelectionMerge %25 None
OpBranchConditional %23 %26 %25
%26 = OpLabel
OpStore %arg_1 %27
OpBranch %25
%25 = OpLabel
OpControlBarrier %uint_2 %uint_2 %uint_264
%31 = OpFunctionCall %void %frexp_6be229
OpReturn
OpFunctionEnd