Searched refs:vpc (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nvfx_vertprog.c | 69 temp(struct nvfx_vpc *vpc) argument 71 int idx = ffs(~vpc->r_temps) - 1; 73 if (idx < 0 || (!vpc->is_nv4x && idx >= 16)) { 78 vpc->r_temps |= (1 << idx); 79 vpc->r_temps_discard |= (1 << idx); 84 release_temps(struct nvfx_vpc *vpc) argument 86 vpc->r_temps &= ~vpc->r_temps_discard; 87 vpc->r_temps_discard = 0; 91 constant(struct nvfx_vpc *vpc, in argument 120 emit_src(struct nvfx_vpc * vpc,uint32_t * hw,int pos,struct nvfx_src src) argument 204 emit_dst(struct nvfx_vpc * vpc,uint32_t * hw,int slot,struct nvfx_reg dst) argument 294 nvfx_vp_emit(struct nvfx_vpc * vpc,struct nvfx_insn insn) argument 366 tgsi_src(struct nvfx_vpc * vpc,const struct tgsi_full_src_register * fsrc) argument 421 tgsi_dst(struct nvfx_vpc * vpc,const struct tgsi_full_dst_register * fdst) argument 460 nvfx_vertprog_parse_instruction(struct nvfx_vpc * vpc,unsigned idx,const struct tgsi_full_instruction * finst) argument 798 nvfx_vertprog_parse_decl_output(struct nvfx_vpc * vpc,const struct tgsi_full_declaration * fdec) argument 874 nvfx_vertprog_prepare(struct nvfx_vpc * vpc) argument 960 struct nvfx_vpc *vpc = NULL; variable in typeref:struct:nvfx_vpc * [all...] |
| H A D | nvfx_shader.h | 13 #define NVFX_VP(c) ((NV30_VP_##c) + (vpc->is_nv4x & ((NV40_VP_##c) - (NV30_VP_##c))))
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nvfx_vertprog.c | 70 temp(struct nvfx_vpc *vpc) argument 72 int idx = ffs(~vpc->r_temps) - 1; 74 if (idx < 0 || (!vpc->is_nv4x && idx >= 16)) { 79 vpc->r_temps |= (1 << idx); 80 vpc->r_temps_discard |= (1 << idx); 85 release_temps(struct nvfx_vpc *vpc) argument 87 vpc->r_temps &= ~vpc->r_temps_discard; 88 vpc->r_temps_discard = 0; 92 constant(struct nvfx_vpc *vpc, in argument 121 emit_src(struct nvfx_vpc * vpc,uint32_t * hw,int pos,struct nvfx_src src) argument 205 emit_dst(struct nvfx_vpc * vpc,uint32_t * hw,int slot,struct nvfx_reg dst) argument 295 nvfx_vp_emit(struct nvfx_vpc * vpc,struct nvfx_insn insn) argument 367 tgsi_src(struct nvfx_vpc * vpc,const struct tgsi_full_src_register * fsrc) argument 422 tgsi_dst(struct nvfx_vpc * vpc,const struct tgsi_full_dst_register * fdst) argument 461 nvfx_vertprog_parse_instruction(struct nvfx_vpc * vpc,unsigned idx,const struct tgsi_full_instruction * finst) argument 799 nvfx_vertprog_parse_decl_output(struct nvfx_vpc * vpc,const struct tgsi_full_declaration * fdec) argument 875 nvfx_vertprog_prepare(struct nvfx_vpc * vpc) argument 961 struct nvfx_vpc *vpc = NULL; variable in typeref:struct:nvfx_vpc * [all...] |
| H A D | nvfx_shader.h | 13 #define NVFX_VP(c) ((NV30_VP_##c) + (vpc->is_nv4x & ((NV40_VP_##c) - (NV30_VP_##c))))
|
| /xsrc/external/mit/xf86-video-nouveau/dist/src/shader/ |
| H A D | Makefile | 1 NVC0_SHADERS = xfrm2nvc0.vpc \ 9 NVE0_SHADERS = xfrm2nve0.vpc \ 17 NVF0_SHADERS = xfrm2nvf0.vpc \ 25 NV110_SHADERS = xfrm2nv110.vpc \ 39 $(filter %nvc0.vpc,$(SHADERS)): %.vpc: %.vp 44 $(filter %nve0.vpc,$(SHADERS)): %.vpc: %.vp 49 $(filter %nvf0.vpc,$(SHADERS)): %.vpc [all...] |
| /xsrc/external/mit/xf86-video-nouveau/dist/src/ |
| H A D | Makefile.am | 132 shader/xfrm2nvc0.vpc \ 134 shader/xfrm2nve0.vpc \ 136 shader/xfrm2nvf0.vpc \ 138 shader/xfrm2nv110.vpc \
|
| H A D | Makefile.in | 515 shader/xfrm2nvc0.vpc \ 517 shader/xfrm2nve0.vpc \ 519 shader/xfrm2nvf0.vpc \ 521 shader/xfrm2nv110.vpc \
|
Completed in 10 milliseconds