Home
last modified time | relevance | path

Searched refs:NVFXSR_NONE (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/nv30/
Dnvfx_vertprog.c147 case NVFXSR_NONE: in emit_src()
207 case NVFXSR_NONE: in emit_dst()
424 dst = nvfx_reg(NVFXSR_NONE, 0); in tgsi_dst()
464 struct nvfx_src none = nvfx_src(nvfx_reg(NVFXSR_NONE, 0)); in nvfx_vertprog_parse_instruction()
871 vpc->r_result[idx] = nvfx_reg(NVFXSR_NONE, 0); in nvfx_vertprog_parse_decl_output()
976 struct nvfx_src none = nvfx_src(nvfx_reg(NVFXSR_NONE, 0)); in _nvfx_vertprog_translate()
Dnvfx_fragprog.c138 case NVFXSR_NONE: in emit_src()
178 case NVFXSR_NONE: in emit_dst()
240 const struct nvfx_src none = nvfx_src(nvfx_reg(NVFXSR_NONE, 0)); in nv40_fp_if()
420 return nvfx_reg(NVFXSR_NONE, 0); in tgsi_dst()
423 return nvfx_reg(NVFXSR_NONE, 0); in tgsi_dst()
443 const struct nvfx_src none = nvfx_src(nvfx_reg(NVFXSR_NONE, 0)); in nvfx_fragprog_parse_instruction()
Dnvfx_shader.h378 #define NVFXSR_NONE 0 macro