Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/basic/
Dtest_async_copy_fence.cpp345 *transaction2OutBuffer; in test_copy_fence() local
451 transaction2OutBuffer = (void *)malloc(transaction2GlobalBufferSize); in test_copy_fence()
453 memset(transaction2OutBuffer, 0, transaction2GlobalBufferSize); in test_copy_fence()
514 transaction2OutBuffer, &error); in test_copy_fence()
605 (void *)((unsigned char *)transaction2OutBuffer in test_copy_fence()
620 transaction2OutBuffer, 0, NULL, NULL); in test_copy_fence()
665 if (memcmp(transaction2InBuffer, transaction2OutBuffer, in test_copy_fence()
671 unsigned char *outchar = (unsigned char *)transaction2OutBuffer; in test_copy_fence()
708 free(transaction2OutBuffer); in test_copy_fence()