Searched defs:temp_dst (Results 1 - 9 of 9) sorted by relevance

/external/opencv/cv/src/
H A Dcvsubdivision2d.cpp475 CvSubdiv2DPoint *temp_dst = 0, *curr_org = 0, *curr_dst = 0; local
478 temp_dst = cvSubdiv2DEdgeDst( temp_edge );
482 if( icvIsRightOf( temp_dst->pt, curr_edge ) > 0 &&
483 icvIsPtInCircle3( curr_org->pt, temp_dst->pt,
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_wm_emit.c266 struct brw_reg temp_dst; local
269 temp_dst = dst[3];
271 temp_dst = brw_message_reg(2);
285 brw_PLN(p, temp_dst, interp3, deltas[0]);
288 brw_MAC(p, temp_dst, suboffset(interp3, 1), deltas[1]);
293 src = temp_dst;
964 struct brw_reg temp_dst = dst[dst_chan]; local
967 brw_MOV(p, temp_dst, src0);
968 src0 = temp_dst;
989 temp_dst,
[all...]
H A Dbrw_vec4_visitor.cpp238 dst_reg temp_dst = dst_reg(this, glsl_type::vec4_type); local
240 emit(opcode, temp_dst, temp_src);
242 emit(MOV(dst, src_reg(temp_dst)));
308 dst_reg temp_dst = dst_reg(this, glsl_type::vec4_type); local
309 temp_dst.type = dst.type;
311 emit(opcode, temp_dst, src0, src1);
313 emit(MOV(dst, src_reg(temp_dst)));
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dmipmap.c2031 GLubyte *temp_src = NULL, *temp_dst = NULL; local
2111 if (!temp_dst) {
2112 temp_dst = (GLubyte *) malloc(temp_dst_stride * dstHeight);
2113 if (!temp_dst) {
2123 free(temp_dst);
2133 &temp_dst, temp_dst_stride);
2139 free(temp_dst);
2147 temp_dst, &ctx->DefaultPacking);
2152 temp_src = temp_dst;
2153 temp_dst
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_wm_emit.c266 struct brw_reg temp_dst; local
269 temp_dst = dst[3];
271 temp_dst = brw_message_reg(2);
285 brw_PLN(p, temp_dst, interp3, deltas[0]);
288 brw_MAC(p, temp_dst, suboffset(interp3, 1), deltas[1]);
293 src = temp_dst;
964 struct brw_reg temp_dst = dst[dst_chan]; local
967 brw_MOV(p, temp_dst, src0);
968 src0 = temp_dst;
989 temp_dst,
[all...]
H A Dbrw_vec4_visitor.cpp238 dst_reg temp_dst = dst_reg(this, glsl_type::vec4_type); local
240 emit(opcode, temp_dst, temp_src);
242 emit(MOV(dst, src_reg(temp_dst)));
308 dst_reg temp_dst = dst_reg(this, glsl_type::vec4_type); local
309 temp_dst.type = dst.type;
311 emit(opcode, temp_dst, src0, src1);
313 emit(MOV(dst, src_reg(temp_dst)));
/external/mesa3d/src/mesa/main/
H A Dmipmap.c2024 GLubyte *temp_src = NULL, *temp_dst = NULL; local
2104 if (!temp_dst) {
2105 temp_dst = (GLubyte *) malloc(temp_dst_stride * dstHeight);
2106 if (!temp_dst) {
2116 free(temp_dst);
2126 &temp_dst, temp_dst_stride);
2132 free(temp_dst);
2140 temp_dst, &ctx->DefaultPacking);
2145 temp_src = temp_dst;
2146 temp_dst
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp1545 st_dst_reg temp_dst = st_dst_reg(temp); local
1555 temp_dst.writemask = WRITEMASK_Y;
1558 emit(ir, TGSI_OPCODE_AND, temp_dst, temp1, temp2);
1561 temp_dst.writemask = WRITEMASK_X;
1564 emit(ir, TGSI_OPCODE_AND, temp_dst, temp1, temp2);
1565 temp_dst.writemask = WRITEMASK_Y;
1568 emit(ir, TGSI_OPCODE_AND, temp_dst, temp1, temp2);
1604 st_dst_reg temp_dst = st_dst_reg(temp); local
1612 temp_dst.writemask = WRITEMASK_Y;
1615 emit(ir, TGSI_OPCODE_OR, temp_dst, temp
3741 st_dst_reg temp_dst = st_dst_reg(temp); local
[all...]
/external/mesa3d/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp1545 st_dst_reg temp_dst = st_dst_reg(temp); local
1555 temp_dst.writemask = WRITEMASK_Y;
1558 emit(ir, TGSI_OPCODE_AND, temp_dst, temp1, temp2);
1561 temp_dst.writemask = WRITEMASK_X;
1564 emit(ir, TGSI_OPCODE_AND, temp_dst, temp1, temp2);
1565 temp_dst.writemask = WRITEMASK_Y;
1568 emit(ir, TGSI_OPCODE_AND, temp_dst, temp1, temp2);
1604 st_dst_reg temp_dst = st_dst_reg(temp); local
1612 temp_dst.writemask = WRITEMASK_Y;
1615 emit(ir, TGSI_OPCODE_OR, temp_dst, temp
3741 st_dst_reg temp_dst = st_dst_reg(temp); local
[all...]

Completed in 220 milliseconds