Searched refs:NV40_VP_INST_SATURATE (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ | ||
D | nv40_vertprog.h | 41 #define NV40_VP_INST_SATURATE (1 << 26) macro |
D | nvfx_vertprog.c | 320 hw[0] |= NV40_VP_INST_SATURATE; in nvfx_vp_emit() |