Home
last modified time | relevance | path

Searched refs:typed_memcpy (Results 1 – 9 of 9) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_queue.c716 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()
Dvk_graphics_state.c456 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()
Dvk_video.c91 typed_memcpy(&params->SS.SET[params->SS.SET##_count], updates, count); \
265 typed_memcpy(&params->h264_dec.std_sps[params->h264_dec.std_sps_count], adds, count); in update_sps()
Dvk_render_pass.c1106 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/
Dvk_util.h318 #define typed_memcpy(dest, src, count) do { \ macro
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_headless.c225 typed_memcpy(pPresentModes, present_modes, *pPresentModeCount); in wsi_headless_surface_get_present_modes()
Dwsi_common_win32.cpp392 typed_memcpy(pPresentModes, array, *pPresentModeCount); in wsi_win32_surface_get_present_modes()
Dwsi_common_wayland.c1300 typed_memcpy(pPresentModes, present_modes, *pPresentModeCount); in wsi_wl_surface_get_present_modes()
Dwsi_common_x11.c933 typed_memcpy(pPresentModes, present_modes, *pPresentModeCount); in x11_surface_get_present_modes()