Home
last modified time | relevance | path

Searched refs:pBufData2 (Results 1 – 1 of 1) sorted by relevance

/external/OpenCL-CTS/test_conformance/SVM/
Dtest_allocate_shared_buffer.cpp85 cl_char *pBufData2 = NULL; in test_svm_allocate_shared_buffer() local
92pBufData2 = (cl_char*) clEnqueueMapBuffer(queues[0], buf, CL_TRUE, flags, 0, size, 0, NULL,NULL, &… in test_svm_allocate_shared_buffer()
95 if(pBufData2 != pBufData1 || NULL == pBufData1) in test_svm_allocate_shared_buffer()
100 err = clEnqueueUnmapMemObject(queues[0], buf, pBufData2, 0, NULL, NULL); in test_svm_allocate_shared_buffer()