blob: 1d6ffac360bfe05a6c4ae4d3556412b33d0885e4 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 1
; Bound: 23
; Schema: 0
OpCapability Shader
%15 = 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 %offset_1 "offset_1"
OpName %count "count"
OpName %x_11 "x_11"
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
%offset_1 = OpVariable %_ptr_Function_uint Function
%count = OpVariable %_ptr_Function_uint Function
OpStore %v %uint_0
OpStore %offset_1 %uint_0
OpStore %count %uint_0
%11 = OpLoad %uint %v None
%12 = OpLoad %uint %offset_1 None
%13 = OpLoad %uint %count None
%14 = OpExtInst %uint %15 UMin %12 %uint_32
%17 = OpISub %uint %uint_32 %14
%18 = OpExtInst %uint %15 UMin %13 %17
%x_11 = OpBitFieldUExtract %uint %11 %14 %18
OpReturn
OpFunctionEnd
%f = OpFunction %void None %3
%21 = OpLabel
%22 = OpFunctionCall %void %f_1
OpReturn
OpFunctionEnd