Searched defs:host_ptr (Results 1 – 5 of 5) sorted by relevance
/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 89 void* host_ptr = allocate_impl(info->phys_addr, info->size); in allocate() local 101 void* host_ptr = i->second.first; in unallocate() local 159 void *host_ptr = kv.second.first; in clear() local
|
D | GoldfishDma.cpp | 32 void *host_ptr; in android_goldfish_dma_get_host_addr() local
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_device_memory.h | 53 void *host_ptr; member
|
/hardware/google/gfxstream/guest/mesa/include/CL/ |
D | cl.hpp | 3181 void* host_ptr = NULL, in Buffer() 3205 void* host_ptr = NULL, in Buffer() 3671 void* host_ptr = NULL, in Image1D() 3835 void* host_ptr = NULL, in Image1DArray() 3925 void* host_ptr = NULL, in Image2D() 4143 void* host_ptr = NULL, in Image2DArray() 4236 void* host_ptr = NULL, in Image3D()
|
D | opencl.hpp | 3952 void* host_ptr = NULL, in Buffer() 3976 void* host_ptr = NULL, in Buffer() 4548 void* host_ptr = NULL, in Image1D() 4720 void* host_ptr = NULL, in Image1DArray() 4816 void* host_ptr = NULL, in Image2D() 5139 void* host_ptr = NULL, in Image2DArray() 5235 void* host_ptr = NULL, in Image3D()
|