HomeSort by relevance Sort by last modified time
    Searched refs:temp_dst (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
ssse3.c 177 unsigned char temp_dst[16]; \
180 memcpy( temp_dst, pDst, 16 ); \
183 test_##instruction##_##extension( temp_dst, temp_src ); \
184 assert( !memcmp( pDst, temp_dst, (8 << additionnal) ) ); \
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_wm_emit.c 266 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...]
brw_vec4_visitor.cpp 238 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)));
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm_emit.c 266 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...]
brw_vec4_visitor.cpp 238 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)));
    [all...]
  /external/opencv/cv/src/
cvsubdivision2d.cpp 475 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/state_tracker/
st_glsl_to_tgsi.cpp 1545 st_dst_reg temp_dst = st_dst_reg(temp); local
1604 st_dst_reg temp_dst = st_dst_reg(temp); local
3741 st_dst_reg temp_dst = st_dst_reg(temp); local
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 1545 st_dst_reg temp_dst = st_dst_reg(temp); local
1604 st_dst_reg temp_dst = st_dst_reg(temp); local
3741 st_dst_reg temp_dst = st_dst_reg(temp); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
mipmap.c 2031 GLubyte *temp_src = NULL, *temp_dst = NULL; local
    [all...]
  /external/mesa3d/src/mesa/main/
mipmap.c 2024 GLubyte *temp_src = NULL, *temp_dst = NULL; local
    [all...]

Completed in 333 milliseconds