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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_vertprog.c60 int cvtx_idx; member in struct:nvfx_vpc
814 vpc->cvtx_idx = idx;
976 vpc->cvtx_idx = -1;
987 if (vp->enabled_ucps && vpc->cvtx_idx < 0) {
990 vpc->cvtx_idx = vpc->hpos_idx;
1064 struct nvfx_src htmp = nvfx_src(vpc->r_result[vpc->cvtx_idx]);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_vertprog.c61 int cvtx_idx; member in struct:nvfx_vpc
815 vpc->cvtx_idx = idx;
977 vpc->cvtx_idx = -1;
988 if (vp->enabled_ucps && vpc->cvtx_idx < 0) {
991 vpc->cvtx_idx = vpc->hpos_idx;
1065 struct nvfx_src htmp = nvfx_src(vpc->r_result[vpc->cvtx_idx]);

Completed in 4 milliseconds