blob: 28e856e3a8f0cece8926aff90fea79c2b7a6205c [file] [log] [blame]
; SPIR-V
; Version: 1.0
; Generator: Khronos SPIR-V Tools Assembler; 0
; Bound: 18
; Schema: 0
OpCapability Addresses
OpCapability Linkage
OpCapability Kernel
OpCapability Int64
OpMemoryModel Physical64 OpenCL
OpEntryPoint Kernel %1 "constant_long_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
%_ptr_CrossWorkgroup_ulong = OpTypePointer CrossWorkgroup %ulong
%9 = OpTypeFunction %void %_ptr_CrossWorkgroup_ulong
%ulong_32 = OpConstant %ulong 32
%ulong_34359738368 = OpConstant %ulong 34359738368
%gl_GlobalInvocationID = OpVariable %_ptr_Input_v3ulong Input
%1 = OpFunction %void None %9
%in = OpFunctionParameter %_ptr_CrossWorkgroup_ulong
%12 = OpLabel
%13 = OpLoad %v3ulong %gl_GlobalInvocationID Aligned 0
%14 = OpCompositeExtract %ulong %13 0
%15 = OpShiftLeftLogical %ulong %14 %ulong_32
%16 = OpShiftRightArithmetic %ulong %15 %ulong_32
%17 = OpInBoundsPtrAccessChain %_ptr_CrossWorkgroup_ulong %in %16
OpStore %17 %ulong_34359738368
OpReturn
OpFunctionEnd