Home
last modified time | relevance | path

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

/external/libnl/lib/route/link/
Dcan.c274 struct can_info *cdst, *csrc = src->l_info; in can_clone() local
282 cdst = malloc(sizeof(*cdst)); in can_clone()
283 if (!cdst) in can_clone()
286 *cdst = *csrc; in can_clone()
287 dst->l_info = cdst; in can_clone()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_lowering_nv50.cpp1366 Value *cdst; in checkPredicate() local
1373 cdst = bld.getSSA(1, FILE_FLAGS); in checkPredicate()
1375 bld.mkCmp(OP_SET, CC_NEU, insn->dType, cdst, insn->dType, bld.loadImm(NULL, 0), pred); in checkPredicate()
1377 insn->setPredicate(insn->cc, cdst); in checkPredicate()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_vertprog.c1062 struct nvfx_reg cdst = nvfx_reg(NVFXSR_OUTPUT, NV30_VP_INST_DEST_CLP(i)); in _nvfx_vertprog_translate() local
1081 nvfx_vp_emit(vpc, arith(0, VEC, DP4, cdst, mask, htmp, ceqn, none)); in _nvfx_vertprog_translate()