HomeSort by: relevance | last modified time | path
    Searched refs:vpc (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
nvfx_vertprog.c 70 temp(struct nvfx_vpc *vpc)
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)
87 vpc->r_temps &= ~vpc->r_temps_discard;
88 vpc->r_temps_discard = 0;
92 constant(struct nvfx_vpc *vpc, int pipe, float x, float y, float z, float w
961 struct nvfx_vpc *vpc = NULL; local
    [all...]
nvfx_shader.h 13 #define NVFX_VP(c) ((NV30_VP_##c) + (vpc->is_nv4x & ((NV40_VP_##c) - (NV30_VP_##c))))
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
nvfx_vertprog.c 69 temp(struct nvfx_vpc *vpc)
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)
86 vpc->r_temps &= ~vpc->r_temps_discard;
87 vpc->r_temps_discard = 0;
91 constant(struct nvfx_vpc *vpc, int pipe, float x, float y, float z, float w
960 struct nvfx_vpc *vpc = NULL; local
    [all...]
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/
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: %.v
    [all...]

Completed in 9 milliseconds