Home
last modified time | relevance | path

Searched refs:enabled_ucps (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_vertprog.c71 if (nv30->rast && nv30->rast->pipe.clip_plane_enable != vp->enabled_ucps) { in nv30_vertprog_validate()
72 vp->enabled_ucps = nv30->rast->pipe.clip_plane_enable; in nv30_vertprog_validate()
Dnv30_state.h84 unsigned enabled_ucps; member
Dnvfx_vertprog.c732 if(sub_depth || !vpc->vp->enabled_ucps) { in nvfx_vertprog_parse_instruction()
786 if(vpc->vp->enabled_ucps) { in nvfx_vertprog_parse_instruction()
1002 if (vp->enabled_ucps && vpc->cvtx_idx < 0) { in _nvfx_vertprog_translate()
1074 ucps = vp->enabled_ucps; in _nvfx_vertprog_translate()