Lines Matching refs:hPrivateData
609 Value *hPrivateData = &*argitr++; in CompileGS() local
610 hPrivateData->setName("hPrivateData"); in CompileGS()
615 GEP(hPrivateData, {C(0), C(swr_draw_context_constantGS)}); in CompileGS()
618 GEP(hPrivateData, {0, swr_draw_context_num_constantsGS}); in CompileGS()
684 wrap(hPrivateData), // (sampler context) in CompileGS()
777 Value *hPrivateData = &*argitr++; in CompileVS() local
778 hPrivateData->setName("hPrivateData"); in CompileVS()
782 Value *consts_ptr = GEP(hPrivateData, {C(0), C(swr_draw_context_constantVS)}); in CompileVS()
786 GEP(hPrivateData, {0, swr_draw_context_num_constantsVS}); in CompileVS()
832 wrap(hPrivateData), // (sampler context) in CompileVS()
915 Value *px = LOAD(GEP(hPrivateData, {0, swr_draw_context_userClipPlanes, val, 0})); in CompileVS()
916 Value *py = LOAD(GEP(hPrivateData, {0, swr_draw_context_userClipPlanes, val, 1})); in CompileVS()
917 Value *pz = LOAD(GEP(hPrivateData, {0, swr_draw_context_userClipPlanes, val, 2})); in CompileVS()
918 Value *pw = LOAD(GEP(hPrivateData, {0, swr_draw_context_userClipPlanes, val, 3})); in CompileVS()
1059 Value *hPrivateData = &*args++; in CompileFS() local
1060 hPrivateData->setName("hPrivateData"); in CompileFS()
1064 Value *consts_ptr = GEP(hPrivateData, {0, swr_draw_context_constantFS}); in CompileFS()
1067 GEP(hPrivateData, {0, swr_draw_context_num_constantsFS}); in CompileFS()
1285 Value *stipplePtr = GEP(hPrivateData, {0, swr_draw_context_polyStipple, 0}); in CompileFS()
1319 wrap(hPrivateData), in CompileFS()