/hardware/google/aemu/host-common/ |
D | address_space_host_memory_allocator.cpp | 68 void *host_ptr = android::aligned_buf_alloc(k_alloc_alignment, aligned_size); in allocate_impl() local 69 if (host_ptr) { in allocate_impl() 70 auto r = m_paddr2ptr.insert({phys_addr, {host_ptr, aligned_size}}); in allocate_impl() 72 if (m_ops->add_memory_mapping(phys_addr, host_ptr, aligned_size)) { in allocate_impl() 73 return host_ptr; in allocate_impl() 76 android::aligned_buf_free(host_ptr); in allocate_impl() 80 android::aligned_buf_free(host_ptr); in allocate_impl() 89 void* host_ptr = allocate_impl(info->phys_addr, info->size); in allocate() local 90 if (host_ptr) { in allocate() 101 void* host_ptr = i->second.first; in unallocate() local [all …]
|
D | GoldfishDma.cpp | 32 void *host_ptr; in android_goldfish_dma_get_host_addr() local 34 host_ptr = get_address_space_device_control_ops()->get_host_ptr(guest_paddr); in android_goldfish_dma_get_host_addr() 35 if (host_ptr) { in android_goldfish_dma_get_host_addr() 36 return host_ptr; in android_goldfish_dma_get_host_addr()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_device_memory.h | 53 void *host_ptr; member
|
D | vk_device_memory.c | 105 mem->host_ptr = host_ptr_info->pHostPointer; in vk_device_memory_create()
|
/hardware/google/gfxstream/guest/mesa/include/CL/ |
D | cl_icd.h | 138 cl_context context, cl_mem_flags flags, size_t size, void *host_ptr, 145 const cl_image_desc *image_desc, void *host_ptr, 158 size_t size, void *host_ptr, 164 void *host_ptr, cl_int *errcode_ret) CL_API_SUFFIX__VERSION_3_0; 712 void *host_ptr, cl_int *errcode_ret) CL_API_SUFFIX__VERSION_1_1_DEPRECATED; 717 size_t image_row_pitch, size_t image_slice_pitch, void *host_ptr,
|
D | cl.h | 1090 void * host_ptr, 1111 void * host_ptr, 1135 void * host_ptr, 1144 void * host_ptr, 1878 void * host_ptr, 1890 void * host_ptr,
|
D | opencl.hpp | 3952 void* host_ptr = NULL, in Buffer() argument 3956 object_ = ::clCreateBuffer(context(), flags, size, host_ptr, &error); in Buffer() 3976 void* host_ptr = NULL, in Buffer() argument 3983 object_ = ::clCreateBuffer(context(), flags, size, host_ptr, &error); in Buffer() 4548 void* host_ptr = NULL, in Image1D() argument 4562 host_ptr, in Image1D() 4720 void* host_ptr = NULL, in Image1DArray() argument 4736 host_ptr, in Image1DArray() 4816 void* host_ptr = NULL, in Image2D() argument 4848 host_ptr, in Image2D() [all …]
|
D | cl.hpp | 3181 void* host_ptr = NULL, in Buffer() argument 3185 object_ = ::clCreateBuffer(context(), flags, size, host_ptr, &error); in Buffer() 3205 void* host_ptr = NULL, in Buffer() argument 3212 object_ = ::clCreateBuffer(context(), flags, size, host_ptr, &error); in Buffer() 3671 void* host_ptr = NULL, in Image1D() argument 3686 host_ptr, in Image1D() 3835 void* host_ptr = NULL, in Image1DArray() argument 3853 host_ptr, in Image1DArray() 3925 void* host_ptr = NULL, in Image2D() argument 3960 host_ptr, in Image2D() [all …]
|
D | cl_ext.h | 2490 void * host_ptr, 2499 void * host_ptr,
|