/external/mesa3d/src/gallium/frontends/clover/core/ |
D | memory.cpp | 30 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/ |
D | clImageHelper.h | 35 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/ |
D | memory.cpp | 89 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/llvm-project/openmp/libomptarget/src/ |
D | interface.cpp | 301 EXTERN int __tgt_target(int64_t device_id, void *host_ptr, int32_t arg_num, in __tgt_target() 307 EXTERN int __tgt_target_nowait(int64_t device_id, void *host_ptr, in __tgt_target_nowait() 318 EXTERN int __tgt_target_mapper(ident_t *loc, int64_t device_id, void *host_ptr, in __tgt_target_mapper() 352 ident_t *loc, int64_t device_id, void *host_ptr, int32_t arg_num, in __tgt_target_nowait_mapper() 363 EXTERN int __tgt_target_teams(int64_t device_id, void *host_ptr, in __tgt_target_teams() 371 EXTERN int __tgt_target_teams_nowait(int64_t device_id, void *host_ptr, in __tgt_target_teams_nowait() 384 void *host_ptr, int32_t arg_num, in __tgt_target_teams_mapper() 422 ident_t *loc, int64_t device_id, void *host_ptr, int32_t arg_num, in __tgt_target_teams_nowait_mapper()
|
D | api.cpp | 245 EXTERN int omp_target_associate_ptr(void *host_ptr, void *device_ptr, in omp_target_associate_ptr() 273 EXTERN int omp_target_disassociate_ptr(void *host_ptr, int device_num) { in omp_target_disassociate_ptr()
|
/external/OpenCL-CTS/test_conformance/images/clGetInfo/ |
D | test_2D.cpp | 23 void *host_ptr = NULL; in test_get_image_info_single() local
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
D | opencl_wrapper.cc | 357 const cl_image_desc* image_desc, void* host_ptr, in LoadOpenCLFunctions() 371 const cl_image_desc* image_desc, void* host_ptr, in LoadOpenCLFunctions()
|
/external/OpenCL-CTS/test_conformance/images/clCopyImage/ |
D | test_copy_generic.cpp | 28 void *host_ptr = NULL; in create_image() local
|
/external/OpenCL-CTS/test_conformance/images/clFillImage/ |
D | test_fill_generic.cpp | 30 void *host_ptr = NULL; in create_image() local
|
/external/angle/src/libOpenCL/ |
D | libOpenCL_autogen.cpp | 123 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/ |
D | cl_stubs.cpp | 229 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()
|
D | entry_points_cl_autogen.cpp | 257 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/ |
D | validationCL.cpp | 825 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/llvm-project/openmp/runtime/src/ |
D | kmp_ftn_entry.h | 1005 int FTN_STDCALL FTN_TARGET_ASSOCIATE_PTR(void *host_ptr, void *device_ptr, in FTN_TARGET_ASSOCIATE_PTR() 1011 int FTN_STDCALL FTN_TARGET_DISASSOCIATE_PTR(void *host_ptr, int device_num) { in FTN_TARGET_DISASSOCIATE_PTR()
|
/external/mesa3d/include/CL/ |
D | cl2.hpp | 3823 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()
|
D | cl.hpp | 3186 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/ |
D | anv_allocator.c | 1727 void *host_ptr, uint32_t size, in anv_device_import_bo_from_host_ptr()
|
D | anv_private.h | 1863 void * host_ptr; member
|
/external/ImageMagick/MagickCore/ |
D | opencl.c | 481 cl_mem_flags flags,size_t size,void *host_ptr) in CreateOpenCLBuffer()
|