/third_party/mesa3d/src/util/ |
H A D | u_memory.h | 78 mem_dup(const void *src, size_t size) in mem_dup() argument
|
/third_party/mesa3d/src/util/format/ |
H A D | u_format_other.c | 42 const uint8_t *src = src_row; in util_format_r9g9b9e5_float_unpack_rgba_float() local 59 const float *src = src_row; in util_format_r9g9b9e5_float_pack_rgba_float() local 73 util_format_r9g9b9e5_float_fetch_rgba(void *restrict in_dst, const uint8_t *restrict src, in util_format_r9g9b9e5_float_fetch_rgba() argument 91 const uint8_t *src = src_row; in util_format_r9g9b9e5_float_unpack_rgba_8unorm() local 113 const uint8_t *src = src_row; util_format_r9g9b9e5_float_pack_rgba_8unorm() local 138 const uint8_t *src = src_row; util_format_r11g11b10_float_unpack_rgba_float() local 155 const float *src = src_row; util_format_r11g11b10_float_pack_rgba_float() local 169 util_format_r11g11b10_float_fetch_rgba(void *restrict in_dst, const uint8_t *restrict src, UNUSED unsigned i, UNUSED unsigned j) util_format_r11g11b10_float_fetch_rgba() argument 187 const uint8_t *src = src_row; util_format_r11g11b10_float_unpack_rgba_8unorm() local 209 const uint8_t *src = src_row; util_format_r11g11b10_float_pack_rgba_8unorm() local 248 const uint16_t *src = (const uint16_t *)src_row; util_format_r8g8bx_snorm_unpack_rgba_float() local 271 const uint16_t *src = (const uint16_t *)src_row; util_format_r8g8bx_snorm_unpack_rgba_8unorm() local 295 const float *src = src_row; util_format_r8g8bx_snorm_pack_rgba_float() local 321 const uint8_t *src = src_row; util_format_r8g8bx_snorm_pack_rgba_8unorm() local 340 util_format_r8g8bx_snorm_fetch_rgba(void *restrict in_dst, const uint8_t *restrict src, UNUSED unsigned i, UNUSED unsigned j) util_format_r8g8bx_snorm_fetch_rgba() argument [all...] |
H A D | format_utils.h | 150 _mesa_unsigned_to_unsigned(unsigned src, unsigned dst_size) in _mesa_unsigned_to_unsigned() argument 156 _mesa_unsigned_to_signed(unsigned src, unsigned dst_size) in _mesa_unsigned_to_signed() argument 162 _mesa_signed_to_signed(int src, unsigned dst_size) in _mesa_signed_to_signed() argument 168 _mesa_signed_to_unsigned(int src, unsigned dst_size) in _mesa_signed_to_unsigned() argument 174 _mesa_float_to_unsigned(float src, unsigned dst_bits) in _mesa_float_to_unsigned() argument 184 _mesa_float_to_signed(float src, unsigned dst_bits) _mesa_float_to_signed() argument 194 _mesa_half_to_unsigned(uint16_t src, unsigned dst_bits) _mesa_half_to_unsigned() argument 202 _mesa_half_to_signed(uint16_t src, unsigned dst_bits) _mesa_half_to_signed() argument [all...] |
H A D | u_format_etc.c | 35 const uint8_t *src = src_row; in util_format_etc1_rgb8_unpack_rgba_float() local 70 util_format_etc1_rgb8_fetch_rgba(void *restrict in_dst, const uint8_t *restrict src, unsigned i, unsigned j) in util_format_etc1_rgb8_fetch_rgba() argument
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_linear_fastpath.c | 84 const uint8_t *src = texture->base; in lp_linear_blit_rgba_blit() local 135 const uint8_t *src = texture->base; in lp_linear_blit_rgb1_blit() local
|
/third_party/icu/icu4c/source/tools/toolutil/ |
H A D | dbgutil.cpp | 140 udbg_escape(const UnicodeString &src, UnicodeString *dst) in udbg_escape() argument
|
/third_party/icu/icu4c/source/test/perf/strsrchperf/ |
H A D | strsrchperf.h | 24 const UChar* src; member in StringSearchPerfFunction 51 const UChar* src; member in StringSearchPerformanceTest
|
/third_party/libinput/src/ |
H A D | util-matrix.h | 166 matrix_to_relative(struct matrix *dest, const struct matrix *src) in matrix_to_relative() argument
|
/third_party/lwip/src/core/ipv4/ |
H A D | icmp.c | 89 const ip4_addr_t *src; in icmp_input() local [all...] |
/third_party/lwip/src/core/ |
H A D | udp.c | 213 u16_t src, dest; local [all...] |
/third_party/libphonenumber/cpp/src/phonenumbers/ |
H A D | unicodestring.h | 45 UnicodeString(const UnicodeString& src) in UnicodeString() argument
|
H A D | unicodestring.cc | 29 UnicodeString& UnicodeString::operator=(const UnicodeString& src) { in operator =() argument 60 void UnicodeString::replace(int start, int length, const UnicodeString& src) { in replace() argument
|
/third_party/lwip/src/include/lwip/ |
H A D | ip6_frag.h | 95 ip6_addr_p_t src; /* copy of the source address in the IP header */ member
|
/third_party/lz4/ossfuzz/ |
H A D | fuzz_helpers.h | 64 FUZZ_STATIC uint32_t FUZZ_seed(uint8_t const **src, size_t* size) { in FUZZ_seed() argument
|
/third_party/lzma/C/ |
H A D | Bcj2.c | 110 const Byte *src = p->bufs[BCJ2_STREAM_MAIN];
in Bcj2Dec_Decode() local [all...] |
H A D | Lzma86Enc.c | 14 int Lzma86_Encode(Byte *dest, size_t *destLen, const Byte *src, size_t srcLen,
in Lzma86_Encode() argument
|
/third_party/node/deps/v8/src/objects/ |
H A D | property-array-inl.h | 126 CopyElements(Isolate* isolate, int dst_index, PropertyArray src, int src_index, int len, WriteBarrierMode mode) CopyElements() argument [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 62 FastAsciiConvert(char* dst, const char* src, int length, bool* changed_out) FastAsciiConvert() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_program.c | 113 assemble_tgsi(struct pipe_context *pctx, const char *src, bool frag) in assemble_tgsi() argument
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_parse.c | 77 copy_token(void *dst, const void *src) in copy_token() argument
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_tile.c | 101 z16_get_tile_rgba(const ushort *src, in z16_get_tile_rgba() argument 130 z32_get_tile_rgba(const unsigned *src, in z32_get_tile_rgba() argument 157 s8z24_get_tile_rgba(const unsigned *src, in s8z24_get_tile_rgba() argument 49 pipe_get_tile_raw(struct pipe_transfer *pt, const void *src, uint x, uint y, uint w, uint h, void *dst, int dst_stride) pipe_get_tile_raw() argument 68 pipe_put_tile_raw(struct pipe_transfer *pt, void *dst, uint x, uint y, uint w, uint h, const void *src, int src_stride) pipe_put_tile_raw() argument 184 z24s8_get_tile_rgba(const unsigned *src, unsigned w, unsigned h, float *p, unsigned dst_stride) z24s8_get_tile_rgba() argument 210 s8x24_get_tile_rgba(const unsigned *src, unsigned w, unsigned h, float *p, unsigned dst_stride) s8x24_get_tile_rgba() argument 237 x24s8_get_tile_rgba(const unsigned *src, unsigned w, unsigned h, float *p, unsigned dst_stride) x24s8_get_tile_rgba() argument 261 s8_get_tile_rgba(const unsigned char *src, unsigned w, unsigned h, float *p, unsigned dst_stride) s8_get_tile_rgba() argument 286 z32f_get_tile_rgba(const float *src, unsigned w, unsigned h, float *p, unsigned dst_stride) z32f_get_tile_rgba() argument 311 z32f_x24s8_get_tile_rgba(const float *src, unsigned w, unsigned h, float *p, unsigned dst_stride) z32f_x24s8_get_tile_rgba() argument 337 x32_s8_get_tile_rgba(const unsigned *src, unsigned w, unsigned h, float *p, unsigned dst_stride) x32_s8_get_tile_rgba() argument 381 pipe_get_tile_rgba(struct pipe_transfer *pt, const void *src, uint x, uint y, uint w, uint h, enum pipe_format format, void *dst) pipe_get_tile_rgba() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_ra_checker.cpp | 118 void ra_checker::check_src_vec(node *n, unsigned id, vvec &vv, bool src) { in check_src_vec() argument
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_lowering_helper.cpp | 95 Value *src[2]; in handleCVT() local
|
/third_party/mesa3d/src/panfrost/bifrost/valhall/ |
H A D | va_validate.c | 97 valid_src(struct fau_state *fau, unsigned fau_page, bi_index src) in valid_src() argument 135 bi_index src in va_repair_fau() local [all...] |
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_shader_module.c | 140 vk_shader_module_clone(void *mem_ctx, const struct vk_shader_module *src) in vk_shader_module_clone() argument
|