blob: 8517337fa16272a6138453032cd2be15945a4f03 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 11
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint GLCompute %f "f"
OpExecutionMode %f LocalSize 1 1 1
OpName %f "f"
%void = OpTypeVoid
%1 = OpTypeFunction %void
%uint = OpTypeInt 32 0
%uint_1 = OpConstant %uint 1
%uint_2 = OpConstant %uint 2
%uint_31 = OpConstant %uint 31
%f = OpFunction %void None %1
%4 = OpLabel
%9 = OpBitwiseAnd %uint %uint_2 %uint_31
%10 = OpShiftRightLogical %uint %uint_1 %9
OpReturn
OpFunctionEnd