Home | History | Annotate | Download | only in svga

Lines Matching refs:ctarget

348    SVGA3dRenderTargetViewId *ctarget;
380 ctarget = (SVGA3dRenderTargetViewId *) &cmd[1];
384 view_relocation(swc, color_surfs[i], ctarget + i, SVGA_RELOC_WRITE);
385 ctarget[i] = ss->view_id;
388 view_relocation(swc, NULL, ctarget + i, SVGA_RELOC_WRITE);
389 ctarget[i] = SVGA3D_INVALID_ID;