Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_vertprog.c150 case NVFXSR_NONE: in emit_src()
210 case NVFXSR_NONE: in emit_dst()
426 dst = nvfx_reg(NVFXSR_NONE, 0); in tgsi_dst()
466 struct nvfx_src none = nvfx_src(nvfx_reg(NVFXSR_NONE, 0)); in nvfx_vertprog_parse_instruction()
857 vpc->r_result[idx] = nvfx_reg(NVFXSR_NONE, 0); in nvfx_vertprog_parse_decl_output()
862 vpc->r_result[idx] = nvfx_reg(NVFXSR_NONE, 0); in nvfx_vertprog_parse_decl_output()
961 struct nvfx_src none = nvfx_src(nvfx_reg(NVFXSR_NONE, 0)); in _nvfx_vertprog_translate()
Dnvfx_fragprog.c141 case NVFXSR_NONE: in emit_src()
181 case NVFXSR_NONE: in emit_dst()
243 const struct nvfx_src none = nvfx_src(nvfx_reg(NVFXSR_NONE, 0)); in nv40_fp_if()
426 return nvfx_reg(NVFXSR_NONE, 0); in tgsi_dst()
429 return nvfx_reg(NVFXSR_NONE, 0); in tgsi_dst()
449 const struct nvfx_src none = nvfx_src(nvfx_reg(NVFXSR_NONE, 0)); in nvfx_fragprog_parse_instruction()
Dnvfx_shader.h376 #define NVFXSR_NONE 0 macro