Searched refs:gIn_half (Results 1 – 4 of 4) sorted by relevance
/external/OpenCL-CTS/test_conformance/half/ |
D | Test_roundTrip.cpp | 174 uint16_t *p = (uint16_t *)gIn_half; in test_roundTrip() 178 …teBuffer(gQueue, gInBuffer_half, CL_TRUE, 0, count * sizeof( cl_half ), gIn_half, 0, NULL, NULL)) ) in test_roundTrip() 215 if( (memcmp( gOut_half, gIn_half, count * sizeof(cl_half))) ) in test_roundTrip() 218 uint16_t *u2 = (uint16_t *)gIn_half; in test_roundTrip() 265 if( (memcmp( gOut_half, gIn_half, count * sizeof(cl_half))) ) in test_roundTrip() 268 uint16_t *u2 = (uint16_t *)gIn_half; in test_roundTrip()
|
D | cl_utils.cpp | 38 void *gIn_half = NULL; variable 133 gIn_half = malloc( getBufferSize(device)/2 ); in InitCL() 144 if ( NULL == gIn_half || in InitCL() 266 free(gIn_half); in ReleaseCL()
|
D | Test_vLoadHalf.cpp | 455 uint16_t *p = (uint16_t *)gIn_half; in Test_vLoadHalf_private() 459 …iteBuffer(gQueue, gInBuffer_half, CL_TRUE, 0, count * sizeof( cl_half ), gIn_half, 0, NULL, NULL))) in Test_vLoadHalf_private() 467 const unsigned short *s = (const unsigned short *)gIn_half; in Test_vLoadHalf_private() 525 …j, (uint64_t)count, ((unsigned short*)gIn_half)[j], f1[j], f2[j], u1[j], u2[j], (g_arrVecSizes[vec… in Test_vLoadHalf_private()
|
D | cl_utils.h | 47 extern void *gIn_half;
|