Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/math_brute_force/
Dmad_float.cpp160 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()
Dmad_double.cpp161 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()
Dmain.cpp90 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()
Dternary_float.cpp256 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()
Dternary_double.cpp240 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()
Dutility.h48 extern void *gIn3;