Searched refs:final_dst (Results 1 – 2 of 2) sorted by relevance
/external/python/setuptools/setuptools/ |
D | archive_util.py | 160 final_dst = progress_filter(name, prelim_dst) 161 if final_dst: 162 if final_dst.endswith(os.sep): 163 final_dst = final_dst[:-1] 166 tarobj._extract_member(member, final_dst)
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nvfx_vertprog.c | 465 struct nvfx_reg final_dst; in nvfx_vertprog_parse_instruction() local 541 final_dst = dst = tgsi_dst(vpc, &finst->Dst[0]); in nvfx_vertprog_parse_instruction() 790 …nvfx_vp_emit(vpc, arith(0, VEC, MIN, final_dst, mask, nvfx_src(dst), swz(nvfx_src(vpc->r_0_1), Y, … in nvfx_vertprog_parse_instruction()
|