Home
last modified time | relevance | path

Searched defs:host_ptr (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/clover/core/
Dmemory.cpp29 size_t size, void *host_ptr) : in _cl_mem()
57 _cl_mem::host_ptr() const { in host_ptr() function in _cl_mem
62 size_t size, void *host_ptr) : in buffer()
72 size_t size, void *host_ptr) : in root_buffer()
121 void *host_ptr) : in image()
176 void *host_ptr) : in image2d()
190 void *host_ptr) : in image3d()
/external/mesa3d/src/gallium/state_trackers/clover/api/
Dmemory.cpp31 void *host_ptr, cl_int *errcode_ret) try { in clCreateBuffer()
35 if (bool(host_ptr) != bool(flags & (CL_MEM_USE_HOST_PTR | in clCreateBuffer() local
97 void *host_ptr, cl_int *errcode_ret) try { in clCreateImage2D()
112 if (bool(host_ptr) != bool(flags & (CL_MEM_USE_HOST_PTR | in clCreateImage2D() local
133 void *host_ptr, cl_int *errcode_ret) try { in clCreateImage3D()
148 if (bool(host_ptr) != bool(flags & (CL_MEM_USE_HOST_PTR | in clCreateImage3D() local
/external/opencv3/3rdparty/include/opencl/1.2/CL/
Dcl.hpp3002 void* host_ptr = NULL, in Buffer()
3026 void* host_ptr = NULL, in Buffer()
3509 void* host_ptr = NULL, in Image1D()
3642 void* host_ptr = NULL, in Image1DArray()
3711 void* host_ptr = NULL, in Image2D()
3904 void* host_ptr = NULL, in Image2DArray()
3976 void* host_ptr = NULL, in Image3D()
/external/mesa3d/include/CL/
Dcl.hpp1748 void* host_ptr = NULL, in Buffer()
1989 void* host_ptr = NULL, in Image2D()
2072 void* host_ptr = NULL, in Image3D()