aboutsummaryrefslogtreecommitdiff
path: root/test/diff/diff_files/OpTypeForwardPointer_basic_dst.spvasm
blob: 0c6e0cbefaab4e3d2aacc5162ab180cdf22284c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
               OpCapability Kernel
               OpCapability Addresses
               OpCapability Linkage
               OpMemoryModel Logical OpenCL
               OpName %structptr "structptr"
               OpName %structptr2 "structptr2"
               OpTypeForwardPointer %structptr UniformConstant
               OpTypeForwardPointer %structptr2 Function
       %uint = OpTypeInt 32 0
   %structt1 = OpTypeStruct %structptr %uint
   %structt2 = OpTypeStruct %uint %structptr
   %structt3 = OpTypeStruct %uint %uint %structptr
   %structt4 = OpTypeStruct %uint %uint %uint %structptr
  %structptr = OpTypePointer UniformConstant %structt1
  %structptr2 = OpTypePointer Function %structt1