Home
last modified time | relevance | path

Searched refs:NV30_VP_INST_DEST_CLP (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_vertprog.c236 case NV30_VP_INST_DEST_CLP(0): in emit_dst()
240 case NV30_VP_INST_DEST_CLP(1): in emit_dst()
244 case NV30_VP_INST_DEST_CLP(2): in emit_dst()
248 case NV30_VP_INST_DEST_CLP(3): in emit_dst()
252 case NV30_VP_INST_DEST_CLP(4): in emit_dst()
256 case NV30_VP_INST_DEST_CLP(5): in emit_dst()
1062 struct nvfx_reg cdst = nvfx_reg(NVFXSR_OUTPUT, NV30_VP_INST_DEST_CLP(i)); in _nvfx_vertprog_translate()
Dnv30_vertprog.h139 # define NV30_VP_INST_DEST_CLP(n) (17 + (n)) macro