blob: a44f9da4693ba890fd39ec4f5903f6cefcc36529 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 35
; Schema: 0
OpCapability Shader
%10 = OpExtInstImport "GLSL.std.450"
OpMemoryModel Logical GLSL450
OpEntryPoint GLCompute %f "f"
OpExecutionMode %f LocalSize 1 1 1
OpName %tint_insert_bits "tint_insert_bits"
OpName %v "v"
OpName %n "n"
OpName %offset "offset"
OpName %count "count"
OpName %f_1 "f_1"
OpName %v_0 "v"
OpName %n_0 "n"
OpName %offset_1 "offset_1"
OpName %count_0 "count"
OpName %f "f"
%uint = OpTypeInt 32 0
%1 = OpTypeFunction %uint %uint %uint %uint %uint
%uint_32 = OpConstant %uint 32
%void = OpTypeVoid
%16 = OpTypeFunction %void
%uint_0 = OpConstant %uint 0
%_ptr_Function_uint = OpTypePointer Function %uint
%23 = OpConstantNull %uint
%tint_insert_bits = OpFunction %uint None %1
%v = OpFunctionParameter %uint
%n = OpFunctionParameter %uint
%offset = OpFunctionParameter %uint
%count = OpFunctionParameter %uint
%8 = OpLabel
%9 = OpExtInst %uint %10 UMin %offset %uint_32
%13 = OpIAdd %uint %9 %count
%12 = OpExtInst %uint %10 UMin %uint_32 %13
%15 = OpISub %uint %12 %9
%14 = OpBitFieldInsert %uint %v %n %9 %15
OpReturnValue %14
OpFunctionEnd
%f_1 = OpFunction %void None %16
%19 = OpLabel
%v_0 = OpVariable %_ptr_Function_uint Function %23
%n_0 = OpVariable %_ptr_Function_uint Function %23
%offset_1 = OpVariable %_ptr_Function_uint Function %23
%count_0 = OpVariable %_ptr_Function_uint Function %23
OpStore %v_0 %uint_0
OpStore %n_0 %uint_0
OpStore %offset_1 %uint_0
OpStore %count_0 %uint_0
%27 = OpLoad %uint %v_0
%28 = OpLoad %uint %n_0
%29 = OpLoad %uint %offset_1
%30 = OpLoad %uint %count_0
%31 = OpFunctionCall %uint %tint_insert_bits %27 %28 %29 %30
OpReturn
OpFunctionEnd
%f = OpFunction %void None %16
%33 = OpLabel
%34 = OpFunctionCall %void %f_1
OpReturn
OpFunctionEnd