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

  /xsrc/external/mit/xf86-video-nouveau/dist/src/shader/
Makefile 2 exascnvc0.fpc \
3 exacmnvc0.fpc \
4 exacanvc0.fpc \
5 exasanvc0.fpc \
6 exas8nvc0.fpc \
7 exac8nvc0.fpc \
8 videonvc0.fpc
10 exascnve0.fpc \
11 exacmnve0.fpc \
12 exacanve0.fpc \
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
nvfx_fragprog.c 49 temp(struct nvfx_fpc *fpc)
51 int idx = __builtin_ctzll(~fpc->r_temps);
53 if (idx >= fpc->max_temps) {
58 fpc->r_temps |= (1ULL << idx);
59 fpc->r_temps_discard |= (1ULL << idx);
64 release_temps(struct nvfx_fpc *fpc)
66 fpc->r_temps &= ~fpc->r_temps_discard;
67 fpc->r_temps_discard = 0ULL;
71 nvfx_fp_imm(struct nvfx_fpc *fpc, float a, float b, float c, float d
1067 struct nvfx_fpc *fpc = NULL; local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
nvfx_fragprog.c 49 temp(struct nvfx_fpc *fpc)
51 int idx = __builtin_ctzll(~fpc->r_temps);
53 if (idx >= fpc->max_temps) {
58 fpc->r_temps |= (1ULL << idx);
59 fpc->r_temps_discard |= (1ULL << idx);
64 release_temps(struct nvfx_fpc *fpc)
66 fpc->r_temps &= ~fpc->r_temps_discard;
67 fpc->r_temps_discard = 0ULL;
71 nvfx_fp_imm(struct nvfx_fpc *fpc, float a, float b, float c, float d
1067 struct nvfx_fpc *fpc = NULL; local
    [all...]

Completed in 8 milliseconds