Lines Matching refs:hPrivateData
210 Value *hPrivateData = &*argitr++; in CompileVS() local
211 hPrivateData->setName("hPrivateData"); in CompileVS()
215 Value *consts_ptr = GEP(hPrivateData, {C(0), C(swr_draw_context_constantVS)}); in CompileVS()
219 GEP(hPrivateData, {0, swr_draw_context_num_constantsVS}); in CompileVS()
251 wrap(hPrivateData), // (sampler context) in CompileVS()
318 Value *px = LOAD(GEP(hPrivateData, {0, swr_draw_context_userClipPlanes, val, 0})); in CompileVS()
319 Value *py = LOAD(GEP(hPrivateData, {0, swr_draw_context_userClipPlanes, val, 1})); in CompileVS()
320 Value *pz = LOAD(GEP(hPrivateData, {0, swr_draw_context_userClipPlanes, val, 2})); in CompileVS()
321 Value *pw = LOAD(GEP(hPrivateData, {0, swr_draw_context_userClipPlanes, val, 3})); in CompileVS()
411 Value *hPrivateData = &*args++; in CompileFS() local
412 hPrivateData->setName("hPrivateData"); in CompileFS()
416 Value *consts_ptr = GEP(hPrivateData, {0, swr_draw_context_constantFS}); in CompileFS()
419 GEP(hPrivateData, {0, swr_draw_context_num_constantsFS}); in CompileFS()
629 wrap(hPrivateData), in CompileFS()