Searched defs:tempsrc (Results 1 - 3 of 3) sorted by relevance

/external/opencv/cv/src/
H A Dcvcorner.cpp208 CvMat *tempsrc = 0; local
276 CV_CALL( tempsrc = icvIPPFilterInit( src, buf_size,
278 shifted_ptr = tempsrc->data.ptr + el_anchor.y*tempsrc->step +
280 temp_step = tempsrc->step ? tempsrc->step : CV_STUB_STEP;
281 max_dy = tempsrc->rows - aperture_size + 1;
330 delta = icvIPPFilterNextStripe( src, tempsrc, y, el_size, el_anchor );
415 cvReleaseMat( &tempsrc );
507 CvMat *tempsrc local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_program_alu.c444 struct rc_src_register tempsrc = srcreg(RC_FILE_TEMPORARY, tempdst.Index); local
446 tempsrc.Swizzle = RC_SWIZZLE_WWWW;
449 emit2(c, inst->Prev, RC_OPCODE_MUL, 0, tempdst, tempsrc, swizzle_xxxx(inst->U.I.SrcReg[1]));
450 emit1(c, inst->Prev, RC_OPCODE_EX2, &inst->U.I, inst->U.I.DstReg, tempsrc);
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_program_alu.c444 struct rc_src_register tempsrc = srcreg(RC_FILE_TEMPORARY, tempdst.Index); local
446 tempsrc.Swizzle = RC_SWIZZLE_WWWW;
449 emit2(c, inst->Prev, RC_OPCODE_MUL, 0, tempdst, tempsrc, swizzle_xxxx(inst->U.I.SrcReg[1]));
450 emit1(c, inst->Prev, RC_OPCODE_EX2, &inst->U.I, inst->U.I.DstReg, tempsrc);

Completed in 172 milliseconds