blob: 632405198e8bb5e04f45f8196478e6f3a860c79e [file] [log] [blame]
; SPIR-V
; Version: 1.0
; Generator: Khronos SPIR-V Tools Assembler; 0
; Bound: 19
; Schema: 0
OpCapability Addresses
OpCapability Linkage
OpCapability Kernel
OpCapability Int64
OpCapability Int16
OpMemoryModel Physical64 OpenCL
OpEntryPoint Kernel %1 "constant_ushort_simple" %gl_GlobalInvocationID
OpName %in "in"
OpDecorate %gl_GlobalInvocationID BuiltIn GlobalInvocationId
OpDecorate %gl_GlobalInvocationID Constant
OpDecorate %in FuncParamAttr NoCapture
OpDecorate %gl_GlobalInvocationID LinkageAttributes "__spirv_GlobalInvocationId" Import
%ulong = OpTypeInt 64 0
%v3ulong = OpTypeVector %ulong 3
%_ptr_Input_v3ulong = OpTypePointer Input %v3ulong
%void = OpTypeVoid
%ushort = OpTypeInt 16 0
%_ptr_CrossWorkgroup_ushort = OpTypePointer CrossWorkgroup %ushort
%10 = OpTypeFunction %void %_ptr_CrossWorkgroup_ushort
%ulong_32 = OpConstant %ulong 32
%ushort_65000 = OpConstant %ushort 65000
%gl_GlobalInvocationID = OpVariable %_ptr_Input_v3ulong Input
%1 = OpFunction %void None %10
%in = OpFunctionParameter %_ptr_CrossWorkgroup_ushort
%13 = OpLabel
%14 = OpLoad %v3ulong %gl_GlobalInvocationID Aligned 0
%15 = OpCompositeExtract %ulong %14 0
%16 = OpShiftLeftLogical %ulong %15 %ulong_32
%17 = OpShiftRightArithmetic %ulong %16 %ulong_32
%18 = OpInBoundsPtrAccessChain %_ptr_CrossWorkgroup_ushort %in %17
OpStore %18 %ushort_65000
OpReturn
OpFunctionEnd