Searched refs:gOut2 (Results 1 – 8 of 8) sorted by relevance
/external/OpenCL-CTS/test_conformance/math_brute_force/ |
D | unary_two_results_i_float.cpp | 201 memset_pattern4(gOut2[j], &pattern, BUFFER_SIZE); in TestFunc_FloatI_Float() 203 0, BUFFER_SIZE, gOut2[j], 0, NULL, in TestFunc_FloatI_Float() 267 BUFFER_SIZE, gOut2[j], 0, NULL, NULL))) in TestFunc_FloatI_Float() 284 int32_t *q2 = (int32_t *)(gOut2[k]); in TestFunc_FloatI_Float()
|
D | unary_two_results_i_double.cpp | 198 memset_pattern4(gOut2[j], &pattern, BUFFER_SIZE); in TestFunc_DoubleI_Double() 200 0, BUFFER_SIZE, gOut2[j], 0, NULL, in TestFunc_DoubleI_Double() 264 BUFFER_SIZE, gOut2[j], 0, NULL, NULL))) in TestFunc_DoubleI_Double() 281 int32_t *q2 = (int32_t *)(gOut2[k]); in TestFunc_DoubleI_Double()
|
D | unary_two_results_double.cpp | 190 memset_pattern4(gOut2[j], &pattern, BUFFER_SIZE); in TestFunc_Double2_Double() 192 0, BUFFER_SIZE, gOut2[j], 0, NULL, in TestFunc_Double2_Double() 260 BUFFER_SIZE, gOut2[j], 0, NULL, NULL))) in TestFunc_Double2_Double() 277 uint64_t *q2 = (uint64_t *)(gOut2[k]); in TestFunc_Double2_Double()
|
D | unary_two_results_float.cpp | 204 memset_pattern4(gOut2[j], &pattern, BUFFER_SIZE); in TestFunc_Float2_Float() 206 0, BUFFER_SIZE, gOut2[j], 0, NULL, in TestFunc_Float2_Float() 314 BUFFER_SIZE, gOut2[j], 0, NULL, NULL))) in TestFunc_Float2_Float() 335 uint32_t *q2 = (uint32_t *)gOut2[k]; in TestFunc_Float2_Float()
|
D | binary_two_results_i_double.cpp | 237 memset_pattern4(gOut2[j], &pattern, BUFFER_SIZE); in TestFunc_DoubleI_Double_Double() 239 0, BUFFER_SIZE, gOut2[j], 0, NULL, in TestFunc_DoubleI_Double_Double() 327 BUFFER_SIZE, gOut2[j], 0, NULL, NULL))) in TestFunc_DoubleI_Double_Double() 344 int32_t *q2 = (int32_t *)gOut2[k]; in TestFunc_DoubleI_Double_Double()
|
D | binary_two_results_i_float.cpp | 238 memset_pattern4(gOut2[j], &pattern, BUFFER_SIZE); in TestFunc_FloatI_Float_Float() 240 0, BUFFER_SIZE, gOut2[j], 0, NULL, in TestFunc_FloatI_Float_Float() 328 BUFFER_SIZE, gOut2[j], 0, NULL, NULL))) in TestFunc_FloatI_Float_Float() 345 int32_t *q2 = (int32_t *)gOut2[k]; in TestFunc_FloatI_Float_Float()
|
D | main.cpp | 94 void *gOut2[VECTOR_SIZE_COUNT] = { NULL, NULL, NULL, NULL, NULL, NULL }; variable 698 gOut2[i] = align_malloc(BUFFER_SIZE, min_alignment); in InitCL() 699 if (NULL == gOut2[i]) return TEST_FAIL; in InitCL() 752 gOut2[i], &error); in InitCL() 885 align_free(gOut2[i]); in ReleaseCL()
|
D | utility.h | 52 extern void *gOut2[VECTOR_SIZE_COUNT];
|