HomeSort by relevance Sort by last modified time
    Searched refs:NVFXSR_NONE (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/nv30/
nvfx_fragprog.c 138 case NVFXSR_NONE:
178 case NVFXSR_NONE:
240 const struct nvfx_src none = nvfx_src(nvfx_reg(NVFXSR_NONE, 0));
420 return nvfx_reg(NVFXSR_NONE, 0);
423 return nvfx_reg(NVFXSR_NONE, 0);
443 const struct nvfx_src none = nvfx_src(nvfx_reg(NVFXSR_NONE, 0));
    [all...]
nvfx_vertprog.c 147 case NVFXSR_NONE:
207 case NVFXSR_NONE:
424 dst = nvfx_reg(NVFXSR_NONE, 0);
464 struct nvfx_src none = nvfx_src(nvfx_reg(NVFXSR_NONE, 0));
871 vpc->r_result[idx] = nvfx_reg(NVFXSR_NONE, 0);
976 struct nvfx_src none = nvfx_src(nvfx_reg(NVFXSR_NONE, 0));
    [all...]
nvfx_shader.h 378 #define NVFXSR_NONE 0

Completed in 29 milliseconds