/third_party/skia/third_party/externals/tint/src/transform/ |
H A D | transform.cc | 60 TINT_UNIMPLEMENTED(Transform, ctx.dst->Diagnostics()) in Run() 68 ctx.dst->Diagnostics().add_error( in Requires() 88 TINT_ICE(Transform, ctx.dst->Diagnostics()) in RemoveStatement() 96 return ctx.dst->create<ast::Void>(); in CreateASTTypeFor() 99 return ctx.dst->create<ast::I32>(); in CreateASTTypeFor() 102 return ctx.dst->create<ast::U32>(); in CreateASTTypeFor() 105 return ctx.dst->create<ast::F32>(); in CreateASTTypeFor() 108 return ctx.dst->create<ast::Bool>(); in CreateASTTypeFor() 112 return ctx.dst->create<ast::Matrix>(el, m->rows(), m->columns()); in CreateASTTypeFor() 116 return ctx.dst in CreateASTTypeFor() [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SpirvShaderArithmetic.cpp | 27 auto &dst = state->createIntermediate(insn.resultId(), type.componentCount); in EmitVectorTimesScalar() local 33 dst.move(i, lhs.Float(i) * rhs.Float(0)); in EmitVectorTimesScalar() 42 auto &dst = state->createIntermediate(insn.resultId(), type.componentCount); in EmitMatrixTimesVector() local 53 dst.move(i, v); in EmitMatrixTimesVector() 62 auto &dst = state->createIntermediate(insn.resultId(), type.componentCount); in EmitVectorTimesMatrix() local 73 dst.move(i, v); in EmitVectorTimesMatrix() 82 auto &dst = state->createIntermediate(insn.resultId(), type.componentCount); in EmitMatrixTimesMatrix() local 99 dst.move(numRows * col + row, v); in EmitMatrixTimesMatrix() 109 auto &dst = state->createIntermediate(insn.resultId(), type.componentCount); in EmitOuterProduct() local 120 dst in EmitOuterProduct() 130 auto &dst = state->createIntermediate(insn.resultId(), type.componentCount); EmitTranspose() local 150 auto &dst = state->createIntermediate(insn.resultId(), type.componentCount); EmitUnaryOp() local 312 auto &dst = state->createIntermediate(insn.resultId(), type.componentCount); EmitBinaryOp() local 520 auto &dst = state->createIntermediate(insn.resultId(), type.componentCount); EmitDot() local [all...] |
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | dec_neon.c | 224 uint8_t* const dst, int stride) { in Store2x8_NEON() 225 vst2_lane_u8(dst + 0 * stride, v, 0); in Store2x8_NEON() 226 vst2_lane_u8(dst + 1 * stride, v, 1); in Store2x8_NEON() 227 vst2_lane_u8(dst + 2 * stride, v, 2); in Store2x8_NEON() 228 vst2_lane_u8(dst + 3 * stride, v, 3); in Store2x8_NEON() 229 vst2_lane_u8(dst + 4 * stride, v, 4); in Store2x8_NEON() 230 vst2_lane_u8(dst + 5 * stride, v, 5); in Store2x8_NEON() 231 vst2_lane_u8(dst + 6 * stride, v, 6); in Store2x8_NEON() 232 vst2_lane_u8(dst + 7 * stride, v, 7); in Store2x8_NEON() 236 uint8_t* const dst, in in Store2x16_NEON() 223 Store2x8_NEON(const uint8x8x2_t v, uint8_t* const dst, int stride) Store2x8_NEON() argument 235 Store2x16_NEON(const uint8x16_t p0, const uint8x16_t q0, uint8_t* const dst, int stride) Store2x16_NEON() argument 247 Store4x8_NEON(const uint8x8x4_t v, uint8_t* const dst, int stride) Store4x8_NEON() argument 259 Store4x16_NEON(const uint8x16_t p1, const uint8x16_t p0, const uint8x16_t q0, const uint8x16_t q1, uint8_t* const dst, int stride) Store4x16_NEON() argument 274 Store16x2_NEON(const uint8x16_t p0, const uint8x16_t q0, uint8_t* const dst, int stride) Store16x2_NEON() argument 280 Store16x4_NEON(const uint8x16_t p1, const uint8x16_t p0, const uint8x16_t q0, const uint8x16_t q1, uint8_t* const dst, int stride) Store16x4_NEON() argument 385 SaturateAndStore4x4_NEON(uint8_t* const dst, const int16x8_t dst01, const int16x8_t dst23) SaturateAndStore4x4_NEON() argument 399 Add4x4_NEON(const int16x8_t row01, const int16x8_t row23, uint8_t* const dst) Add4x4_NEON() argument 1043 TransformOne_NEON(const int16_t* in, uint8_t* dst) TransformOne_NEON() argument 1053 TransformOne_NEON(const int16_t* in, uint8_t* dst) TransformOne_NEON() argument 1186 TransformTwo_NEON(const int16_t* in, uint8_t* dst, int do_two) TransformTwo_NEON() argument 1193 TransformDC_NEON(const int16_t* in, uint8_t* dst) TransformDC_NEON() argument 1259 TransformAC3_NEON(const int16_t* in, uint8_t* dst) TransformAC3_NEON() argument 1282 DC4_NEON(uint8_t* dst) DC4_NEON() argument 1303 TrueMotion_NEON(uint8_t* dst, int size) TrueMotion_NEON() argument 1338 TM4_NEON(uint8_t* dst) TM4_NEON() argument 1340 VE4_NEON(uint8_t* dst) VE4_NEON() argument 1356 RD4_NEON(uint8_t* dst) RD4_NEON() argument 1385 LD4_NEON(uint8_t* dst) LD4_NEON() argument 1407 VE8uv_NEON(uint8_t* dst) VE8uv_NEON() argument 1415 HE8uv_NEON(uint8_t* dst) HE8uv_NEON() argument 1424 DC8_NEON(uint8_t* dst, int do_top, int do_left) DC8_NEON() argument 1480 DC8uv_NEON(uint8_t* dst) DC8uv_NEON() argument 1481 DC8uvNoTop_NEON(uint8_t* dst) DC8uvNoTop_NEON() argument 1482 DC8uvNoLeft_NEON(uint8_t* dst) DC8uvNoLeft_NEON() argument 1483 DC8uvNoTopLeft_NEON(uint8_t* dst) DC8uvNoTopLeft_NEON() argument 1485 TM8uv_NEON(uint8_t* dst) TM8uv_NEON() argument 1490 VE16_NEON(uint8_t* dst) VE16_NEON() argument 1498 HE16_NEON(uint8_t* dst) HE16_NEON() argument 1507 DC16_NEON(uint8_t* dst, int do_top, int do_left) DC16_NEON() argument 1569 DC16TopLeft_NEON(uint8_t* dst) DC16TopLeft_NEON() argument 1570 DC16NoTop_NEON(uint8_t* dst) DC16NoTop_NEON() argument 1571 DC16NoLeft_NEON(uint8_t* dst) DC16NoLeft_NEON() argument 1572 DC16NoTopLeft_NEON(uint8_t* dst) DC16NoTopLeft_NEON() argument 1574 TM16_NEON(uint8_t* dst) TM16_NEON() argument [all...] |
H A D | enc_sse2.c | 29 static void ITransform_SSE2(const uint8_t* ref, const int16_t* in, uint8_t* dst, in ITransform_SSE2() argument 182 _mm_storel_epi64((__m128i*)&dst[0 * BPS], ref0); in ITransform_SSE2() 183 _mm_storel_epi64((__m128i*)&dst[1 * BPS], ref1); in ITransform_SSE2() 184 _mm_storel_epi64((__m128i*)&dst[2 * BPS], ref2); in ITransform_SSE2() 185 _mm_storel_epi64((__m128i*)&dst[3 * BPS], ref3); in ITransform_SSE2() 188 WebPUint32ToMem(&dst[0 * BPS], _mm_cvtsi128_si32(ref0)); in ITransform_SSE2() 189 WebPUint32ToMem(&dst[1 * BPS], _mm_cvtsi128_si32(ref1)); in ITransform_SSE2() 190 WebPUint32ToMem(&dst[2 * BPS], _mm_cvtsi128_si32(ref2)); in ITransform_SSE2() 191 WebPUint32ToMem(&dst[3 * BPS], _mm_cvtsi128_si32(ref3)); in ITransform_SSE2() 482 static WEBP_INLINE void Put8x8uv_SSE2(uint8_t v, uint8_t* dst) { in Put8x8uv_SSE2() argument 490 Put16_SSE2(uint8_t v, uint8_t* dst) Put16_SSE2() argument 498 Fill_SSE2(uint8_t* dst, int value, int size) Fill_SSE2() argument 511 VE8uv_SSE2(uint8_t* dst, const uint8_t* top) VE8uv_SSE2() argument 519 VE16_SSE2(uint8_t* dst, const uint8_t* top) VE16_SSE2() argument 527 VerticalPred_SSE2(uint8_t* dst, const uint8_t* top, int size) VerticalPred_SSE2() argument 540 HE8uv_SSE2(uint8_t* dst, const uint8_t* left) HE8uv_SSE2() argument 549 HE16_SSE2(uint8_t* dst, const uint8_t* left) HE16_SSE2() argument 558 HorizontalPred_SSE2(uint8_t* dst, const uint8_t* left, int size) HorizontalPred_SSE2() argument 571 TM_SSE2(uint8_t* dst, const uint8_t* left, const uint8_t* top, int size) TM_SSE2() argument 599 TrueMotion_SSE2(uint8_t* dst, const uint8_t* left, const uint8_t* top, int size) TrueMotion_SSE2() argument 620 DC8uv_SSE2(uint8_t* dst, const uint8_t* left, const uint8_t* top) DC8uv_SSE2() argument 629 DC8uvNoLeft_SSE2(uint8_t* dst, const uint8_t* top) DC8uvNoLeft_SSE2() argument 637 DC8uvNoTop_SSE2(uint8_t* dst, const uint8_t* left) DC8uvNoTop_SSE2() argument 642 DC8uvNoTopLeft_SSE2(uint8_t* dst) DC8uvNoTopLeft_SSE2() argument 646 DC8uvMode_SSE2(uint8_t* dst, const uint8_t* left, const uint8_t* top) DC8uvMode_SSE2() argument 661 DC16_SSE2(uint8_t* dst, const uint8_t* left, const uint8_t* top) DC16_SSE2() argument 670 DC16NoLeft_SSE2(uint8_t* dst, const uint8_t* top) DC16NoLeft_SSE2() argument 676 DC16NoTop_SSE2(uint8_t* dst, const uint8_t* left) DC16NoTop_SSE2() argument 681 DC16NoTopLeft_SSE2(uint8_t* dst) DC16NoTopLeft_SSE2() argument 685 DC16Mode_SSE2(uint8_t* dst, const uint8_t* left, const uint8_t* top) DC16Mode_SSE2() argument 715 VE4_SSE2(uint8_t* dst, const uint8_t* top) VE4_SSE2() argument 732 HE4_SSE2(uint8_t* dst, const uint8_t* top) HE4_SSE2() argument 745 DC4_SSE2(uint8_t* dst, const uint8_t* top) DC4_SSE2() argument 752 LD4_SSE2(uint8_t* dst, const uint8_t* top) LD4_SSE2() argument 769 VR4_SSE2(uint8_t* dst, const uint8_t* top) VR4_SSE2() argument 795 VL4_SSE2(uint8_t* dst, const uint8_t* top) VL4_SSE2() argument 821 RD4_SSE2(uint8_t* dst, const uint8_t* top) RD4_SSE2() argument 838 HU4_SSE2(uint8_t* dst, const uint8_t* top) HU4_SSE2() argument 853 HD4_SSE2(uint8_t* dst, const uint8_t* top) HD4_SSE2() argument 876 TM4_SSE2(uint8_t* dst, const uint8_t* top) TM4_SSE2() argument 898 Intra4Preds_SSE2(uint8_t* dst, const uint8_t* top) Intra4Preds_SSE2() argument 914 IntraChromaPreds_SSE2(uint8_t* dst, const uint8_t* left, const uint8_t* top) IntraChromaPreds_SSE2() argument 934 Intra16Preds_SSE2(uint8_t* dst, const uint8_t* left, const uint8_t* top) Intra16Preds_SSE2() argument [all...] |
H A D | upsampling_msa.c | 52 #define CALC_R16(y0, y1, v0, v1, dst) do { \ 60 dst = (v16u8)__msa_pckev_b((v16i8)b1, (v16i8)b0); \ 63 #define CALC_R8(y0, v0, dst) do { \ 69 dst = (v16u8)__msa_pckev_b((v16i8)b0, (v16i8)b0); \ 72 #define CALC_G16(y0, y1, u0, u1, v0, v1, dst) do { \ 82 dst = (v16u8)__msa_pckev_b((v16i8)a1, (v16i8)a0); \ 85 #define CALC_G8(y0, u0, v0, dst) do { \ 92 dst = (v16u8)__msa_pckev_b((v16i8)a0, (v16i8)a0); \ 95 #define CALC_B16(y0, y1, u0, u1, dst) do { \ 103 dst 323 YuvToRgbLine(const uint8_t* y, const uint8_t* u, const uint8_t* v, uint8_t* dst, int length) YuvToRgbLine() argument 350 YuvToBgrLine(const uint8_t* y, const uint8_t* u, const uint8_t* v, uint8_t* dst, int length) YuvToBgrLine() argument 378 YuvToRgbaLine(const uint8_t* y, const uint8_t* u, const uint8_t* v, uint8_t* dst, int length) YuvToRgbaLine() argument 406 YuvToBgraLine(const uint8_t* y, const uint8_t* u, const uint8_t* v, uint8_t* dst, int length) YuvToBgraLine() argument 435 YuvToArgbLine(const uint8_t* y, const uint8_t* u, const uint8_t* v, uint8_t* dst, int length) YuvToArgbLine() argument 463 YuvToRgba4444Line(const uint8_t* y, const uint8_t* u, const uint8_t* v, uint8_t* dst, int length) YuvToRgba4444Line() argument 499 YuvToRgb565Line(const uint8_t* y, const uint8_t* u, const uint8_t* v, uint8_t* dst, int length) YuvToRgb565Line() argument [all...] |
/third_party/ffmpeg/libavcodec/mips/ |
H A D | vp9_mc_msa.c | 130 #define PCKEV_XORI128_AVG_ST_UB(in0, in1, dst, pdst) \ 135 tmp_m = __msa_aver_u_b(tmp_m, (v16u8) dst); \ 139 #define PCKEV_AVG_ST_UB(in0, in1, dst, pdst) \ 144 tmp_m = __msa_aver_u_b(tmp_m, (v16u8) dst); \ 160 uint8_t *dst, int32_t dst_stride, in common_hz_8t_4x4_msa() 185 ST_W4(out, 0, 1, 2, 3, dst, dst_stride); in common_hz_8t_4x4_msa() 189 uint8_t *dst, int32_t dst_stride, in common_hz_8t_4x8_msa() 220 ST_W4(out, 0, 1, 2, 3, dst, dst_stride); in common_hz_8t_4x8_msa() 222 ST_W4(out, 0, 1, 2, 3, dst + 4 * dst_stride, dst_stride); in common_hz_8t_4x8_msa() 226 uint8_t *dst, int32_ in common_hz_8t_4w_msa() 159 common_hz_8t_4x4_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter) common_hz_8t_4x4_msa() argument 188 common_hz_8t_4x8_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter) common_hz_8t_4x8_msa() argument 225 common_hz_8t_4w_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) common_hz_8t_4w_msa() argument 236 common_hz_8t_8x4_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter) common_hz_8t_8x4_msa() argument 267 common_hz_8t_8x8mult_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) common_hz_8t_8x8mult_msa() argument 303 common_hz_8t_8w_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) common_hz_8t_8w_msa() argument 315 common_hz_8t_16w_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) common_hz_8t_16w_msa() argument 354 common_hz_8t_32w_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) common_hz_8t_32w_msa() argument 413 common_hz_8t_64w_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) common_hz_8t_64w_msa() argument 470 common_vt_8t_4w_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) common_vt_8t_4w_msa() argument 522 common_vt_8t_8w_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) common_vt_8t_8w_msa() argument 577 common_vt_8t_16w_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) common_vt_8t_16w_msa() argument 656 common_vt_8t_16w_mult_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height, int32_t width) common_vt_8t_16w_mult_msa() argument 745 common_vt_8t_32w_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) common_vt_8t_32w_msa() argument 753 common_vt_8t_64w_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) common_vt_8t_64w_msa() argument 761 common_hv_8ht_8vt_4w_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_horiz, const int8_t *filter_vert, int32_t height) common_hv_8ht_8vt_4w_msa() argument 837 common_hv_8ht_8vt_8w_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_horiz, const int8_t *filter_vert, int32_t height) common_hv_8ht_8vt_8w_msa() argument 935 common_hv_8ht_8vt_16w_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_horiz, const int8_t *filter_vert, int32_t height) common_hv_8ht_8vt_16w_msa() argument 952 common_hv_8ht_8vt_32w_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_horiz, const int8_t *filter_vert, int32_t height) common_hv_8ht_8vt_32w_msa() argument 969 common_hv_8ht_8vt_64w_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_horiz, const int8_t *filter_vert, int32_t height) common_hv_8ht_8vt_64w_msa() argument 986 common_hz_8t_and_aver_dst_4x4_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter) common_hz_8t_and_aver_dst_4x4_msa() argument 1021 common_hz_8t_and_aver_dst_4x8_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter) common_hz_8t_and_aver_dst_4x8_msa() argument 1066 common_hz_8t_and_aver_dst_4w_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) common_hz_8t_and_aver_dst_4w_msa() argument 1081 common_hz_8t_and_aver_dst_8w_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) common_hz_8t_and_aver_dst_8w_msa() argument 1122 common_hz_8t_and_aver_dst_16w_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) common_hz_8t_and_aver_dst_16w_msa() argument 1180 common_hz_8t_and_aver_dst_32w_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) common_hz_8t_and_aver_dst_32w_msa() argument 1239 common_hz_8t_and_aver_dst_64w_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) common_hz_8t_and_aver_dst_64w_msa() argument 1301 common_vt_8t_and_aver_dst_4w_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) common_vt_8t_and_aver_dst_4w_msa() argument 1360 common_vt_8t_and_aver_dst_8w_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) common_vt_8t_and_aver_dst_8w_msa() argument 1421 common_vt_8t_and_aver_dst_16w_mult_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height, int32_t width) common_vt_8t_and_aver_dst_16w_mult_msa() argument 1518 common_vt_8t_and_aver_dst_16w_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) common_vt_8t_and_aver_dst_16w_msa() argument 1528 common_vt_8t_and_aver_dst_32w_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) common_vt_8t_and_aver_dst_32w_msa() argument 1538 common_vt_8t_and_aver_dst_64w_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) common_vt_8t_and_aver_dst_64w_msa() argument 1548 common_hv_8ht_8vt_and_aver_dst_4w_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_horiz, const int8_t *filter_vert, int32_t height) common_hv_8ht_8vt_and_aver_dst_4w_msa() argument 1631 common_hv_8ht_8vt_and_aver_dst_8w_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_horiz, const int8_t *filter_vert, int32_t height) common_hv_8ht_8vt_and_aver_dst_8w_msa() argument 1735 common_hv_8ht_8vt_and_aver_dst_16w_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_horiz, const int8_t *filter_vert, int32_t height) common_hv_8ht_8vt_and_aver_dst_16w_msa() argument 1755 common_hv_8ht_8vt_and_aver_dst_32w_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_horiz, const int8_t *filter_vert, int32_t height) common_hv_8ht_8vt_and_aver_dst_32w_msa() argument 1775 common_hv_8ht_8vt_and_aver_dst_64w_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_horiz, const int8_t *filter_vert, int32_t height) common_hv_8ht_8vt_and_aver_dst_64w_msa() argument 1795 common_hz_2t_4x4_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter) common_hz_2t_4x4_msa() argument 1818 common_hz_2t_4x8_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter) common_hz_2t_4x8_msa() argument 1847 ff_put_bilin_4h_msa(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) ff_put_bilin_4h_msa() argument 1860 common_hz_2t_8x4_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter) common_hz_2t_8x4_msa() argument 1884 common_hz_2t_8x8mult_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) common_hz_2t_8x8mult_msa() argument 1946 ff_put_bilin_8h_msa(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) ff_put_bilin_8h_msa() argument 1960 ff_put_bilin_16h_msa(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) ff_put_bilin_16h_msa() argument 2027 ff_put_bilin_32h_msa(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) ff_put_bilin_32h_msa() argument 2074 ff_put_bilin_64h_msa(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) ff_put_bilin_64h_msa() argument 2117 common_vt_2t_4x4_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter) common_vt_2t_4x4_msa() argument 2143 common_vt_2t_4x8_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter) common_vt_2t_4x8_msa() argument 2177 ff_put_bilin_4v_msa(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) ff_put_bilin_4v_msa() argument 2190 common_vt_2t_8x4_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter) common_vt_2t_8x4_msa() argument 2214 common_vt_2t_8x8mult_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) common_vt_2t_8x8mult_msa() argument 2259 ff_put_bilin_8v_msa(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) ff_put_bilin_8v_msa() argument 2273 ff_put_bilin_16v_msa(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) ff_put_bilin_16v_msa() argument 2327 ff_put_bilin_32v_msa(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) ff_put_bilin_32v_msa() argument 2405 ff_put_bilin_64v_msa(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) ff_put_bilin_64v_msa() argument 2486 common_hv_2ht_2vt_4x4_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_horiz, const int8_t *filter_vert) common_hv_2ht_2vt_4x4_msa() argument 2519 common_hv_2ht_2vt_4x8_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_horiz, const int8_t *filter_vert) common_hv_2ht_2vt_4x8_msa() argument 2565 ff_put_bilin_4hv_msa(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) ff_put_bilin_4hv_msa() argument 2581 common_hv_2ht_2vt_8x4_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_horiz, const int8_t *filter_vert) common_hv_2ht_2vt_8x4_msa() argument 2624 common_hv_2ht_2vt_8x8mult_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_horiz, const int8_t *filter_vert, int32_t height) common_hv_2ht_2vt_8x8mult_msa() argument 2703 ff_put_bilin_8hv_msa(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) ff_put_bilin_8hv_msa() argument 2719 ff_put_bilin_16hv_msa(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) ff_put_bilin_16hv_msa() argument 2790 ff_put_bilin_32hv_msa(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) ff_put_bilin_32hv_msa() argument 2804 ff_put_bilin_64hv_msa(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) ff_put_bilin_64hv_msa() argument 2818 common_hz_2t_and_aver_dst_4x4_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter) common_hz_2t_and_aver_dst_4x4_msa() argument 2847 common_hz_2t_and_aver_dst_4x8_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter) common_hz_2t_and_aver_dst_4x8_msa() argument 2881 ff_avg_bilin_4h_msa(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) ff_avg_bilin_4h_msa() argument 2896 common_hz_2t_and_aver_dst_8x4_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter) common_hz_2t_and_aver_dst_8x4_msa() argument 2924 common_hz_2t_and_aver_dst_8x8mult_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) common_hz_2t_and_aver_dst_8x8mult_msa() argument 2996 ff_avg_bilin_8h_msa(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) ff_avg_bilin_8h_msa() argument 3011 ff_avg_bilin_16h_msa(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) ff_avg_bilin_16h_msa() argument 3079 ff_avg_bilin_32h_msa(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) ff_avg_bilin_32h_msa() argument 3129 ff_avg_bilin_64h_msa(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) ff_avg_bilin_64h_msa() argument 3171 common_vt_2t_and_aver_dst_4x4_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter) common_vt_2t_and_aver_dst_4x4_msa() argument 3207 common_vt_2t_and_aver_dst_4x8_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter) common_vt_2t_and_aver_dst_4x8_msa() argument 3246 ff_avg_bilin_4v_msa(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) ff_avg_bilin_4v_msa() argument 3261 common_vt_2t_and_aver_dst_8x4_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter) common_vt_2t_and_aver_dst_8x4_msa() argument 3290 common_vt_2t_and_aver_dst_8x8mult_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) common_vt_2t_and_aver_dst_8x8mult_msa() argument 3345 ff_avg_bilin_8v_msa(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) ff_avg_bilin_8v_msa() argument 3360 ff_avg_bilin_16v_msa(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) ff_avg_bilin_16v_msa() argument 3414 ff_avg_bilin_32v_msa(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) ff_avg_bilin_32v_msa() argument 3494 ff_avg_bilin_64v_msa(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) ff_avg_bilin_64v_msa() argument 3581 common_hv_2ht_2vt_and_aver_dst_4x4_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_horiz, const int8_t *filter_vert) common_hv_2ht_2vt_and_aver_dst_4x4_msa() argument 3625 common_hv_2ht_2vt_and_aver_dst_4x8_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_horiz, const int8_t *filter_vert) common_hv_2ht_2vt_and_aver_dst_4x8_msa() argument 3677 ff_avg_bilin_4hv_msa(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) ff_avg_bilin_4hv_msa() argument 3693 common_hv_2ht_2vt_and_aver_dst_8x4_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_horiz, const int8_t *filter_vert) common_hv_2ht_2vt_and_aver_dst_8x4_msa() argument 3743 common_hv_2ht_2vt_and_aver_dst_8x8mult_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_horiz, const int8_t *filter_vert, int32_t height) common_hv_2ht_2vt_and_aver_dst_8x8mult_msa() argument 3805 ff_avg_bilin_8hv_msa(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) ff_avg_bilin_8hv_msa() argument 3823 ff_avg_bilin_16hv_msa(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) ff_avg_bilin_16hv_msa() argument 3894 ff_avg_bilin_32hv_msa(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) ff_avg_bilin_32hv_msa() argument 3908 ff_avg_bilin_64hv_msa(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) ff_avg_bilin_64hv_msa() argument 3922 copy_width8_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height) copy_width8_msa() argument 3952 copy_width16_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height) copy_width16_msa() argument 3996 copy_width32_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height) copy_width32_msa() argument 4026 copy_width64_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height) copy_width64_msa() argument 4055 avg_width4_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height) avg_width4_msa() argument 4084 avg_width8_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height) avg_width8_msa() argument 4126 avg_width16_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height) avg_width16_msa() argument 4161 avg_width32_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height) avg_width32_msa() argument 4224 avg_width64_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height) avg_width64_msa() argument [all...] |
/third_party/skia/tests/ |
H A D | SwizzlerTest.cpp | 116 uint32_t dst, src; in DEF_TEST() local 121 SkOpts::RGBA_to_rgbA(&dst, &src, 1); in DEF_TEST() 122 REPORTER_ASSERT(r, dst == src); in DEF_TEST() 123 SkOpts::RGBA_to_bgrA(&dst, &src, 1); in DEF_TEST() 124 REPORTER_ASSERT(r, dst == (uint32_t)((255<<24) | (c<<16))); in DEF_TEST() 127 SkOpts::RGBA_to_rgbA(&dst, &src, 1); in DEF_TEST() 128 REPORTER_ASSERT(r, dst == 0); in DEF_TEST() 129 SkOpts::RGBA_to_bgrA(&dst, &src, 1); in DEF_TEST() 130 REPORTER_ASSERT(r, dst == 0); in DEF_TEST() 135 SkOpts::RGBA_to_rgbA(&dst, in DEF_TEST() 148 uint32_t dst, src; DEF_TEST() local [all...] |
/third_party/vk-gl-cts/framework/xexml/ |
H A D | xeXMLParser.hpp | 97 void getTokenStr (std::string& dst) const; 98 void appendTokenStr (std::string& dst) const; 100 void getString (std::string& dst) const; 163 void getDataStr (std::string& dst) const; 164 void appendDataStr (std::string& dst) const; 203 inline void Tokenizer::getTokenStr (std::string& dst) const in getTokenStr() 206 dst.resize(m_curTokenLen); in getTokenStr() 208 dst[ndx] = m_buf.peekBack(ndx); in getTokenStr() 211 inline void Tokenizer::appendTokenStr (std::string& dst) const in appendTokenStr() 215 size_t oldLen = dst in appendTokenStr() [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | pack.c | 162 GLubyte *dst = (GLubyte *) _mesa_image_address2d(packing, dest, in _mesa_pack_bitmap() local 164 if (!dst) in _mesa_pack_bitmap() 168 memcpy( dst, src, width_in_bytes ); in _mesa_pack_bitmap() 170 flip_bytes( dst, width_in_bytes ); in _mesa_pack_bitmap() 180 GLubyte *d = dst; in _mesa_pack_bitmap() 207 GLubyte *d = dst; in _mesa_pack_bitmap() 560 GLubyte *dst = (GLubyte *) dest; in _mesa_unpack_stencil_span() local 563 dst[i] = (GLubyte) (indexes[i] & 0xff); in _mesa_unpack_stencil_span() 569 GLuint *dst = (GLuint *) dest; in _mesa_unpack_stencil_span() local 572 dst[ in _mesa_unpack_stencil_span() 581 GLuint *dst = (GLuint *) dest; _mesa_unpack_stencil_span() local 623 GLbyte *dst = (GLbyte *) dest; _mesa_pack_stencil_span() local 632 GLushort *dst = (GLushort *) dest; _mesa_pack_stencil_span() local 644 GLshort *dst = (GLshort *) dest; _mesa_pack_stencil_span() local 656 GLuint *dst = (GLuint *) dest; _mesa_pack_stencil_span() local 668 GLint *dst = (GLint *) dest; _mesa_pack_stencil_span() local 680 GLfloat *dst = (GLfloat *) dest; _mesa_pack_stencil_span() local 693 GLhalfARB *dst = (GLhalfARB *) dest; _mesa_pack_stencil_span() local 705 GLubyte *dst = (GLubyte *) dest; _mesa_pack_stencil_span() local 720 GLubyte *dst = (GLubyte *) dest; _mesa_pack_stencil_span() local 787 GLushort *dst = (GLushort *) dest; _mesa_unpack_depth_span() local 798 GLuint *dst = (GLuint *) dest; _mesa_unpack_depth_span() local 809 GLuint *dst = (GLuint *) dest; _mesa_unpack_depth_span() local 1022 GLubyte *dst = (GLubyte *) dest; _mesa_pack_depth_span() local 1031 GLbyte *dst = (GLbyte *) dest; _mesa_pack_depth_span() local 1040 GLushort *dst = (GLushort *) dest; _mesa_pack_depth_span() local 1052 GLshort *dst = (GLshort *) dest; _mesa_pack_depth_span() local 1065 GLuint *dst = (GLuint *) dest; _mesa_pack_depth_span() local 1079 GLuint *dst = (GLuint *) dest; _mesa_pack_depth_span() local 1091 GLint *dst = (GLint *) dest; _mesa_pack_depth_span() local 1103 GLfloat *dst = (GLfloat *) dest; _mesa_pack_depth_span() local 1116 GLhalfARB *dst = (GLhalfARB *) dest; _mesa_pack_depth_span() local 1244 GLubyte *dst; _mesa_unpack_image() local 1340 GLfloat *dst = (GLfloat *) dstAddr; _mesa_pack_luminance_from_rgba_float() local 1488 GLbyte *dst = (GLbyte *) dstAddr; _mesa_pack_luminance_from_rgba_integer() local 1494 GLshort *dst = (GLshort *) dstAddr; _mesa_pack_luminance_from_rgba_integer() local 1500 GLint *dst = (GLint *) dstAddr; _mesa_pack_luminance_from_rgba_integer() local 1525 GLbyte *dst = (GLbyte *) dstAddr; _mesa_pack_luminance_from_rgba_integer() local 1532 GLshort *dst = (GLshort *) dstAddr; _mesa_pack_luminance_from_rgba_integer() local 1539 GLint *dst = (GLint *) dstAddr; _mesa_pack_luminance_from_rgba_integer() local 1613 GLubyte *dst; _mesa_unpack_color_index_to_rgba_ubyte() local 1637 _mesa_unpack_ubyte_rgba_row(mesa_format format, uint32_t n, const void *src, uint8_t dst[][4]) _mesa_unpack_ubyte_rgba_row() argument 1673 unpack_uint_24_8_depth_stencil_Z24_UNORM_S8_UINT(const uint32_t *src, uint32_t *dst, uint32_t n) unpack_uint_24_8_depth_stencil_Z24_UNORM_S8_UINT() argument 1684 unpack_uint_24_8_depth_stencil_Z32_S8X24(const uint32_t *src, uint32_t *dst, uint32_t n) unpack_uint_24_8_depth_stencil_Z32_S8X24() argument 1699 unpack_uint_24_8_depth_stencil_S8_UINT_Z24_UNORM(const uint32_t *src, uint32_t *dst, uint32_t n) unpack_uint_24_8_depth_stencil_S8_UINT_Z24_UNORM() argument 1709 _mesa_unpack_uint_24_8_depth_stencil_row(mesa_format format, uint32_t n, const void *src, uint32_t *dst) _mesa_unpack_uint_24_8_depth_stencil_row() argument 1728 unpack_float_32_uint_24_8_Z24_UNORM_S8_UINT(const uint32_t *src, uint32_t *dst, uint32_t n) unpack_float_32_uint_24_8_Z24_UNORM_S8_UINT() argument 1745 unpack_float_32_uint_24_8_Z32_FLOAT_S8X24_UINT(const uint32_t *src, uint32_t *dst, uint32_t n) unpack_float_32_uint_24_8_Z32_FLOAT_S8X24_UINT() argument 1752 unpack_float_32_uint_24_8_S8_UINT_Z24_UNORM(const uint32_t *src, uint32_t *dst, uint32_t n) unpack_float_32_uint_24_8_S8_UINT_Z24_UNORM() argument 1783 _mesa_unpack_float_32_uint_24_8_depth_stencil_row(mesa_format format, uint32_t n, const void *src, uint32_t *dst) _mesa_unpack_float_32_uint_24_8_depth_stencil_row() argument [all...] |
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fStencilTests.cpp | 180 virtual void genOps (vector<StencilOp>& dst, int stencilBits, int depthBits, int targetStencil) = DE_NULL; 390 typedef void (*GenStencilOpsFunc) (vector<StencilOp>& dst, int stencilBits, int depthBits, int targetStencil); 401 void genOps (vector<StencilOp>& dst, int stencilBits, int depthBits, int targetStencil) in genOps() argument 403 m_genOps(dst, stencilBits, depthBits, targetStencil); in genOps() 415 static void genOps (vector<StencilOp>& dst, int stencilBits, int depthBits, int targetStencil) \ in init() 428 dst.push_back(StencilOp::clearStencil(targetStencil | ~mask)); in init() 434 dst.push_back(StencilOp::quad(GL_NEVER, targetStencil, GL_ALWAYS, 0.0f, GL_REPLACE, GL_KEEP, GL_KEEP)); in init() 438 dst.push_back(StencilOp::clearDepth(0.0f)); in init() 439 dst.push_back(StencilOp::quad(GL_ALWAYS, targetStencil, GL_LESS, 0.5f, GL_KEEP, GL_REPLACE, GL_KEEP)); in init() 443 dst in init() [all...] |
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fStencilTests.cpp | 177 virtual void genOps (vector<StencilOp>& dst, int stencilBits, int depthBits, int targetStencil) = DE_NULL; 387 typedef void (*GenStencilOpsFunc) (vector<StencilOp>& dst, int stencilBits, int depthBits, int targetStencil); 398 void genOps (vector<StencilOp>& dst, int stencilBits, int depthBits, int targetStencil) in genOps() argument 400 m_genOps(dst, stencilBits, depthBits, targetStencil); in genOps() 412 static void genOps (vector<StencilOp>& dst, int stencilBits, int depthBits, int targetStencil) \ in init() 425 dst.push_back(StencilOp::clearStencil(targetStencil | ~mask)); in init() 431 dst.push_back(StencilOp::quad(GL_NEVER, targetStencil, GL_ALWAYS, 0.0f, GL_REPLACE, GL_KEEP, GL_KEEP)); in init() 435 dst.push_back(StencilOp::clearDepth(0.0f)); in init() 436 dst.push_back(StencilOp::quad(GL_ALWAYS, targetStencil, GL_LESS, 0.5f, GL_KEEP, GL_REPLACE, GL_KEEP)); in init() 440 dst in init() [all...] |
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_blitter.c | 40 default_dst_texture(struct pipe_surface *dst_templ, struct pipe_resource *dst, in default_dst_texture() argument 122 struct pipe_resource *dst = info->dst.resource; in fd_blitter_blit() local 133 pctx->invalidate_resource(pctx, info->dst.resource); in fd_blitter_blit() 136 * we need to validate that we can use the src/dst resource with the in fd_blitter_blit() 144 ctx->validate_format(ctx, fd_resource(dst), info->dst.format); in fd_blitter_blit() 148 if (src == dst) in fd_blitter_blit() 156 default_dst_texture(&dst_templ, dst, info->dst in fd_blitter_blit() 349 fd_resource_copy_region(struct pipe_context *pctx, struct pipe_resource *dst, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *src, unsigned src_level, const struct pipe_box *src_box) fd_resource_copy_region() argument [all...] |
/foundation/bundlemanager/bundle_framework_lite/utils/bundle_lite/ |
H A D | utils.h | 37 char *dst = reinterpret_cast<char *>(AdapterMalloc(len + 1)); in Strdup() local 38 if (dst == nullptr) { in Strdup() 41 errno_t err = strncpy_s(dst, len + 1, src, len); in Strdup() 43 AdapterFree(dst); in Strdup() 46 return dst; in Strdup() 55 void *dst = AdapterMalloc(len); in Memdup() local 56 if (dst == nullptr) { in Memdup() 60 int ret = memcpy_s(dst, len, src, len); in Memdup() 62 AdapterFree(dst); in Memdup() 66 return dst; in Memdup() [all...] |
/third_party/libuv/test/ |
H A D | test-ip-name.c | 36 char dst[INET6_ADDRSTRLEN]; in TEST_IMPL() local 44 ASSERT_OK(uv_ip4_name(addr4, dst, INET_ADDRSTRLEN)); in TEST_IMPL() 45 ASSERT_OK(strcmp("192.168.0.1", dst)); in TEST_IMPL() 47 ASSERT_OK(uv_ip_name(addr, dst, INET_ADDRSTRLEN)); in TEST_IMPL() 48 ASSERT_OK(strcmp("192.168.0.1", dst)); in TEST_IMPL() 52 ASSERT_OK(uv_ip6_name(addr6, dst, INET6_ADDRSTRLEN)); in TEST_IMPL() 53 ASSERT_OK(strcmp("fe80::2acf:daff:fedd:342a", dst)); in TEST_IMPL() 55 ASSERT_OK(uv_ip_name(addr, dst, INET6_ADDRSTRLEN)); in TEST_IMPL() 56 ASSERT_OK(strcmp("fe80::2acf:daff:fedd:342a", dst)); in TEST_IMPL() 61 ASSERT_EQ(UV_EAFNOSUPPORT, uv_ip_name(addr, dst, INET6_ADDRSTRLE in TEST_IMPL() [all...] |
/third_party/vixl/src/aarch64/ |
H A D | simulator-aarch64.h | 557 void ReadLane(T* dst, int lane) const { in ReadLane() argument 559 VIXL_ASSERT((sizeof(*dst) + (lane * sizeof(*dst))) <= GetSizeInBytes()); in ReadLane() 560 memcpy(dst, &value_[lane * sizeof(*dst)], sizeof(*dst)); in ReadLane() 574 void ReadLane(vixl::internal::SimFloat16* dst, int lane) const { in ReadLane() argument 577 *dst = RawbitsToFloat16(rawbits); in ReadLane() 767 int UintArray(VectorFormat vform, uint64_t* dst) const { in UintArray() 769 dst[ in UintArray() [all...] |
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
H A D | code-generator-ia32.cc | 510 Register dst = i.OutputRegister(); \ 515 __ xor_(dst, dst); \ 519 __ cmov(zero, dst, tmp); \ 524 XMMRegister dst = i.OutputSimd128Register(); \ 525 DCHECK_EQ(dst, i.InputSimd128Register(0)); \ 527 __ opcode(dst, dst, byte{i.InputInt##width(1)}); \ 535 __ opcode(dst, dst, tm 1968 XMMRegister dst = i.OutputSimd128Register(); AssembleArchInstruction() local 1995 XMMRegister dst = i.OutputSimd128Register(); AssembleArchInstruction() local 2125 XMMRegister dst = i.OutputSimd128Register(); AssembleArchInstruction() local 2228 XMMRegister dst = i.OutputSimd128Register(); AssembleArchInstruction() local 2253 XMMRegister dst = i.OutputSimd128Register(); AssembleArchInstruction() local 2316 XMMRegister dst = i.OutputSimd128Register(); AssembleArchInstruction() local 2334 XMMRegister dst = i.OutputSimd128Register(); AssembleArchInstruction() local 2362 XMMRegister dst = i.OutputSimd128Register(); AssembleArchInstruction() local 2412 XMMRegister dst = i.OutputSimd128Register(); AssembleArchInstruction() local 2422 XMMRegister dst = i.OutputSimd128Register(); AssembleArchInstruction() local 2434 XMMRegister dst = i.OutputSimd128Register(); AssembleArchInstruction() local 2470 Register dst = i.OutputRegister(); AssembleArchInstruction() local 2485 XMMRegister dst = i.OutputSimd128Register(); AssembleArchInstruction() local 2572 XMMRegister dst = i.OutputSimd128Register(); AssembleArchInstruction() local 2627 XMMRegister dst = i.OutputSimd128Register(); AssembleArchInstruction() local 2637 XMMRegister dst = i.OutputSimd128Register(); AssembleArchInstruction() local 2649 XMMRegister dst = i.OutputSimd128Register(); AssembleArchInstruction() local 2673 Register dst = i.OutputRegister(); AssembleArchInstruction() local 2691 Register dst = i.OutputRegister(); AssembleArchInstruction() local 2714 Operand dst = i.MemoryOperand(&index); AssembleArchInstruction() local 2725 Operand dst = i.MemoryOperand(&index); AssembleArchInstruction() local 2737 Register dst = i.OutputRegister(); AssembleArchInstruction() local 2749 Register dst = i.OutputRegister(); AssembleArchInstruction() local 2767 XMMRegister dst = i.OutputSimd128Register(); AssembleArchInstruction() local 2779 XMMRegister dst = i.OutputSimd128Register(); AssembleArchInstruction() local 2794 XMMRegister dst = i.OutputSimd128Register(); AssembleArchInstruction() local 2865 XMMRegister dst = i.OutputSimd128Register(); AssembleArchInstruction() local 2895 XMMRegister dst = i.OutputSimd128Register(); AssembleArchInstruction() local 2921 XMMRegister dst = i.OutputSimd128Register(); AssembleArchInstruction() local 2931 XMMRegister dst = i.OutputSimd128Register(); AssembleArchInstruction() local 2942 XMMRegister dst = i.OutputSimd128Register(); AssembleArchInstruction() local 2976 XMMRegister dst = i.OutputSimd128Register(); AssembleArchInstruction() local 2987 XMMRegister dst = i.OutputSimd128Register(); AssembleArchInstruction() local 2992 XMMRegister dst = i.OutputSimd128Register(); AssembleArchInstruction() local 3036 XMMRegister dst = i.OutputSimd128Register(); AssembleArchInstruction() local 3122 XMMRegister dst = i.OutputSimd128Register(); AssembleArchInstruction() local 3151 XMMRegister dst = i.OutputSimd128Register(); AssembleArchInstruction() local 3157 XMMRegister dst = i.OutputSimd128Register(); AssembleArchInstruction() local 3169 XMMRegister dst = i.OutputSimd128Register(); AssembleArchInstruction() local 3184 XMMRegister dst = i.OutputSimd128Register(); AssembleArchInstruction() local 3240 XMMRegister dst = i.OutputSimd128Register(); AssembleArchInstruction() local 3254 XMMRegister dst = i.OutputSimd128Register(); AssembleArchInstruction() local 3266 XMMRegister dst = i.OutputSimd128Register(); AssembleArchInstruction() local 3280 XMMRegister dst = i.OutputSimd128Register(); AssembleArchInstruction() local 3293 XMMRegister dst = i.OutputSimd128Register(); AssembleArchInstruction() local 3307 XMMRegister dst = i.OutputSimd128Register(); AssembleArchInstruction() local 3318 XMMRegister dst = i.OutputSimd128Register(); AssembleArchInstruction() local 3334 XMMRegister dst = i.OutputSimd128Register(); AssembleArchInstruction() local 3347 XMMRegister dst = i.OutputSimd128Register(); AssembleArchInstruction() local 3363 XMMRegister dst = i.OutputSimd128Register(); AssembleArchInstruction() local 3377 XMMRegister dst = i.OutputSimd128Register(); AssembleArchInstruction() local 3393 XMMRegister dst = i.OutputSimd128Register(); AssembleArchInstruction() local 3410 XMMRegister dst = i.OutputSimd128Register(); AssembleArchInstruction() local 3429 XMMRegister dst = i.OutputSimd128Register(); AssembleArchInstruction() local 3446 Register dst = i.OutputRegister(); AssembleArchInstruction() local 4246 Operand dst = g.ToOperand(destination); AssembleMove() local 4271 XMMRegister dst = g.ToDoubleRegister(destination); AssembleMove() local 4287 Operand dst = g.ToOperand(destination); AssembleMove() local 4311 Register dst = g.ToRegister(destination); AssembleMove() local 4319 XMMRegister dst = g.ToDoubleRegister(destination); AssembleMove() local 4332 Operand dst = g.ToOperand(destination); AssembleMove() local 4365 Register dst = g.ToRegister(destination); AssembleSwap() local 4372 XMMRegister dst = g.ToDoubleRegister(destination); AssembleSwap() local 4384 Operand dst = g.ToOperand(destination); AssembleSwap() local 4392 Operand dst = g.ToOperand(destination); AssembleSwap() local [all...] |
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_fs_lower_regioning.cpp | 41 return type_sz(inst->dst.type) == 1 && in is_byte_raw_mov() 43 inst->src[0].type == inst->dst.type && in is_byte_raw_mov() 56 if (inst->dst.is_accumulator()) { in required_dst_byte_stride() 69 return inst->dst.stride * type_sz(inst->dst.type); in required_dst_byte_stride() 70 } else if (type_sz(inst->dst.type) < get_exec_type_size(inst) && in required_dst_byte_stride() 78 unsigned max_stride = inst->dst.stride * type_sz(inst->dst.type); in required_dst_byte_stride() 79 unsigned min_size = type_sz(inst->dst.type); in required_dst_byte_stride() 80 unsigned max_size = type_sz(inst->dst in required_dst_byte_stride() [all...] |
/third_party/ffmpeg/libavcodec/loongarch/ |
H A D | vp8_mc_lsx.c | 124 void ff_put_vp8_epel8_h6_lsx(uint8_t *dst, ptrdiff_t dst_stride, in ff_put_vp8_epel8_h6_lsx() argument 157 __lsx_vstelm_d(out0, dst, 0, 0); in ff_put_vp8_epel8_h6_lsx() 158 dst += dst_stride; in ff_put_vp8_epel8_h6_lsx() 159 __lsx_vstelm_d(out0, dst, 0, 1); in ff_put_vp8_epel8_h6_lsx() 160 dst += dst_stride; in ff_put_vp8_epel8_h6_lsx() 161 __lsx_vstelm_d(out1, dst, 0, 0); in ff_put_vp8_epel8_h6_lsx() 162 dst += dst_stride; in ff_put_vp8_epel8_h6_lsx() 163 __lsx_vstelm_d(out1, dst, 0, 1); in ff_put_vp8_epel8_h6_lsx() 164 dst += dst_stride; in ff_put_vp8_epel8_h6_lsx() 178 __lsx_vstelm_d(out0, dst, in ff_put_vp8_epel8_h6_lsx() 189 ff_put_vp8_epel16_h6_lsx(uint8_t *dst, ptrdiff_t dst_stride, uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) ff_put_vp8_epel16_h6_lsx() argument 243 ff_put_vp8_epel8_v6_lsx(uint8_t *dst, ptrdiff_t dst_stride, uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) ff_put_vp8_epel8_v6_lsx() argument 310 ff_put_vp8_epel16_v6_lsx(uint8_t *dst, ptrdiff_t dst_stride, uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) ff_put_vp8_epel16_v6_lsx() argument 391 ff_put_vp8_epel8_h6v6_lsx(uint8_t *dst, ptrdiff_t dst_stride, uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) ff_put_vp8_epel8_h6v6_lsx() argument 493 ff_put_vp8_epel16_h6v6_lsx(uint8_t *dst, ptrdiff_t dst_stride, uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) ff_put_vp8_epel16_h6v6_lsx() argument 506 ff_put_vp8_epel8_v4_lsx(uint8_t *dst, ptrdiff_t dst_stride, uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) ff_put_vp8_epel8_v4_lsx() argument 563 ff_put_vp8_epel16_v4_lsx(uint8_t *dst, ptrdiff_t dst_stride, uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) ff_put_vp8_epel16_v4_lsx() argument 633 ff_put_vp8_epel8_h6v4_lsx(uint8_t *dst, ptrdiff_t dst_stride, uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) ff_put_vp8_epel8_h6v4_lsx() argument 716 ff_put_vp8_epel16_h6v4_lsx(uint8_t *dst, ptrdiff_t dst_stride, uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) ff_put_vp8_epel16_h6v4_lsx() argument 730 ff_put_vp8_epel8_h4v6_lsx(uint8_t *dst, ptrdiff_t dst_stride, uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) ff_put_vp8_epel8_h4v6_lsx() argument 820 ff_put_vp8_epel16_h4v6_lsx(uint8_t *dst, ptrdiff_t dst_stride, uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) ff_put_vp8_epel16_h4v6_lsx() argument 834 ff_put_vp8_pixels8_lsx(uint8_t *dst, ptrdiff_t dst_stride, uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) ff_put_vp8_pixels8_lsx() argument 891 ff_put_vp8_pixels16_lsx(uint8_t *dst, ptrdiff_t dst_stride, uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) ff_put_vp8_pixels16_lsx() argument [all...] |
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/ |
H A D | ext_pixel_convert.cpp | 48 void PixelCopy(RGBPixel* src, RGBxPixel* dst)
in PixelCopy() argument 50 dst->r = src->r;
in PixelCopy() 51 dst->g = src->g;
in PixelCopy() 52 dst->b = src->b;
in PixelCopy() 53 dst->x = NUM_0;
in PixelCopy() 56 void PixelCopy(RGBxPixel* src, RGBPixel* dst)
in PixelCopy() argument 58 dst->r = src->r;
in PixelCopy() 59 dst->g = src->g;
in PixelCopy() 60 dst->b = src->b;
in PixelCopy() 63 uint32_t ExtPixelConvert::RGBxToRGB(const ExtPixels &src, ExtPixels &dst)
in RGBxToRGB() argument 80 RGBToRGBx(const ExtPixels &src, ExtPixels &dst) RGBToRGBx() argument [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | lossless_videoencdsp.c | 28 static void diff_bytes_c(uint8_t *dst, const uint8_t *src1, const uint8_t *src2, intptr_t w) in diff_bytes_c() argument 35 dst[i + 0] = src1[i + 0] - src2[i + 0]; in diff_bytes_c() 36 dst[i + 1] = src1[i + 1] - src2[i + 1]; in diff_bytes_c() 37 dst[i + 2] = src1[i + 2] - src2[i + 2]; in diff_bytes_c() 38 dst[i + 3] = src1[i + 3] - src2[i + 3]; in diff_bytes_c() 39 dst[i + 4] = src1[i + 4] - src2[i + 4]; in diff_bytes_c() 40 dst[i + 5] = src1[i + 5] - src2[i + 5]; in diff_bytes_c() 41 dst[i + 6] = src1[i + 6] - src2[i + 6]; in diff_bytes_c() 42 dst[i + 7] = src1[i + 7] - src2[i + 7]; in diff_bytes_c() 49 *(long *) (dst in diff_bytes_c() 56 sub_median_pred_c(uint8_t *dst, const uint8_t *src1, const uint8_t *src2, intptr_t w, int *left, int *left_top) sub_median_pred_c() argument 77 sub_left_predict_c(uint8_t *dst, uint8_t *src, ptrdiff_t stride, ptrdiff_t width, int height) sub_left_predict_c() argument [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_nlmeans_init.h | 38 * The line above dst and the column to its left are always readable. 40 static void compute_safe_ssd_integral_image_c(uint32_t *dst, ptrdiff_t dst_linesize_32, in compute_safe_ssd_integral_image_c() argument 45 const uint32_t *dst_top = dst - dst_linesize_32; in compute_safe_ssd_integral_image_c() 57 dst[x ] = dst_top[x ] - dst_top[x - 1] + d0*d0; in compute_safe_ssd_integral_image_c() 58 dst[x + 1] = dst_top[x + 1] - dst_top[x ] + d1*d1; in compute_safe_ssd_integral_image_c() 59 dst[x + 2] = dst_top[x + 2] - dst_top[x + 1] + d2*d2; in compute_safe_ssd_integral_image_c() 60 dst[x + 3] = dst_top[x + 3] - dst_top[x + 2] + d3*d3; in compute_safe_ssd_integral_image_c() 62 dst[x ] += dst[x - 1]; in compute_safe_ssd_integral_image_c() 63 dst[ in compute_safe_ssd_integral_image_c() [all...] |
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_dmix_i386.h | 37 volatile signed short *dst, signed short *src, in MIX_AREAS_16() 46 * EDI - dst in MIX_AREAS_16() 60 "\tmovl %[dst], %%edi\n" in MIX_AREAS_16() 80 * if (cmpxchg(*dst, 0, 1) == 0) in MIX_AREAS_16() 100 * *dst = sample; in MIX_AREAS_16() 156 : [dst] "m" (dst), [src] "m" (src), [sum] "m" (sum), in MIX_AREAS_16() 170 volatile signed short *dst, signed short *src, in MIX_AREAS_16_MMX() 179 * EDI - dst in MIX_AREAS_16_MMX() 193 "\tmovl %[dst], in MIX_AREAS_16_MMX() 36 MIX_AREAS_16(unsigned int size, volatile signed short *dst, signed short *src, volatile signed int *sum, size_t dst_step, size_t src_step, size_t sum_step) MIX_AREAS_16() argument 169 MIX_AREAS_16_MMX(unsigned int size, volatile signed short *dst, signed short *src, volatile signed int *sum, size_t dst_step, size_t src_step, size_t sum_step) MIX_AREAS_16_MMX() argument 274 MIX_AREAS_32(unsigned int size, volatile signed int *dst, signed int *src, volatile signed int *sum, size_t dst_step, size_t src_step, size_t sum_step) MIX_AREAS_32() argument 396 MIX_AREAS_24(unsigned int size, volatile unsigned char *dst, unsigned char *src, volatile signed int *sum, size_t dst_step, size_t src_step, size_t sum_step) MIX_AREAS_24() argument 511 MIX_AREAS_24_CMOV(unsigned int size, volatile unsigned char *dst, unsigned char *src, volatile signed int *sum, size_t dst_step, size_t src_step, size_t sum_step) MIX_AREAS_24_CMOV() argument [all...] |
/third_party/musl/src/string/aarch64/ |
H A D | memset.S | 18 #define dst x3 define 73 bic dst, dstin, 15 85 str q0, [dst, 16] 86 stp q0, q0, [dst, 32] 87 bic dst, dst, 63 88 sub count, dstend, dst /* Count is now 64 too large. */ 93 add dst, dst, 64 94 dc zva, dst [all...] |
/third_party/node/deps/v8/src/strings/ |
H A D | string-case.cc | 25 bool CheckFastAsciiConvert(char* dst, const char* src, int length, bool changed, in CheckFastAsciiConvert() argument 29 if (dst[i] == src[i]) continue; in CheckFastAsciiConvert() 33 DCHECK(dst[i] == src[i] + ('a' - 'A')); in CheckFastAsciiConvert() 36 DCHECK(dst[i] == src[i] - ('a' - 'A')); in CheckFastAsciiConvert() 62 int FastAsciiConvert(char* dst, const char* src, int length, in FastAsciiConvert() argument 65 char* saved_dst = dst; in FastAsciiConvert() 78 // dst is newly allocated and always aligned. in FastAsciiConvert() 79 DCHECK(IsAligned(reinterpret_cast<Address>(dst), sizeof(word_t))); in FastAsciiConvert() 91 *reinterpret_cast<word_t*>(dst) = w; in FastAsciiConvert() 93 dst in FastAsciiConvert() [all...] |
/third_party/optimized-routines/string/aarch64/ |
H A D | memset.S | 20 #define dst x3 define 75 bic dst, dstin, 15 87 str q0, [dst, 16] 88 stp q0, q0, [dst, 32] 89 bic dst, dst, 63 90 sub count, dstend, dst /* Count is now 64 too large. */ 95 add dst, dst, 64 96 dc zva, dst [all...] |