; SPIR-V ; Version: 1.0 ; Generator: Khronos SPIR-V Tools Assembler; 0 ; Bound: 17 ; Schema: 0 OpCapability Addresses OpCapability Linkage OpCapability Kernel OpCapability Float64 OpMemoryModel Physical32 OpenCL OpEntryPoint Kernel %1 "copy_double_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 %uint = OpTypeInt 32 0 %v3uint = OpTypeVector %uint 3 %_ptr_Input_v3uint = OpTypePointer Input %v3uint %void = OpTypeVoid %double = OpTypeFloat 64 %_ptr_CrossWorkgroup_double = OpTypePointer CrossWorkgroup %double %10 = OpTypeFunction %void %_ptr_CrossWorkgroup_double %double_3_1415926535897931 = OpConstant %double 3.1415926535897931 %gl_GlobalInvocationID = OpVariable %_ptr_Input_v3uint Input %1 = OpFunction %void None %10 %in = OpFunctionParameter %_ptr_CrossWorkgroup_double %12 = OpLabel %13 = OpLoad %v3uint %gl_GlobalInvocationID Aligned 0 %14 = OpCompositeExtract %uint %13 0 %15 = OpInBoundsPtrAccessChain %_ptr_CrossWorkgroup_double %in %14 %16 = OpCopyObject %double %double_3_1415926535897931 OpStore %15 %16 OpReturn OpFunctionEnd