Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/clover/core/
Dmemory.cpp30 size_t size, void *host_ptr) : in memory_obj()
65 memory_obj::host_ptr() const { in host_ptr() function in memory_obj
70 size_t size, void *host_ptr) : in buffer()
80 size_t size, void *host_ptr) : in root_buffer()
159 void *host_ptr) : in image()
236 void *host_ptr) : in image2d()
250 void *host_ptr) : in image3d()
/external/OpenCL-CTS/test_common/harness/
DclImageHelper.h35 size_t image_row_pitch, void *host_ptr, in create_image_2d()
122 size_t image_slice_pitch, void *host_ptr, in create_image_3d()
175 void *host_ptr, cl_int *errcode_ret) in create_image_2d_array()
210 size_t image_slice_pitch, void *host_ptr, cl_int *errcode_ret) in create_image_1d_array()
245 void *host_ptr, cl_mem buffer, in create_image_1d()
/external/mesa3d/src/gallium/frontends/clover/api/
Dmemory.cpp89 void *host_ptr, cl_int *r_errcode) try { in clCreateBuffer()
93 if (bool(host_ptr) != bool(flags & (CL_MEM_USE_HOST_PTR | in clCreateBuffer() local
145 void *host_ptr, cl_int *r_errcode) try { in clCreateImage()
172 if (bool(host_ptr) != bool(d_flags & (CL_MEM_USE_HOST_PTR | in clCreateImage() local
243 void *host_ptr, cl_int *r_errcode) { in clCreateImage2D()
255 void *host_ptr, cl_int *r_errcode) { in clCreateImage3D()
/external/ComputeLibrary/tests/framework/instruments/
DOpenCLMemoryUsage.cpp80 { in test_start()
/external/OpenCL-CTS/test_conformance/images/clGetInfo/
Dtest_2D.cpp23 void *host_ptr = NULL; in test_get_image_info_single() local
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dopencl_wrapper.cc379 const cl_image_desc* image_desc, void* host_ptr, in LoadOpenCLFunctions()
393 const cl_image_desc* image_desc, void* host_ptr, in LoadOpenCLFunctions()
/external/OpenCL-CTS/test_conformance/images/clCopyImage/
Dtest_copy_generic.cpp28 void *host_ptr = NULL; in create_image() local
/external/OpenCL-CTS/test_conformance/images/kernel_read_write/
Dtest_cl_ext_image_from_buffer.cpp535 void* const host_ptr = in image_from_buffer_alignment_negative() local
864 char* host_ptr = host_buffer.data(); in image_from_buffer_read_check() local
Dtest_common.cpp208 size_t slice_pitch, void *host_ptr, cl_int *error) in create_image_of_type()
/external/OpenCL-CTS/test_conformance/images/clFillImage/
Dtest_fill_generic.cpp30 void *host_ptr = NULL; in create_image() local
/external/angle/src/libOpenCL/
DlibOpenCL_autogen.cpp123 void *host_ptr, in clCreateBuffer()
570 void *host_ptr, in clCreateImage2D()
585 void *host_ptr, in clCreateImage3D()
775 void *host_ptr, in clCreateImage()
1134 void *host_ptr, in clCreateBufferWithProperties()
1146 void *host_ptr, in clCreateImageWithProperties()
/external/angle/src/libGLESv2/
Dcl_stubs.cpp229 void *host_ptr, in CreateBuffer()
239 void *host_ptr, in CreateBufferWithProperties()
259 void *host_ptr, in CreateImage()
271 void *host_ptr, in CreateImageWithProperties()
1117 void *host_ptr, in CreateImage2D()
1132 void *host_ptr, in CreateImage3D()
Dentry_points_cl_autogen.cpp257 void *host_ptr, in clCreateBuffer()
1160 void *host_ptr, in clCreateImage2D()
1196 void *host_ptr, in clCreateImage3D()
1602 void *host_ptr, in clCreateImage()
2347 void *host_ptr, in clCreateBufferWithProperties()
2379 void *host_ptr, in clCreateImageWithProperties()
/external/angle/src/libANGLE/
DvalidationCL.cpp825 cl_int ValidateCreateBuffer(cl_context context, MemFlags flags, size_t size, const void *host_ptr) in ValidateCreateBuffer()
2201 const void *host_ptr) in ValidateCreateImage2D()
2216 const void *host_ptr) in ValidateCreateImage3D()
2695 const void *host_ptr) in ValidateCreateImage()
3587 const void *host_ptr) in ValidateCreateBufferWithProperties()
3613 const void *host_ptr) in ValidateCreateImageWithProperties()
/external/ComputeLibrary/src/core/CL/
DOpenCL.cpp797 void *host_ptr, in clCreateBuffer()
1035 void *host_ptr, in clCreateImage()
/external/ComputeLibrary/include/CL/
Dopencl.hpp3912 void* host_ptr = NULL, in Buffer()
3936 void* host_ptr = NULL, in Buffer()
4508 void* host_ptr = NULL, in Image1D()
4680 void* host_ptr = NULL, in Image1DArray()
4776 void* host_ptr = NULL, in Image2D()
5099 void* host_ptr = NULL, in Image2DArray()
5195 void* host_ptr = NULL, in Image3D()
/external/mesa3d/include/CL/
Dcl2.hpp3823 void* host_ptr = NULL, in Buffer()
3847 void* host_ptr = NULL, in Buffer()
4419 void* host_ptr = NULL, in Image1D()
4593 void* host_ptr = NULL, in Image1DArray()
4691 void* host_ptr = NULL, in Image2D()
5024 void* host_ptr = NULL, in Image2DArray()
5122 void* host_ptr = NULL, in Image3D()
Dcl.hpp3186 void* host_ptr = NULL, in Buffer()
3210 void* host_ptr = NULL, in Buffer()
3676 void* host_ptr = NULL, in Image1D()
3840 void* host_ptr = NULL, in Image1DArray()
3930 void* host_ptr = NULL, in Image2D()
4148 void* host_ptr = NULL, in Image2DArray()
4241 void* host_ptr = NULL, in Image3D()
/external/mesa3d/src/intel/vulkan/
Danv_allocator.c1727 void *host_ptr, uint32_t size, in anv_device_import_bo_from_host_ptr()
Danv_private.h1863 void * host_ptr; member
/external/ImageMagick/MagickCore/
Dopencl.c481 cl_mem_flags flags,size_t size,void *host_ptr) in CreateOpenCLBuffer()