Searched refs:typed_memcpy (Results 1 – 9 of 9) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_queue.c | 716 typed_memcpy(submit->buffer_binds, info->buffer_binds, info->buffer_bind_count); in vk_queue_submit() 722 typed_memcpy(binds, info->buffer_binds[i].pBinds, in vk_queue_submit() 729 typed_memcpy(submit->image_opaque_binds, info->image_opaque_binds, in vk_queue_submit() 736 typed_memcpy(binds, info->image_opaque_binds[i].pBinds, in vk_queue_submit() 743 typed_memcpy(submit->image_binds, info->image_binds, info->image_bind_count); in vk_queue_submit() 749 typed_memcpy(binds, info->image_binds[i].pBinds, in vk_queue_submit()
|
D | vk_graphics_state.c | 456 typed_memcpy(vp->viewports, vp_info->pViewports, in vk_viewport_state_init() 467 typed_memcpy(vp->scissors, vp_info->pScissors, in vk_viewport_state_init() 487 typed_memcpy(dst->vp.viewports, vp->viewports, vp->viewport_count); in vk_dynamic_graphics_state_init_vp() 491 typed_memcpy(dst->vp.scissors, vp->scissors, vp->scissor_count); in vk_dynamic_graphics_state_init_vp() 511 typed_memcpy(dr->rectangles, dr_info->pDiscardRectangles, in vk_discard_rectangles_state_init() 524 typed_memcpy(dst->dr.rectangles, dr->rectangles, dr->rectangle_count); in vk_dynamic_graphics_state_init_dr() 703 typed_memcpy(sl->locations, sl_info->pSampleLocations, in vk_sample_locations_state_init() 1021 typed_memcpy(dst->cb.attachments, cb->attachments, cb->attachment_count); in vk_dynamic_graphics_state_init_cb() 1025 typed_memcpy(dst->cb.blend_constants, cb->blend_constants, 4); in vk_dynamic_graphics_state_init_cb()
|
D | vk_video.c | 91 typed_memcpy(¶ms->SS.SET[params->SS.SET##_count], updates, count); \ 265 typed_memcpy(¶ms->h264_dec.std_sps[params->h264_dec.std_sps_count], adds, count); in update_sps()
|
D | vk_render_pass.c | 1106 typed_memcpy(next_sl, sli_in->pSampleLocations, in clone_rp_sample_locations() 1128 typed_memcpy(next_sl, sli_in->pSampleLocations, in clone_rp_sample_locations()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/util/ |
D | vk_util.h | 318 #define typed_memcpy(dest, src, count) do { \ macro
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/ |
D | wsi_common_headless.c | 225 typed_memcpy(pPresentModes, present_modes, *pPresentModeCount); in wsi_headless_surface_get_present_modes()
|
D | wsi_common_win32.cpp | 392 typed_memcpy(pPresentModes, array, *pPresentModeCount); in wsi_win32_surface_get_present_modes()
|
D | wsi_common_wayland.c | 1300 typed_memcpy(pPresentModes, present_modes, *pPresentModeCount); in wsi_wl_surface_get_present_modes()
|
D | wsi_common_x11.c | 933 typed_memcpy(pPresentModes, present_modes, *pPresentModeCount); in x11_surface_get_present_modes()
|