Home
last modified time | relevance | path

Searched refs:r_result (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_vertprog.c51 struct nvfx_reg r_result[PIPE_MAX_SHADER_OUTPUTS]; member
430 dst = vpc->r_result[fdst->Register.Index]; in tgsi_dst()
813 vpc->r_result[idx] = temp(vpc); in nvfx_vertprog_parse_decl_output()
858 vpc->r_result[idx] = nvfx_reg(NVFXSR_NONE, 0); in nvfx_vertprog_parse_decl_output()
863 vpc->r_result[idx] = nvfx_reg(NVFXSR_NONE, 0); in nvfx_vertprog_parse_decl_output()
870 vpc->r_result[idx] = nvfx_reg(NVFXSR_OUTPUT, hw); in nvfx_vertprog_parse_decl_output()
989 vpc->r_result[vpc->hpos_idx] = temp(vpc); in _nvfx_vertprog_translate()
1051 if (vpc->r_result[vpc->hpos_idx].type != NVFXSR_OUTPUT) { in _nvfx_vertprog_translate()
1054 struct nvfx_src htmp = nvfx_src(vpc->r_result[vpc->hpos_idx]); in _nvfx_vertprog_translate()
1065 struct nvfx_src htmp = nvfx_src(vpc->r_result[vp in _nvfx_vertprog_translate()
[all...]
H A Dnvfx_fragprog.c28 struct nvfx_reg r_result[PIPE_MAX_SHADER_OUTPUTS]; member
397 src.reg = fpc->r_result[fsrc->Register.Index]; in tgsi_src()
422 return fpc->r_result[fdst->Register.Index]; in tgsi_dst()
962 fpc->r_result[idx] = nvfx_reg(NVFXSR_OUTPUT, hw); in nvfx_fragprog_parse_decl_output()

Completed in 6 milliseconds