Searched refs:NVFXSR_OUTPUT (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_vertprog.c232 case NVFXSR_OUTPUT:
333 if (insn.dst.type == NVFXSR_OUTPUT) {
869 vpc->r_result[idx] = nvfx_reg(NVFXSR_OUTPUT, hw);
1050 if (vpc->r_result[vpc->hpos_idx].type != NVFXSR_OUTPUT) {
1051 struct nvfx_reg hpos = nvfx_reg(NVFXSR_OUTPUT,
1062 struct nvfx_reg cdst = nvfx_reg(NVFXSR_OUTPUT, NV30_VP_INST_DEST_CLP(i));
H A Dnvfx_shader.h377 #define NVFXSR_OUTPUT 1 macro
H A Dnvfx_fragprog.c101 case NVFXSR_OUTPUT:
169 case NVFXSR_OUTPUT:
962 fpc->r_result[idx] = nvfx_reg(NVFXSR_OUTPUT, hw);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_vertprog.c233 case NVFXSR_OUTPUT:
334 if (insn.dst.type == NVFXSR_OUTPUT) {
870 vpc->r_result[idx] = nvfx_reg(NVFXSR_OUTPUT, hw);
1051 if (vpc->r_result[vpc->hpos_idx].type != NVFXSR_OUTPUT) {
1052 struct nvfx_reg hpos = nvfx_reg(NVFXSR_OUTPUT,
1063 struct nvfx_reg cdst = nvfx_reg(NVFXSR_OUTPUT, NV30_VP_INST_DEST_CLP(i));
H A Dnvfx_shader.h377 #define NVFXSR_OUTPUT 1 macro
H A Dnvfx_fragprog.c101 case NVFXSR_OUTPUT:
169 case NVFXSR_OUTPUT:
962 fpc->r_result[idx] = nvfx_reg(NVFXSR_OUTPUT, hw);

Completed in 16 milliseconds