Home
last modified time | relevance | path

Searched defs:src (Results 1 – 25 of 4485) sorted by relevance

12345678910>>...180

/third_party/flutter/skia/third_party/externals/angle2/src/image_util/
Dimageformats.cpp17 void L8::readColor(gl::ColorF *dst, const L8 *src) in readColor()
26 void L8::writeColor(L8 *dst, const gl::ColorF *src) in writeColor()
36 void R8::readColor(gl::ColorUI *dst, const R8 *src) in readColor()
44 void R8::readColor(gl::ColorF *dst, const R8 *src) in readColor()
52 void R8::writeColor(R8 *dst, const gl::ColorUI *src) in writeColor()
57 void R8::writeColor(R8 *dst, const gl::ColorF *src) in writeColor()
67 void A8::readColor(gl::ColorF *dst, const A8 *src) in readColor()
75 void A8::writeColor(A8 *dst, const gl::ColorF *src) in writeColor()
85 void L8A8::readColor(gl::ColorF *dst, const L8A8 *src) in readColor()
94 void L8A8::writeColor(L8A8 *dst, const gl::ColorF *src) in writeColor()
[all …]
/third_party/skia/third_party/externals/angle2/src/image_util/
Dimageformats.cpp17 void L8::readColor(gl::ColorF *dst, const L8 *src) in readColor()
26 void L8::writeColor(L8 *dst, const gl::ColorF *src) in writeColor()
36 void R8::readColor(gl::ColorUI *dst, const R8 *src) in readColor()
44 void R8::readColor(gl::ColorF *dst, const R8 *src) in readColor()
52 void R8::writeColor(R8 *dst, const gl::ColorUI *src) in writeColor()
57 void R8::writeColor(R8 *dst, const gl::ColorF *src) in writeColor()
67 void A8::readColor(gl::ColorF *dst, const A8 *src) in readColor()
75 void A8::writeColor(A8 *dst, const gl::ColorF *src) in writeColor()
85 void L8A8::readColor(gl::ColorF *dst, const L8A8 *src) in readColor()
94 void L8A8::writeColor(L8A8 *dst, const gl::ColorF *src) in writeColor()
[all …]
/third_party/ffmpeg/libavcodec/
Dh264pred.c54 static void pred4x4_vertical_vp8_c(uint8_t *src, const uint8_t *topright, in pred4x4_vertical_vp8_c()
71 static void pred4x4_horizontal_vp8_c(uint8_t *src, const uint8_t *topright, in pred4x4_horizontal_vp8_c()
83 static void pred4x4_down_left_svq3_c(uint8_t *src, const uint8_t *topright, in pred4x4_down_left_svq3_c()
89 src[0+0*stride]=(l1 + t1)>>1; in pred4x4_down_left_svq3_c() local
107 static void pred4x4_down_left_rv40_c(uint8_t *src, const uint8_t *topright, in pred4x4_down_left_rv40_c()
115 src[0+0*stride]=(t0 + t2 + 2*t1 + 2 + l0 + l2 + 2*l1 + 2)>>3; in pred4x4_down_left_rv40_c() local
133 static void pred4x4_down_left_rv40_nodown_c(uint8_t *src, in pred4x4_down_left_rv40_nodown_c()
141 src[0+0*stride]=(t0 + t2 + 2*t1 + 2 + l0 + l2 + 2*l1 + 2)>>3; in pred4x4_down_left_rv40_nodown_c() local
159 static void pred4x4_vertical_left_rv40(uint8_t *src, const uint8_t *topright, in pred4x4_vertical_left_rv40()
167 src[0+0*stride]=(2*t0 + 2*t1 + l1 + 2*l2 + l3 + 4)>>3; in pred4x4_vertical_left_rv40() local
[all …]
Dh264pred_template.c37 pixel *src = (pixel*)_src; in FUNCC() local
50 pixel *src = (pixel*)_src; in FUNCC() local
61 pixel *src = (pixel*)_src; in FUNCC() local
76 pixel *src = (pixel*)_src; in FUNCC() local
90 pixel *src = (pixel*)_src; in FUNCC() local
104 pixel *src = (pixel*)_src; in FUNCC() local
117 pixel *src = (pixel*)_src; in FUNCC() local
130 pixel *src = (pixel*)_src; in FUNCC() local
168 pixel *src = (pixel*)_src; in FUNCC() local
174 src[0+3*stride]=(l3 + 2*l2 + l1 + 2)>>2; in FUNCC() local
[all …]
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DTextureUploadFormatTest.cpp324 constexpr uint8_t src[] = {static_cast<uint8_t>(EncodeNormUint<8>(srcVals[0])), in TEST_P() local
350 constexpr uint8_t src[] = {static_cast<uint8_t>(EncodeNormUint<7>(srcVals[0])), in TEST_P() local
364 constexpr uint16_t src[] = {static_cast<uint16_t>((EncodeNormUint<5>(srcVals[0]) << 11) | in TEST_P() local
375 constexpr uint16_t src[] = {static_cast<uint16_t>( in TEST_P() local
386 constexpr uint16_t src[] = {static_cast<uint16_t>( in TEST_P() local
396 constexpr uint32_t src[] = { in TEST_P() local
408 constexpr uint32_t src[] = { in TEST_P() local
418 const uint16_t src[] = {static_cast<uint16_t>(EncodeNormUint<16>(srcVals[0]))}; in TEST_P() local
426 constexpr uint32_t src[] = {EncodeNormUint<32>(srcVals[0])}; in TEST_P() local
436 constexpr uint32_t src[] = {EncodeNormUint<24>(srcVals[0]) << 8}; in TEST_P() local
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DTextureUploadFormatTest.cpp308 constexpr uint8_t src[] = {static_cast<uint8_t>(EncodeNormUint<8>(srcVals[0])), in TEST_P() local
334 constexpr uint8_t src[] = {static_cast<uint8_t>(EncodeNormUint<7>(srcVals[0])), in TEST_P() local
348 constexpr uint16_t src[] = {static_cast<uint16_t>((EncodeNormUint<5>(srcVals[0]) << 11) | in TEST_P() local
359 constexpr uint16_t src[] = {static_cast<uint16_t>( in TEST_P() local
370 constexpr uint16_t src[] = {static_cast<uint16_t>( in TEST_P() local
381 constexpr uint32_t src[] = { in TEST_P() local
392 const uint16_t src[] = {static_cast<uint16_t>(EncodeNormUint<16>(srcVals[0]))}; in TEST_P() local
400 constexpr uint32_t src[] = {EncodeNormUint<32>(srcVals[0])}; in TEST_P() local
410 constexpr uint32_t src[] = {EncodeNormUint<24>(srcVals[0]) << 8}; in TEST_P() local
451 constexpr uint8_t src[4] = {srcIntVals[0], srcIntVals[1], srcIntVals[2], srcIntVals[3]}; in TEST_P() local
[all …]
/third_party/node/deps/npm/node_modules/boxen/
Dreadme.md44 ### boxen(input, [options])
46 #### input
52 #### options
54 ##### borderColor
61 ##### borderStyle
118 ##### dimBorder
125 ##### padding
134 ##### margin
143 ##### float
151 ##### backgroundColor
[all …]
/third_party/skia/src/images/
DSkImageEncoderFns.h19 static inline void transform_scanline_memcpy(char* dst, const char* src, int width, int bpp) { in transform_scanline_memcpy()
23 static inline void transform_scanline_A8_to_GrayAlpha(char* dst, const char* src, int width, int) { in transform_scanline_A8_to_GrayAlpha()
31 static void skcms(char* dst, const char* src, int n, in skcms()
38 static inline void transform_scanline_gray(char* dst, const char* src, int width, int) { in transform_scanline_gray()
44 static inline void transform_scanline_565(char* dst, const char* src, int width, int) { in transform_scanline_565()
50 static inline void transform_scanline_RGBX(char* dst, const char* src, int width, int) { in transform_scanline_RGBX()
56 static inline void transform_scanline_BGRX(char* dst, const char* src, int width, int) { in transform_scanline_BGRX()
62 static inline void transform_scanline_444(char* dst, const char* src, int width, int) { in transform_scanline_444()
68 static inline void transform_scanline_rgbA(char* dst, const char* src, int width, int) { in transform_scanline_rgbA()
74 static inline void transform_scanline_bgrA(char* dst, const char* src, int width, int) { in transform_scanline_bgrA()
[all …]
/third_party/flutter/skia/src/images/
DSkImageEncoderFns.h19 static inline void transform_scanline_memcpy(char* dst, const char* src, int width, int bpp) { in transform_scanline_memcpy()
23 static inline void transform_scanline_A8_to_GrayAlpha(char* dst, const char* src, int width, int) { in transform_scanline_A8_to_GrayAlpha()
31 static void skcms(char* dst, const char* src, int n, in skcms()
38 static inline void transform_scanline_gray(char* dst, const char* src, int width, int) { in transform_scanline_gray()
44 static inline void transform_scanline_565(char* dst, const char* src, int width, int) { in transform_scanline_565()
50 static inline void transform_scanline_RGBX(char* dst, const char* src, int width, int) { in transform_scanline_RGBX()
56 static inline void transform_scanline_BGRX(char* dst, const char* src, int width, int) { in transform_scanline_BGRX()
62 static inline void transform_scanline_444(char* dst, const char* src, int width, int) { in transform_scanline_444()
68 static inline void transform_scanline_rgbA(char* dst, const char* src, int width, int) { in transform_scanline_rgbA()
74 static inline void transform_scanline_bgrA(char* dst, const char* src, int width, int) { in transform_scanline_bgrA()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86InstComments.cpp25 #define CASE_SSE_INS_COMMON(Inst, src) \ argument
28 #define CASE_AVX_INS_COMMON(Inst, Suffix, src) \ argument
31 #define CASE_MASK_INS_COMMON(Inst, Suffix, src) \ argument
34 #define CASE_MASKZ_INS_COMMON(Inst, Suffix, src) \ argument
37 #define CASE_AVX512_INS_COMMON(Inst, Suffix, src) \ argument
42 #define CASE_MOVDUP(Inst, src) \ argument
50 #define CASE_MASK_MOVDUP(Inst, src) \ argument
55 #define CASE_MASKZ_MOVDUP(Inst, src) \ argument
60 #define CASE_PMOVZX(Inst, src) \ argument
68 #define CASE_MASK_PMOVZX(Inst, src) \ argument
[all …]
/third_party/ffmpeg/libavcodec/mips/
Dh264qpel_mmi.c29 static inline void copy_block4_mmi(uint8_t *dst, const uint8_t *src, in copy_block4_mmi()
53 static inline void copy_block8_mmi(uint8_t *dst, const uint8_t *src, in copy_block8_mmi()
77 static inline void copy_block16_mmi(uint8_t *dst, const uint8_t *src, in copy_block16_mmi()
109 static void put_h264_qpel4_h_lowpass_mmi(uint8_t *dst, const uint8_t *src, in put_h264_qpel4_h_lowpass_mmi()
164 static void put_h264_qpel8_h_lowpass_mmi(uint8_t *dst, const uint8_t *src, in put_h264_qpel8_h_lowpass_mmi()
234 static void put_h264_qpel16_h_lowpass_mmi(uint8_t *dst, const uint8_t *src, in put_h264_qpel16_h_lowpass_mmi()
245 static void avg_h264_qpel4_h_lowpass_mmi(uint8_t *dst, const uint8_t *src, in avg_h264_qpel4_h_lowpass_mmi()
302 static void avg_h264_qpel8_h_lowpass_mmi(uint8_t *dst, const uint8_t *src, in avg_h264_qpel8_h_lowpass_mmi()
374 static void avg_h264_qpel16_h_lowpass_mmi(uint8_t *dst, const uint8_t *src, in avg_h264_qpel16_h_lowpass_mmi()
385 static void put_h264_qpel4_v_lowpass_mmi(uint8_t *dst, const uint8_t *src, in put_h264_qpel4_v_lowpass_mmi()
[all …]
Dh264pred_mmi.c30 void ff_pred16x16_vertical_8_mmi(uint8_t *src, ptrdiff_t stride) in ff_pred16x16_vertical_8_mmi()
60 void ff_pred16x16_horizontal_8_mmi(uint8_t *src, ptrdiff_t stride) in ff_pred16x16_horizontal_8_mmi()
97 void ff_pred16x16_dc_8_mmi(uint8_t *src, ptrdiff_t stride) in ff_pred16x16_dc_8_mmi()
155 void ff_pred8x8l_top_dc_8_mmi(uint8_t *src, int has_topleft, in ff_pred8x8l_top_dc_8_mmi()
246 void ff_pred8x8l_dc_8_mmi(uint8_t *src, int has_topleft, int has_topright, in ff_pred8x8l_dc_8_mmi()
352 void ff_pred8x8l_vertical_8_mmi(uint8_t *src, int has_topleft, in ff_pred8x8l_vertical_8_mmi()
434 void ff_pred4x4_dc_8_mmi(uint8_t *src, const uint8_t *topright, in ff_pred4x4_dc_8_mmi()
464 void ff_pred8x8_vertical_8_mmi(uint8_t *src, ptrdiff_t stride) in ff_pred8x8_vertical_8_mmi()
491 void ff_pred8x8_horizontal_8_mmi(uint8_t *src, ptrdiff_t stride) in ff_pred8x8_horizontal_8_mmi()
524 void ff_pred8x8_top_dc_8_mmi(uint8_t *src, ptrdiff_t stride) in ff_pred8x8_top_dc_8_mmi()
[all …]
/third_party/musl/porting/liteos_m/kernel/include/
Dstring.h114 #define memcpy(dst, src, len) __memcpy(dst, src, len) argument
115 #define memmove(dst, src, len) __memmove(dst, src, len) argument
116 #define strcat(dst, src) __strcat(dst, src) argument
117 #define strcpy(dst, src) __strcpy(dst, src) argument
118 #define strncat(dst, src, n) __strncat(dst, src, n) argument
119 #define strncpy(dst, src, n) __strncpy(dst, src, n) argument
125 #define memcpy(dst, src, len) __memcpy(dst, src, len) argument
126 #define memmove(dst, src, len) __memmove(dst, src, len) argument
127 #define strcat(dst, src) __strcat(dst, src) argument
128 #define strcpy(dst, src) __strcpy(dst, src) argument
[all …]
/third_party/musl/porting/liteos_a/kernel/include/
Dstring.h116 #define memcpy(dst, src, len) __memcpy(dst, src, len) argument
117 #define memmove(dst, src, len) __memmove(dst, src, len) argument
118 #define strcat(dst, src) __strcat(dst, src) argument
119 #define strcpy(dst, src) __strcpy(dst, src) argument
120 #define strncat(dst, src, n) __strncat(dst, src, n) argument
121 #define strncpy(dst, src, n) __strncpy(dst, src, n) argument
127 #define memcpy(dst, src, len) __memcpy(dst, src, len) argument
128 #define memmove(dst, src, len) __memmove(dst, src, len) argument
129 #define strcat(dst, src) __strcat(dst, src) argument
130 #define strcpy(dst, src) __strcpy(dst, src) argument
[all …]
/third_party/skia/third_party/externals/tint/src/transform/
Dcanonicalize_entry_point_io_test.cc27 auto* src = ""; in TEST_F() local
39 auto* src = ""; in TEST_F() local
53 auto* src = R"( in TEST_F() local
74 auto* src = R"( in TEST_F() local
109 auto* src = R"( in TEST_F() local
145 auto* src = R"( in TEST_F() local
183 auto* src = R"( in TEST_F() local
219 auto* src = R"( in TEST_F() local
273 auto* src = R"( in TEST_F() local
328 auto* src = R"( in TEST_F() local
[all …]
Dremove_unreachable_statements_test.cc26 auto* src = ""; in TEST_F() local
35 auto* src = R"( in TEST_F() local
57 auto* src = R"( in TEST_F() local
87 auto* src = R"( in TEST_F() local
109 auto* src = R"( in TEST_F() local
139 auto* src = R"( in TEST_F() local
169 auto* src = R"( in TEST_F() local
193 auto* src = R"( in TEST_F() local
223 auto* src = R"( in TEST_F() local
253 auto* src = R"( in TEST_F() local
[all …]
Dfold_constants_test.cc30 auto* src = R"( in TEST_F() local
59 auto* src = R"( in TEST_F() local
88 auto* src = R"( in TEST_F() local
117 auto* src = R"( in TEST_F() local
146 auto* src = R"( in TEST_F() local
175 auto* src = R"( in TEST_F() local
204 auto* src = R"( in TEST_F() local
236 auto* src = R"( in TEST_F() local
260 auto* src = R"( in TEST_F() local
284 auto* src = R"( in TEST_F() local
[all …]
Dzero_init_workgroup_memory_test.cc28 auto* src = ""; in TEST_F() local
37 auto* src = R"( in TEST_F() local
52 auto* src = R"( in TEST_F() local
75 auto* src = R"( in TEST_F() local
103 auto* src = R"( in TEST_F() local
139 auto* src = R"( in TEST_F() local
167 auto* src = R"( in TEST_F() local
231 auto* src = R"( in TEST_F() local
295 auto* src = R"( in TEST_F() local
364 auto* src = R"( in TEST_F() local
[all …]
/third_party/flutter/skia/src/opts/
DSkSwizzler_opts.h23 static void RGBA_to_rgbA_portable(uint32_t* dst, const uint32_t* src, int count) { in RGBA_to_rgbA_portable()
39 static void RGBA_to_bgrA_portable(uint32_t* dst, const uint32_t* src, int count) { in RGBA_to_bgrA_portable()
55 static void RGBA_to_BGRA_portable(uint32_t* dst, const uint32_t* src, int count) { in RGBA_to_BGRA_portable()
68 static void RGB_to_RGB1_portable(uint32_t dst[], const uint8_t* src, int count) { in RGB_to_RGB1_portable()
81 static void RGB_to_BGR1_portable(uint32_t dst[], const uint8_t* src, int count) { in RGB_to_BGR1_portable()
94 static void gray_to_RGB1_portable(uint32_t dst[], const uint8_t* src, int count) { in gray_to_RGB1_portable()
103 static void grayA_to_RGBA_portable(uint32_t dst[], const uint8_t* src, int count) { in grayA_to_RGBA_portable()
115 static void grayA_to_rgbA_portable(uint32_t dst[], const uint8_t* src, int count) { in grayA_to_rgbA_portable()
128 static void inverted_CMYK_to_RGB1_portable(uint32_t* dst, const uint32_t* src, int count) { in inverted_CMYK_to_RGB1_portable()
145 static void inverted_CMYK_to_BGR1_portable(uint32_t* dst, const uint32_t* src, int count) { in inverted_CMYK_to_BGR1_portable()
[all …]
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Drtpsource.c263 rtp_source_reset (RTPSource * src) in rtp_source_reset()
295 rtp_source_init (RTPSource * src) in rtp_source_init()
337 RTPSource *src; in rtp_source_finalize() local
369 rtp_source_create_stats (RTPSource * src) in rtp_source_create_stats()
485 rtp_source_get_sdes_struct (RTPSource * src) in rtp_source_get_sdes_struct()
524 rtp_source_set_sdes_struct (RTPSource * src, GstStructure * sdes) in rtp_source_set_sdes_struct()
547 RTPSource *src; in rtp_source_set_property() local
577 RTPSource *src; in rtp_source_get_property() local
629 RTPSource *src; in rtp_source_new() local
646 rtp_source_set_callbacks (RTPSource * src, RTPSourceCallbacks * cb, in rtp_source_set_callbacks()
[all …]
/third_party/skia/third_party/externals/spirv-tools/test/val/
Dval_ext_inst_debug_test.cpp284 const std::string src = R"( in TEST_F() local
302 const std::string src = R"( in TEST_F() local
321 const std::string src = R"( in TEST_F() local
346 const std::string src = R"( in TEST_F() local
372 const std::string src = R"( in TEST_P() local
411 const std::string src = R"( in TEST_P() local
464 const std::string src = R"( in TEST_F() local
493 const std::string src = R"( in TEST_F() local
523 const std::string src = R"( in TEST_F() local
563 const std::string src = R"( in TEST_F() local
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_ext_inst_debug_test.cpp284 const std::string src = R"( in TEST_F() local
302 const std::string src = R"( in TEST_F() local
321 const std::string src = R"( in TEST_F() local
346 const std::string src = R"( in TEST_F() local
372 const std::string src = R"( in TEST_P() local
411 const std::string src = R"( in TEST_P() local
464 const std::string src = R"( in TEST_F() local
493 const std::string src = R"( in TEST_F() local
523 const std::string src = R"( in TEST_F() local
563 const std::string src = R"( in TEST_F() local
[all …]
/third_party/spirv-tools/test/val/
Dval_ext_inst_debug_test.cpp284 const std::string src = R"( in TEST_F() local
302 const std::string src = R"( in TEST_F() local
321 const std::string src = R"( in TEST_F() local
346 const std::string src = R"( in TEST_F() local
372 const std::string src = R"( in TEST_P() local
411 const std::string src = R"( in TEST_P() local
464 const std::string src = R"( in TEST_F() local
493 const std::string src = R"( in TEST_F() local
523 const std::string src = R"( in TEST_F() local
563 const std::string src = R"( in TEST_F() local
[all …]
/third_party/gstreamer/gstplugins_bad/sys/ipcpipeline/
Dgstipcpipelinesrc.c188 gst_ipc_pipeline_src_init (GstIpcPipelineSrc * src) in gst_ipc_pipeline_src_init()
213 GstIpcPipelineSrc *src = GST_IPC_PIPELINE_SRC (object); in gst_ipc_pipeline_src_dispose() local
225 GstIpcPipelineSrc *src = GST_IPC_PIPELINE_SRC (object); in gst_ipc_pipeline_src_finalize() local
237 GstIpcPipelineSrc *src = GST_IPC_PIPELINE_SRC (object); in gst_ipc_pipeline_src_set_property() local
262 GstIpcPipelineSrc *src = GST_IPC_PIPELINE_SRC (object); in gst_ipc_pipeline_src_get_property() local
286 gst_ipc_pipeline_src_log_queue (GstIpcPipelineSrc * src) in gst_ipc_pipeline_src_log_queue()
313 gst_ipc_pipeline_src_cancel_queued (GstIpcPipelineSrc * src) in gst_ipc_pipeline_src_cancel_queued()
357 gst_ipc_pipeline_src_start_loop (GstIpcPipelineSrc * src) in gst_ipc_pipeline_src_start_loop()
369 gst_ipc_pipeline_src_stop_loop (GstIpcPipelineSrc * src, gboolean stop) in gst_ipc_pipeline_src_stop_loop()
384 GstIpcPipelineSrc *src = GST_IPC_PIPELINE_SRC (parent); in gst_ipc_pipeline_src_activate_mode() local
[all …]
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_packing.c38 lower_pack_64_from_32(nir_builder *b, nir_ssa_def *src) in lower_pack_64_from_32()
45 lower_unpack_64_to_32(nir_builder *b, nir_ssa_def *src) in lower_unpack_64_to_32()
52 lower_pack_32_from_16(nir_builder *b, nir_ssa_def *src) in lower_pack_32_from_16()
59 lower_unpack_32_to_16(nir_builder *b, nir_ssa_def *src) in lower_unpack_32_to_16()
66 lower_pack_64_from_16(nir_builder *b, nir_ssa_def *src) in lower_pack_64_from_16()
78 lower_unpack_64_to_16(nir_builder *b, nir_ssa_def *src) in lower_unpack_64_to_16()
90 lower_pack_32_from_8(nir_builder *b, nir_ssa_def *src) in lower_pack_32_from_8()
117 nir_ssa_def *src = nir_ssa_for_alu_src(b, alu_instr, 0); in lower_pack_instr() local

12345678910>>...180