| /third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
| H A D | container_memory.h | 415 static void transfer(Allocator* alloc, slot_type* new_slot, in transfer() function
|
| H A D | raw_hash_set_benchmark.cc | 45 static void transfer(void*, int64_t* new_slot, int64_t* old_slot) { in transfer() function 96 static void transfer(allocator_type* alloc, slot_type* new_slot, in transfer() function in absl::container_internal::__anon19187::StringPolicy
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/uart/ |
| H A D | uart_drv.c | 26 hi_u32 uart_circ_buf_empty(const uart_circ_buf *transfer) in uart_circ_buf_empty() argument 107 hi_s32 uart_read_circ_buf(uart_circ_buf *transfer, hi_char *buf, hi_u32 count) in uart_read_circ_buf() argument 160 uart_write_circ_buf(uart_circ_buf *transfer, const hi_char *buf, hi_u32 count) uart_write_circ_buf() argument [all...] |
| /foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/ |
| H A D | command_parser.h | 114 std::optional<TransferCharacteristic> transfer; member
|
| /third_party/curl/lib/ |
| H A D | ftp.h | 114 curl_pp_transfer transfer; member
|
| /third_party/alsa-lib/src/pcm/ |
| H A D | pcm_dshare.c | 143 snd_pcm_uframes_t transfer = size; in snd_pcm_dshare_sync_area() local [all...] |
| H A D | pcm_dsnoop.c | 107 snd_pcm_uframes_t transfer; in snd_pcm_dsnoop_sync_area() local
|
| /third_party/NuttX/drivers/usbdev/gadget/ |
| H A D | usbd_video.c | 653 struct uvc_transfer_data *transfer; in uvc_nocp_continue() local [all...] |
| /third_party/mesa3d/src/freedreno/ir3/ |
| H A D | ir3_legalize.c | 888 unsigned transfer = MIN2(delay, 3 - last->nop); in nop_sched() local 895 unsigned transfer = MIN2(delay, 5 - last->repeat); in nop_sched() local
|
| /third_party/mesa3d/src/gallium/frontends/dri/ |
| H A D | drisw.c | 436 struct pipe_transfer *transfer; in drisw_update_tex_buffer() local
|
| /third_party/mesa3d/src/gallium/frontends/vdpau/ |
| H A D | output.c | 206 struct pipe_transfer *transfer; in vlVdpOutputSurfaceGetBitsNative() local
|
| /third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
| H A D | Resource.cpp | 328 struct pipe_transfer *transfer; in CreateResource() local 351 struct pipe_transfer *transfer; in CreateResource() local 900 struct pipe_transfer *transfer; in ResourceUpdateSubResourceUP() local [all...] |
| /third_party/mesa3d/src/gallium/frontends/nine/ |
| H A D | surface9.c | 734 struct pipe_transfer *transfer; NineSurface9_CopyDefaultToMem() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/svga/ |
| H A D | svga_resource_buffer_upload.c | 577 const SVGA3dTransferType transfer = SVGA3D_WRITE_HOST_VRAM; in svga_buffer_upload_hb_command() local
|
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | si_buffer.c | 319 struct si_transfer *transfer; in si_buffer_get_transfer() local 481 si_buffer_do_flush_region(struct pipe_context *ctx, struct pipe_transfer *transfer, const struct pipe_box *box) si_buffer_do_flush_region() argument 500 si_buffer_flush_region(struct pipe_context *ctx, struct pipe_transfer *transfer, const struct pipe_box *rel_box) si_buffer_flush_region() argument 513 si_buffer_transfer_unmap(struct pipe_context *ctx, struct pipe_transfer *transfer) si_buffer_transfer_unmap() argument 542 struct pipe_transfer *transfer = NULL; si_buffer_subdata() local [all...] |
| /third_party/mesa3d/src/gallium/frontends/xvmc/ |
| H A D | subpicture.c | 210 struct pipe_transfer *transfer; in upload_sampler() local 230 struct pipe_transfer *transfer; in upload_sampler_convert() local 378 struct pipe_transfer *transfer; in XvMCClearSubpicture() local [all...] |
| /third_party/mesa3d/src/mesa/state_tracker/ |
| H A D | st_texture.c | 251 st_texture_image_map(struct st_context *st, struct gl_texture_image *stImage, enum pipe_map_flags usage, GLuint x, GLuint y, GLuint z, GLuint w, GLuint h, GLuint d, struct pipe_transfer **transfer) st_texture_image_map() argument 308 struct pipe_transfer **transfer; st_texture_image_unmap() local [all...] |
| H A D | st_cb_bitmap.c | 126 struct pipe_transfer *transfer; in make_bitmap_texture() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
| H A D | nv30_draw.c | 41 struct pipe_transfer *transfer; member 385 struct pipe_transfer *transfer[PIPE_MAX_ATTRIBS] = {NULL}; in nv30_render_vbo() local [all...] |
| H A D | nv30_transfer.c | 121 struct pipe_transfer *transfer; in nv30_transfer_rect_fragprog() local
|
| /third_party/mesa3d/src/gallium/drivers/i915/ |
| H A D | i915_resource_texture.c | 792 struct i915_transfer *transfer = slab_alloc_st(&i915->texture_transfer_pool); in i915_texture_transfer_map() local 865 i915_texture_transfer_unmap(struct pipe_context *pipe, struct pipe_transfer *transfer) i915_texture_transfer_unmap() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_transfer.c | 496 nvc0_miptree_transfer_unmap(struct pipe_context *pctx, struct pipe_transfer *transfer) nvc0_miptree_transfer_unmap() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
| H A D | ilist.h | 299 void transfer(iterator position, iplist_impl &L2, iterator first, iterator last) { in transfer() function in llvm::iplist_impl
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| H A D | ilist.h | 284 void transfer(iterator position, iplist_impl &L2, iterator first, iterator last) { in transfer() function in llvm::iplist_impl
|
| /third_party/skia/experimental/ffmpeg/ |
| H A D | SkVideoDecoder.cpp | 96 make_colorspace(AVColorPrimaries primaries, AVColorTransferCharacteristic transfer) make_colorspace() argument 190 update(AVColorPrimaries primaries, AVColorTransferCharacteristic transfer) update() argument
|