/aosp_15_r20/external/OpenCL-CTS/test_conformance/SVM/ |
H A D | test_set_kernel_exec_info_svm_ptrs.cpp | 98 error = clEnqueueUnmapMemObject(queues[0], ba, pA, 0, NULL, NULL); in test_svm_set_kernel_exec_info_svm_ptrs() 100 error = clEnqueueUnmapMemObject(queues[0], bb, pB, 0, NULL, NULL); in test_svm_set_kernel_exec_info_svm_ptrs() 102 error = clEnqueueUnmapMemObject(queues[0], bc, pC, 0, NULL, NULL); in test_svm_set_kernel_exec_info_svm_ptrs() 104 error = clEnqueueUnmapMemObject(queues[0], bBuf, pBuf, 0, NULL, NULL); in test_svm_set_kernel_exec_info_svm_ptrs() 134 error = clEnqueueUnmapMemObject(queues[0], ba, pA, 0, NULL, NULL); in test_svm_set_kernel_exec_info_svm_ptrs() 136 error = clEnqueueUnmapMemObject(queues[0], bb, pB, 0, NULL, NULL); in test_svm_set_kernel_exec_info_svm_ptrs() 138 error = clEnqueueUnmapMemObject(queues[0], bc, pC, 0, NULL, NULL); in test_svm_set_kernel_exec_info_svm_ptrs()
|
H A D | test_shared_address_space_coarse_grain.cpp | 42 error = clEnqueueUnmapMemObject(cmdq, nodes, pNodes, 0,NULL,NULL); in create_linked_lists_on_host() 79 error = clEnqueueUnmapMemObject(cmdq, nodes, pNodes, 0,NULL,NULL); in verify_linked_lists_on_host() 104 error = clEnqueueUnmapMemObject(cmdq, allocator, pAllocator, 0,NULL,NULL); in create_linked_lists_on_device() 126 error = clEnqueueUnmapMemObject(cmdq, num_correct, pNumCorrect, 0,NULL,NULL); in verify_linked_lists_on_device() 135 error = clEnqueueUnmapMemObject(cmdq, num_correct, pNumCorrect, 0,NULL,NULL); in verify_linked_lists_on_device()
|
H A D | test_cross_buffer_pointers.cpp | 92 error = clEnqueueUnmapMemObject(cmdq, nodes, pNodes, 0,NULL,NULL); in create_linked_lists_on_host() 94 error = clEnqueueUnmapMemObject(cmdq, nodes2, pNodes2, 0,NULL,NULL); in create_linked_lists_on_host() 116 error = clEnqueueUnmapMemObject(cmdq, nodes, pNodes, 0,NULL,NULL); in verify_linked_lists_on_host() 118 error = clEnqueueUnmapMemObject(cmdq, nodes2, pNodes2, 0,NULL,NULL); in verify_linked_lists_on_host()
|
H A D | test_shared_sub_buffers.cpp | 85 error = clEnqueueUnmapMemObject(cmdq, nodes, pNodes, 0,NULL,NULL); in create_linked_lists_on_host_sb() 87 error = clEnqueueUnmapMemObject(cmdq, nodes2, pNodes2, 0,NULL,NULL); in create_linked_lists_on_host_sb() 109 error = clEnqueueUnmapMemObject(cmdq, nodes, pNodes, 0,NULL,NULL); in verify_linked_lists_on_host_sb() 111 error = clEnqueueUnmapMemObject(cmdq, nodes2, pNodes2, 0,NULL,NULL); in verify_linked_lists_on_host_sb()
|
H A D | test_pointer_passing.cpp | 76 error = clEnqueueUnmapMemObject(cmdq, buf, pbuf_map_buffer, 0,NULL,NULL); in test_svm_pointer_passing() 95 error = clEnqueueUnmapMemObject(cmdq, num_correct, pNumCorrect, 0,NULL,NULL); in test_svm_pointer_passing()
|
H A D | test_allocate_shared_buffer.cpp | 100 err = clEnqueueUnmapMemObject(queues[0], buf, pBufData2, 0, NULL, NULL); in test_svm_allocate_shared_buffer()
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/basic/ |
H A D | test_progvar.cpp | 1237 clEnqueueUnmapMemObject(queue, write_mem, write_ptr, 0, 0, 0); in l_write_read_for_type() 1250 clEnqueueUnmapMemObject(queue, read_mem, read_ptr, 0, 0, 0); in l_write_read_for_type() 1283 clEnqueueUnmapMemObject(queue, read_mem, read_ptr, 0, 0, 0); in l_write_read_for_type() 1483 clEnqueueUnmapMemObject(queue, write_mem, write_ptr, 0, 0, 0); in l_init_write_read_for_type() 1489 clEnqueueUnmapMemObject(queue, read_mem, read_ptr, 0, 0, 0); in l_init_write_read_for_type() 1531 clEnqueueUnmapMemObject(queue, read_mem, read_ptr, 0, 0, 0); in l_init_write_read_for_type() 1668 clEnqueueUnmapMemObject(queue, max_size_ret_mem, max_size_ret_ptr, 0, 0, 0); in l_capacity() 1700 clEnqueueUnmapMemObject(queue, buffer_mem, read_mem_ptr, 0, 0, 0); in l_capacity() 1920 clEnqueueUnmapMemObject(queue, uint_mem, uint_data_ptr, 0, 0, 0); in l_user_type() 1921 clEnqueueUnmapMemObject(queue, uchar_mem, uchar_data_ptr, 0, 0, 0); in l_user_type() [all …]
|
H A D | test_enqueue_map.cpp | 118 error = clEnqueueUnmapMemObject(queue, memObject, mappedRegion, 0, in test_enqueue_map_buffer() 240 error = clEnqueueUnmapMemObject(queue, memObject, mappedRegion, 0, in test_enqueue_map_image()
|
H A D | test_hostptr.cpp | 221 err = clEnqueueUnmapMemObject( queue, streams[2], data, 0, NULL, NULL ); in test_hostptr() 252 err = clEnqueueUnmapMemObject(queue, streams[5], lock_buffer, 0, NULL, NULL); in test_hostptr()
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/multiple_device_context/ |
H A D | test_multiple_contexts.cpp | 249 error = clEnqueueUnmapMemObject( item->q, item->m[0], mapped, 0, NULL, NULL ); in UseTestItem() 280 error = clEnqueueUnmapMemObject( item->q, item->m[1], mapped, 0, NULL, NULL ); in UseTestItem() 371 error = clEnqueueUnmapMemObject( item->q, item->m[0], inputData, 0, NULL, NULL ); in UseTestItem() 382 error = clEnqueueUnmapMemObject( item->q, item->m[1], mapped, 0, NULL, NULL ); in UseTestItem()
|
/aosp_15_r20/external/OpenCL-ICD-Loader/loader/windows/ |
H A D | OpenCL-mingw-i686.def | 59 clEnqueueUnmapMemObject@24 == clEnqueueUnmapMemObject
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/math_brute_force/ |
H A D | macro_unary_double.cpp | 146 if ((error = clEnqueueUnmapMemObject( in Test() 279 if ((error = clEnqueueUnmapMemObject(tinfo->tQueue, tinfo->outBuf[j], in Test()
|
H A D | macro_unary_float.cpp | 147 if ((error = clEnqueueUnmapMemObject( in Test() 281 if ((error = clEnqueueUnmapMemObject(tinfo->tQueue, tinfo->outBuf[j], in Test()
|
H A D | unary_double.cpp | 154 if ((error = clEnqueueUnmapMemObject( in Test() 302 if ((error = clEnqueueUnmapMemObject(tinfo->tQueue, tinfo->outBuf[j], in Test()
|
H A D | unary_float.cpp | 183 if ((error = clEnqueueUnmapMemObject( in Test() 454 if ((error = clEnqueueUnmapMemObject(tinfo->tQueue, tinfo->outBuf[j], in Test()
|
H A D | binary_i_double.cpp | 324 if ((error = clEnqueueUnmapMemObject( in Test() 476 if ((error = clEnqueueUnmapMemObject(tinfo->tQueue, tinfo->outBuf[j], in Test()
|
H A D | macro_binary_float.cpp | 298 if ((error = clEnqueueUnmapMemObject( in Test() 475 if ((error = clEnqueueUnmapMemObject(tinfo->tQueue, tinfo->outBuf[j], in Test()
|
H A D | macro_binary_double.cpp | 305 if ((error = clEnqueueUnmapMemObject( in Test() 488 if ((error = clEnqueueUnmapMemObject(tinfo->tQueue, tinfo->outBuf[j], in Test()
|
H A D | binary_i_float.cpp | 315 if ((error = clEnqueueUnmapMemObject( in Test() 469 if ((error = clEnqueueUnmapMemObject(tinfo->tQueue, tinfo->outBuf[j], in Test()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
H A D | opencl_wrapper.cc | 199 LoadFunction(clEnqueueUnmapMemObject); in LoadOpenCLFunctions() 328 PFN_clEnqueueUnmapMemObject clEnqueueUnmapMemObject; in LoadOpenCLFunctions() variable
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/events/ |
H A D | action_classes.cpp | 262 clEnqueueUnmapMemObject(mQueue, mBuffer, mMappedPtr, 0, NULL, NULL); in ~MapBufferAction() 299 cl_int error = clEnqueueUnmapMemObject(queue, mBuffer, mMappedPtr, numWaits, in Execute() 722 clEnqueueUnmapMemObject(mQueue, mImage, mMappedPtr, 0, NULL, NULL); in ~MapImageAction()
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/images/clFillImage/ |
H A D | test_fill_generic.cpp | 217 *error = clEnqueueUnmapMemObject(queue, img, mapped, 0, NULL, NULL); in create_image() 499 error = clEnqueueUnmapMemObject(queue, image, mapped, 0, NULL, NULL); in test_fill_image_generic()
|
/aosp_15_r20/external/mesa3d/src/gallium/targets/opencl/ |
H A D | OpenCL.def.in | 33 clEnqueueUnmapMemObject@24
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/images/clCopyImage/ |
H A D | test_copy_generic.cpp | 282 *error = clEnqueueUnmapMemObject(queue, img, mapped, 0, NULL, NULL); in create_image() 600 error = clEnqueueUnmapMemObject(queue, dstImage, mapped, 0, NULL, NULL); in test_copy_image_generic()
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/clover/api/ |
H A D | dispatch.cpp | 86 clEnqueueUnmapMemObject,
|