Searched refs:gOut_half (Results 1 – 4 of 4) sorted by relevance
/external/OpenCL-CTS/test_conformance/half/ |
D | Test_roundTrip.cpp | 192 memset_pattern4( gOut_half, &pattern, (size_t)getBufferSize(device)/2); in test_roundTrip() 194 …iteBuffer(gQueue, gOutBuffer_half, CL_TRUE, 0, count * sizeof(cl_half), gOut_half, 0, NULL, NULL))… in test_roundTrip() 211 …eadBuffer(gQueue, gOutBuffer_half, CL_TRUE, 0, count * sizeof(cl_half), gOut_half, 0, NULL, NULL))… in test_roundTrip() 218 if( (memcmp( gOut_half, gIn_half, count * sizeof(cl_half))) ) in test_roundTrip() 220 uint16_t *u1 = (uint16_t *)gOut_half; in test_roundTrip() 245 memset_pattern4( gOut_half, &pattern, (size_t)getBufferSize(device)/2); in test_roundTrip() 246 …iteBuffer(gQueue, gOutBuffer_half, CL_TRUE, 0, count * sizeof(cl_half), gOut_half, 0, NULL, NULL))… in test_roundTrip() 261 …eadBuffer(gQueue, gOutBuffer_half, CL_TRUE, 0, count * sizeof(cl_half), gOut_half, 0, NULL, NULL))… in test_roundTrip() 268 if( (memcmp( gOut_half, gIn_half, count * sizeof(cl_half))) ) in test_roundTrip() 270 uint16_t *u1 = (uint16_t *)gOut_half; in test_roundTrip()
|
D | Test_vStoreHalf.cpp | 729 fchk.s = (const cl_half *)gOut_half; in Test_vStoreHalf_private() 744 dchk.s = (const cl_half *)gOut_half; in Test_vStoreHalf_private() 787 memset_pattern4( gOut_half, &pattern, BUFFER_SIZE/2); in Test_vStoreHalf_private() 791 gOut_half, 0, NULL, NULL); in Test_vStoreHalf_private() 807 count * sizeof(cl_half), gOut_half, in Test_vStoreHalf_private() 822 memset_pattern4( gOut_half, &pattern, BUFFER_SIZE/2); in Test_vStoreHalf_private() 826 count * sizeof(cl_half), gOut_half, 0, NULL, NULL); in Test_vStoreHalf_private() 843 count * sizeof(cl_half), gOut_half, 0, NULL, NULL); in Test_vStoreHalf_private() 1326 fchk.s = (const cl_half *)gOut_half; in Test_vStoreaHalf_private() 1341 dchk.s = (const cl_half *)gOut_half; in Test_vStoreaHalf_private() [all …]
|
D | cl_utils.cpp | 39 void *gOut_half = NULL; variable 134 gOut_half = malloc( BUFFER_SIZE/2 ); in InitCL() 145 NULL == gOut_half || in InitCL() 267 free(gOut_half); in ReleaseCL()
|
D | cl_utils.h | 48 extern void *gOut_half;
|