HomeSort by relevance Sort by last modified time
    Searched refs:enabled_ucps (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_state.h 86 unsigned enabled_ucps; member in struct:nv30_vertprog
nv30_vertprog.c 73 if (nv30->rast && nv30->rast->pipe.clip_plane_enable != vp->enabled_ucps) {
74 vp->enabled_ucps = nv30->rast->pipe.clip_plane_enable;
nvfx_vertprog.c 713 if(sub_depth || !vpc->vp->enabled_ucps) {
767 if(vpc->vp->enabled_ucps) {
987 if (vp->enabled_ucps && vpc->cvtx_idx < 0) {
    [all...]

Completed in 6845 milliseconds