Lines Matching refs:pDC
849 swr_draw_context *pDC = &ctx->swrDC; in swr_update_constants() local
857 constant = pDC->constantVS; in swr_update_constants()
858 num_constants = pDC->num_constantsVS; in swr_update_constants()
862 constant = pDC->constantFS; in swr_update_constants()
863 num_constants = pDC->num_constantsFS; in swr_update_constants()
867 constant = pDC->constantGS; in swr_update_constants()
868 num_constants = pDC->num_constantsGS; in swr_update_constants()
901 swr_draw_context *pDC = &ctx->swrDC; in swr_change_rt() local
902 struct SWR_SURFACE_STATE *rt = &pDC->renderTargets[attachment]; in swr_change_rt()
1028 struct swr_draw_context *pDC = &ctx->swrDC; in swr_update_poly_stipple() local
1030 assert(sizeof(ctx->poly_stipple.pipe.stipple) == sizeof(pDC->polyStipple)); in swr_update_poly_stipple()
1031 memcpy(pDC->polyStipple, in swr_update_poly_stipple()
1764 swr_draw_context *pDC = &ctx->swrDC; in swr_update_derived() local
1765 memcpy(pDC->userClipPlanes, in swr_update_derived()
1767 sizeof(pDC->userClipPlanes)); in swr_update_derived()