Home
last modified time | relevance | path

Searched refs:cpu_map (Results 1 – 7 of 7) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/rmv/
Dvk_rmv_tokens.h258 struct vk_rmv_cpu_map_token cpu_map; member
Dvk_rmv_exporter.c1675 rmt_dump_cpu_map(&token->data.cpu_map, output); in rmt_dump_data()
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_private.h142 void *cpu_map; member
Dwsi_common.c727 if (image->cpu_map != NULL) { in wsi_destroy_image()
2027 0, VK_WHOLE_SIZE, 0, &image->cpu_map); in wsi_create_cpu_linear_image_mem()
2052 0, VK_WHOLE_SIZE, 0, &image->cpu_map); in wsi_create_cpu_buffer_image_mem()
Dwsi_common_win32.cpp730 char *ptr = (char *)image->base.cpu_map; in wsi_win32_queue_present()
Dwsi_common_x11.c1660 void *myptr = image->base.cpu_map; in x11_present_to_x11_sw()
1674 image->base.cpu_map); in x11_present_to_x11_sw()
Dwsi_common_wayland.c1993 memcpy(image->shm_ptr, image->base.cpu_map, in wsi_wl_swapchain_queue_present()