Lines Matching refs:IndirectDispatchArgs
13 OpName %IndirectDispatchArgs "IndirectDispatchArgs"
14 OpMemberName %IndirectDispatchArgs 0 "x"
15 OpMemberName %IndirectDispatchArgs 1 "y"
16 OpMemberName %IndirectDispatchArgs 2 "z"
17 OpMemberDecorate %IndirectDispatchArgs 0 Offset 0
18 OpMemberDecorate %IndirectDispatchArgs 1 Offset 4
19 OpMemberDecorate %IndirectDispatchArgs 2 Offset 8
31 %IndirectDispatchArgs = OpTypeStruct %int %int %int
32 %_ptr_Function_IndirectDispatchArgs = OpTypePointer Function %IndirectDispatchArgs
55 %27 = OpCompositeConstruct %IndirectDispatchArgs %24 %25 %26
63 %36 = OpCompositeConstruct %IndirectDispatchArgs %33 %34 %35
71 %43 = OpCompositeConstruct %IndirectDispatchArgs %40 %41 %42