Searched refs:gIn3 (Results 1 – 6 of 6) sorted by relevance
/external/OpenCL-CTS/test_conformance/math_brute_force/ |
D | mad_float.cpp | 160 cl_uint *p3 = (cl_uint *)gIn3; in TestFunc_mad_Float() 183 BUFFER_SIZE, gIn3, 0, NULL, NULL))) in TestFunc_mad_Float() 251 float *s3 = (float *)gIn3; in TestFunc_mad_Float()
|
D | mad_double.cpp | 161 double *p3 = (double *)gIn3; in TestFunc_mad_Double() 184 BUFFER_SIZE, gIn3, 0, NULL, NULL))) in TestFunc_mad_Double() 252 double *s3 = (double *)gIn3; in TestFunc_mad_Double()
|
D | main.cpp | 90 void *gIn3 = NULL; variable 687 gIn3 = align_malloc(BUFFER_SIZE, min_alignment); in InitCL() 688 if (NULL == gIn3) return TEST_FAIL; in InitCL() 727 clCreateBuffer(gContext, device_flags, BUFFER_SIZE, gIn3, &error); in InitCL() 878 align_free(gIn3); in ReleaseCL()
|
D | ternary_float.cpp | 256 cl_uint *p3 = (cl_uint *)gIn3; in TestFunc_Float_Float_Float_Float() 263 float *fp3 = (float *)gIn3; in TestFunc_Float_Float_Float_Float() 308 BUFFER_SIZE, gIn3, 0, NULL, NULL))) in TestFunc_Float_Float_Float_Float() 376 float *s3 = (float *)gIn3; in TestFunc_Float_Float_Float_Float()
|
D | ternary_double.cpp | 240 double *p3 = (double *)gIn3; in TestFunc_Double_Double_Double_Double() 288 BUFFER_SIZE, gIn3, 0, NULL, NULL))) in TestFunc_Double_Double_Double_Double() 356 double *s3 = (double *)gIn3; in TestFunc_Double_Double_Double_Double()
|
D | utility.h | 48 extern void *gIn3;
|