Lines Matching refs:argitr
1568 auto argitr = pFunction->arg_begin(); in CompileGS() local
1569 Value *hPrivateData = &*argitr++; in CompileGS()
1571 Value *pWorkerData = &*argitr++; in CompileGS()
1573 Value *pGsCtx = &*argitr++; in CompileGS()
1796 auto argitr = pFunction->arg_begin(); in CompileTES() local
1797 Value *hPrivateData = &*argitr++; in CompileTES()
1799 Value *pWorkerData = &*argitr++; in CompileTES()
1801 Value *pTesCtx = &*argitr++; in CompileTES()
2097 auto argitr = pFunction->arg_begin(); in CompileTCS() local
2098 Value *hPrivateData = &*argitr++; in CompileTCS()
2100 Value *pWorkerData = &*argitr++; in CompileTCS()
2102 Value *pTcsCtx = &*argitr++; in CompileTCS()
2352 auto argitr = pFunction->arg_begin(); in CompileVS() local
2353 Value *hPrivateData = &*argitr++; in CompileVS()
2355 Value *pWorkerData = &*argitr++; in CompileVS()
2357 Value *pVsCtx = &*argitr++; in CompileVS()