blob: beebf0181ed858a28ad5ed017e729b9c19af8a56 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 1
; Bound: 25
; Schema: 0
OpCapability Shader
%17 = OpExtInstImport "GLSL.std.450"
OpMemoryModel Logical GLSL450
OpEntryPoint GLCompute %f "f"
OpExecutionMode %f LocalSize 1 1 1
OpName %f_1 "f_1"
OpName %v "v"
OpName %n "n"
OpName %offset_1 "offset_1"
OpName %count "count"
OpName %x_12 "x_12"
OpName %f "f"
%void = OpTypeVoid
%3 = OpTypeFunction %void
%uint = OpTypeInt 32 0
%_ptr_Function_uint = OpTypePointer Function %uint
%uint_0 = OpConstant %uint 0
%uint_32 = OpConstant %uint 32
%f_1 = OpFunction %void None %3
%4 = OpLabel
%v = OpVariable %_ptr_Function_uint Function
%n = OpVariable %_ptr_Function_uint Function
%offset_1 = OpVariable %_ptr_Function_uint Function
%count = OpVariable %_ptr_Function_uint Function
OpStore %v %uint_0
OpStore %n %uint_0
OpStore %offset_1 %uint_0
OpStore %count %uint_0
%12 = OpLoad %uint %v None
%13 = OpLoad %uint %n None
%14 = OpLoad %uint %offset_1 None
%15 = OpLoad %uint %count None
%16 = OpExtInst %uint %17 UMin %14 %uint_32
%19 = OpISub %uint %uint_32 %16
%20 = OpExtInst %uint %17 UMin %15 %19
%x_12 = OpBitFieldInsert %uint %12 %13 %16 %20
OpReturn
OpFunctionEnd
%f = OpFunction %void None %3
%23 = OpLabel
%24 = OpFunctionCall %void %f_1
OpReturn
OpFunctionEnd