Searched refs:NV30_VP_INST_DEST_CLP (Results 1 – 2 of 2) sorted by relevance
236 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()
139 # define NV30_VP_INST_DEST_CLP(n) (17 + (n)) macro