/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/ |
H A D | pb_buffer.h | 264 pb_reference(struct pb_buffer **dst, in pb_reference() argument 275 pb_reference_with_winsys(void *winsys, struct pb_buffer **dst, struct pb_buffer *src) pb_reference_with_winsys() argument
|
H A D | pb_bufmgr_debug.c | 127 fill_random_pattern(uint8_t *dst, pb_size size) in fill_random_pattern() argument 138 check_random_pattern(const uint8_t *dst, pb_size size, in check_random_pattern() argument
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_debug_flush.c | 126 debug_flush_buf_reference(struct debug_flush_buf **dst, in debug_flush_buf_reference() argument
|
H A D | u_prim_restart.c | 68 uint16_t *dst = (uint16_t *) dst_map; in util_translate_prim_restart_data() local 76 uint16_t *dst = (uint16_t *) dst_map; in util_translate_prim_restart_data() local 84 uint32_t *dst = (uint32_t *) dst_map; in util_translate_prim_restart_data() local
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_bicubic_filter.c | 386 vl_bicubic_filter_render(struct vl_bicubic_filter *filter, struct pipe_sampler_view *src, struct pipe_surface *dst, struct u_rect *dst_area, struct u_rect *dst_clip) vl_bicubic_filter_render() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_fence.c | 183 crocus_fence_reference(struct pipe_screen *p_screen, struct pipe_fence_handle **dst, struct pipe_fence_handle *src) crocus_fence_reference() argument
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_blt.c | 213 etna_blit_clear_color_blt(struct pipe_context *pctx, struct pipe_surface *dst, in etna_blit_clear_color_blt() argument 265 etna_blit_clear_zs_blt(struct pipe_context *pctx, struct pipe_surface *dst, in etna_blit_clear_zs_blt() argument 374 struct etna_resource *dst = etna_resource(blit_info->dst.resource); in etna_try_blt_blit() local [all...] |
H A D | etnaviv_clear_blit.c | 123 etna_clear_render_target(struct pipe_context *pctx, struct pipe_surface *dst, in etna_clear_render_target() argument 137 etna_clear_depth_stencil(struct pipe_context *pctx, struct pipe_surface *dst, in etna_clear_depth_stencil() argument 152 etna_resource_copy_region(struct pipe_context *pctx, struct pipe_resource *dst, in etna_resource_copy_region() argument 187 etna_copy_resource(struct pipe_context *pctx, struct pipe_resource *dst, struct pipe_resource *src, int first_level, int last_level) etna_copy_resource() argument 227 etna_copy_resource_box(struct pipe_context *pctx, struct pipe_resource *dst, struct pipe_resource *src, int level, struct pipe_box *box) etna_copy_resource_box() argument [all...] |
H A D | etnaviv_asm.h | 101 struct etna_inst_dst dst; /* destination operand */ member
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_format_float.c | 240 LLVMValueRef dst, rcomp, bcomp, gcomp; in lp_build_float_to_r11g11b10() local 404 lp_build_r11g11b10_to_float(struct gallivm_state *gallivm, LLVMValueRef src, LLVMValueRef *dst) lp_build_r11g11b10_to_float() argument 460 lp_build_rgb9e5_to_float(struct gallivm_state *gallivm, LLVMValueRef src, LLVMValueRef *dst) lp_build_rgb9e5_to_float() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_descriptor_pool.cpp | 177 D3D12_CPU_DESCRIPTOR_HANDLE dst; in d3d12_descriptor_heap_append_handles() local
|
/third_party/mindspore/test/utils/ |
H A D | common.cpp | 414 void PackNCHWToNHWCFp32(const char *src, char *dst, int batch, int plane, int channel) { in PackNCHWToNHWCFp32() argument
|
/third_party/mksh/ |
H A D | tree.c | 785 vistree(char *dst, size_t sz, struct op *t) in vistree() argument
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_instr_lds.cpp | 199 auto dst = value_factory.dest_from_string(temp_str); variable 200 assert(dst); variable
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_draw_elements.c | 80 struct pipe_resource *dst = NULL; in translate_indices() local [all...] |
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_tiling.c | 181 vc4_store_t_image(void *dst, uint32_t dst_stride, in vc4_store_t_image() argument 191 vc4_load_t_image(void *dst, uint32_t dst_stride, in vc4_load_t_image() argument 205 vc4_load_tiled_image(void *dst, uint32_t dst_stride, in vc4_load_tiled_image() argument 227 vc4_store_tiled_image(void *dst, uint32_t dst_stride, void *src, uint32_t src_stride, uint8_t tiling_format, int cpp, const struct pipe_box *box) vc4_store_tiled_image() argument [all...] |
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | buffer9.c | 546 static void u_box_try_remove_region_1d(struct pipe_box *dst, in u_box_try_remove_region_1d() argument
|
/third_party/musl/libc-test/src/functionalext/supplement/network/ |
H A D | nameservercheck_client.c | 408 char* dst = "fe80::****:****:****:****"; in main() local
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | radeon_dataflow_deadcode.c | 75 or_updatemasks( struct updatemask_state * dst, struct updatemask_state * a, struct updatemask_state * b) or_updatemasks() argument
|
H A D | radeon_program_print.c | 161 static void rc_print_dst_register(FILE * f, struct rc_dst_register dst) in rc_print_dst_register() argument
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | compute_memory_pool.c | 152 struct pipe_resource *dst = (struct pipe_resource *)temp; in compute_memory_grow_defrag_pool() local 362 struct pipe_resource *dst = (struct pipe_resource *)pool->bo; in compute_memory_promote_item() local 325 compute_memory_defrag(struct compute_memory_pool *pool, struct pipe_resource *src, struct pipe_resource *dst, struct pipe_context *pipe) compute_memory_defrag() argument 409 struct pipe_resource *dst; compute_memory_demote_item() local 466 compute_memory_move_item(struct compute_memory_pool *pool, struct pipe_resource *src, struct pipe_resource *dst, struct compute_memory_item *item, uint64_t new_start_in_dw, struct pipe_context *pipe) compute_memory_move_item() argument [all...] |
H A D | r600_buffer_common.c | 464 struct pipe_resource *dst, *src; in r600_buffer_do_flush_region() local 244 r600_replace_buffer_storage(struct pipe_context *ctx, struct pipe_resource *dst, struct pipe_resource *src) r600_replace_buffer_storage() argument
|
H A D | r600_hw_context.c | 499 r600_cp_dma_copy_buffer(struct r600_context *rctx, struct pipe_resource *dst, uint64_t dst_offset, struct pipe_resource *src, uint64_t src_offset, unsigned size) r600_cp_dma_copy_buffer() argument 579 r600_dma_copy_buffer(struct r600_context *rctx, struct pipe_resource *dst, struct pipe_resource *src, uint64_t dst_offset, uint64_t src_offset, uint64_t size) r600_dma_copy_buffer() argument
|
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | a_int.c | 76 static void twos_complement(unsigned char *dst, const unsigned char *src, in twos_complement() argument
|
H A D | asn1_lib.c | 251 int ASN1_STRING_copy(ASN1_STRING *dst, const ASN1_STRING *str) in ASN1_STRING_copy() argument
|