Searched refs:bogus0 (Results 1 – 1 of 1) sorted by relevance
/external/OpenCL-CTS/test_conformance/api/ |
D | test_api_consistency.cpp | 84 void* bogus0 = (void*)0xDEADBEEF; in test_consistency_svm() local 87 error = clEnqueueSVMMemFill(queue, bogus0, &pattern, sizeof(pattern), in test_consistency_svm() 94 error = clEnqueueSVMMemcpy(queue, CL_TRUE, bogus1, bogus0, allocSize, 0, in test_consistency_svm() 125 clSVMFree(context, bogus0); in test_consistency_svm() 126 error = clEnqueueSVMFree(queue, 1, &bogus0, NULL, NULL, 0, NULL, NULL); in test_consistency_svm()
|