Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_vertprog.c61 int cvtx_idx; member
815 vpc->cvtx_idx = idx; in nvfx_vertprog_parse_decl_output()
977 vpc->cvtx_idx = -1; in _nvfx_vertprog_translate()
988 if (vp->enabled_ucps && vpc->cvtx_idx < 0) { in _nvfx_vertprog_translate()
991 vpc->cvtx_idx = vpc->hpos_idx; in _nvfx_vertprog_translate()
1065 struct nvfx_src htmp = nvfx_src(vpc->r_result[vpc->cvtx_idx]); in _nvfx_vertprog_translate()