Home
last modified time | relevance | path

Searched refs:rDst (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/main/
Dpack.c2994 GLint *rDst, in get_component_mapping() argument
3039 *rDst = 0; in get_component_mapping()
3050 *rDst = 0; in get_component_mapping()
3061 *rDst = 2; in get_component_mapping()
3072 *rDst = 0; in get_component_mapping()
3083 *rDst = 2; in get_component_mapping()
3093 *rDst = 3; in get_component_mapping()
3137 GLint rDst, bDst, gDst, aDst; in extract_float_rgba() local
3193 &rDst, &gDst, &bDst, &aDst); in extract_float_rgba()
3308 rgba[i][rDst] = ((p >> 5) ) * rs; in extract_float_rgba()
[all …]
/external/opencv3/modules/core/src/
Dcopy.cpp111 __m128i rDst = _mm_lddqu_si128((__m128i*)(dst+x)); in copyMask_() local
113 rDst = _mm_blendv_epi8(rSrc, rDst, _negMask); in copyMask_()
114 _mm_storeu_si128((__m128i*)(dst + x), rDst); in copyMask_()
161 __m128i rDst = _mm_lddqu_si128((const __m128i*)(dst+x)); in copyMask_() local
163 rDst = _mm_blendv_epi8(rSrc, rDst, _negMask); in copyMask_()
164 _mm_storeu_si128((__m128i*)(dst + x), rDst); in copyMask_()
/external/valgrind/VEX/priv/
Dhost_amd64_isel.c4314 HReg rDst in iselStmt() local
4320 addInstr(env, mk_vMOVsd_RR(rAlt, rDst)); in iselStmt()
4322 addInstr(env, mk_iMOVsd_RR(rAlt, rDst)); in iselStmt()
4326 addInstr(env, AMD64Instr_SseCLoad(cc, amAddr, rDst)); in iselStmt()
4328 addInstr(env, AMD64Instr_CLoad(cc, szB, amAddr, rDst)); in iselStmt()
Dhost_arm_defs.c3017 UInt rDst = iregEnc(i->ARMin.Unary.dst); in emit_ARMInstr() local
3022 rDst,X1111,X0001,rSrc); in emit_ARMInstr()
3026 instr = XXXXX___(X1110,0x2,0x6,rSrc,rDst); in emit_ARMInstr()
3033 (subopc << 1) & 0xF, 0, rDst); in emit_ARMInstr()
Dhost_arm64_defs.c3427 UInt rDst = iregEnc(i->ARM64in.Unary.dst); in emit_ARM64Instr() local
3434 X11010110, X00000, X000100, rSrc, rDst); in emit_ARM64Instr()
3440 X01011000, rSrc, X000000, X11111, rDst); in emit_ARM64Instr()
3445 X01010001, rSrc, X000000, X11111, rDst); in emit_ARM64Instr()