Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/half/
DTest_roundTrip.cpp189 memset_pattern4( gOut_half, &pattern, (size_t)getBufferSize(device)/2); in test_roundTrip()
191 …iteBuffer(gQueue, gOutBuffer_half, CL_TRUE, 0, count * sizeof(cl_half), gOut_half, 0, NULL, NULL))… in test_roundTrip()
208 …eadBuffer(gQueue, gOutBuffer_half, CL_TRUE, 0, count * sizeof(cl_half), gOut_half, 0, NULL, NULL))… in test_roundTrip()
215 if( (memcmp( gOut_half, gIn_half, count * sizeof(cl_half))) ) in test_roundTrip()
217 uint16_t *u1 = (uint16_t *)gOut_half; in test_roundTrip()
242 memset_pattern4( gOut_half, &pattern, (size_t)getBufferSize(device)/2); in test_roundTrip()
243 …iteBuffer(gQueue, gOutBuffer_half, CL_TRUE, 0, count * sizeof(cl_half), gOut_half, 0, NULL, NULL))… in test_roundTrip()
258 …eadBuffer(gQueue, gOutBuffer_half, CL_TRUE, 0, count * sizeof(cl_half), gOut_half, 0, NULL, NULL))… in test_roundTrip()
265 if( (memcmp( gOut_half, gIn_half, count * sizeof(cl_half))) ) in test_roundTrip()
267 uint16_t *u1 = (uint16_t *)gOut_half; in test_roundTrip()
DTest_vStoreHalf.cpp707 fchk.s = (const cl_half *)gOut_half; in Test_vStoreHalf_private()
722 dchk.s = (const cl_half *)gOut_half; in Test_vStoreHalf_private()
765 memset_pattern4( gOut_half, &pattern, BUFFER_SIZE/2); in Test_vStoreHalf_private()
769 gOut_half, 0, NULL, NULL); in Test_vStoreHalf_private()
785 count * sizeof(cl_half), gOut_half, in Test_vStoreHalf_private()
800 memset_pattern4( gOut_half, &pattern, BUFFER_SIZE/2); in Test_vStoreHalf_private()
804 count * sizeof(cl_half), gOut_half, 0, NULL, NULL); in Test_vStoreHalf_private()
821 count * sizeof(cl_half), gOut_half, 0, NULL, NULL); in Test_vStoreHalf_private()
1304 fchk.s = (const cl_half *)gOut_half; in Test_vStoreaHalf_private()
1319 dchk.s = (const cl_half *)gOut_half; in Test_vStoreaHalf_private()
[all …]
Dcl_utils.cpp39 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()
Dcl_utils.h48 extern void *gOut_half;