Searched refs:gOutBuffer2 (Results 1 – 8 of 8) sorted by relevance
/external/OpenCL-CTS/test_conformance/math_brute_force/ |
D | unary_two_results_i_float.cpp | 202 if ((error = clEnqueueWriteBuffer(gQueue, gOutBuffer2[j], CL_FALSE, in TestFunc_FloatI_Float() 223 if ((error = clSetKernelArg(kernels[j], 1, sizeof(gOutBuffer2[j]), in TestFunc_FloatI_Float() 224 &gOutBuffer2[j]))) in TestFunc_FloatI_Float() 266 clEnqueueReadBuffer(gQueue, gOutBuffer2[j], CL_TRUE, 0, in TestFunc_FloatI_Float()
|
D | unary_two_results_i_double.cpp | 199 if ((error = clEnqueueWriteBuffer(gQueue, gOutBuffer2[j], CL_FALSE, in TestFunc_DoubleI_Double() 220 if ((error = clSetKernelArg(kernels[j], 1, sizeof(gOutBuffer2[j]), in TestFunc_DoubleI_Double() 221 &gOutBuffer2[j]))) in TestFunc_DoubleI_Double() 263 clEnqueueReadBuffer(gQueue, gOutBuffer2[j], CL_TRUE, 0, in TestFunc_DoubleI_Double()
|
D | unary_two_results_double.cpp | 191 if ((error = clEnqueueWriteBuffer(gQueue, gOutBuffer2[j], CL_FALSE, in TestFunc_Double2_Double() 212 if ((error = clSetKernelArg(kernels[j], 1, sizeof(gOutBuffer2[j]), in TestFunc_Double2_Double() 213 &gOutBuffer2[j]))) in TestFunc_Double2_Double() 259 clEnqueueReadBuffer(gQueue, gOutBuffer2[j], CL_TRUE, 0, in TestFunc_Double2_Double()
|
D | unary_two_results_float.cpp | 205 if ((error = clEnqueueWriteBuffer(gQueue, gOutBuffer2[j], CL_FALSE, in TestFunc_Float2_Float() 226 if ((error = clSetKernelArg(kernels[j], 1, sizeof(gOutBuffer2[j]), in TestFunc_Float2_Float() 227 &gOutBuffer2[j]))) in TestFunc_Float2_Float() 313 clEnqueueReadBuffer(gQueue, gOutBuffer2[j], CL_TRUE, 0, in TestFunc_Float2_Float()
|
D | binary_two_results_i_double.cpp | 238 if ((error = clEnqueueWriteBuffer(gQueue, gOutBuffer2[j], CL_FALSE, in TestFunc_DoubleI_Double_Double() 260 if ((error = clSetKernelArg(kernels[j], 1, sizeof(gOutBuffer2[j]), in TestFunc_DoubleI_Double_Double() 261 &gOutBuffer2[j]))) in TestFunc_DoubleI_Double_Double() 326 clEnqueueReadBuffer(gQueue, gOutBuffer2[j], CL_TRUE, 0, in TestFunc_DoubleI_Double_Double()
|
D | binary_two_results_i_float.cpp | 239 if ((error = clEnqueueWriteBuffer(gQueue, gOutBuffer2[j], CL_FALSE, in TestFunc_FloatI_Float_Float() 261 if ((error = clSetKernelArg(kernels[j], 1, sizeof(gOutBuffer2[j]), in TestFunc_FloatI_Float_Float() 262 &gOutBuffer2[j]))) in TestFunc_FloatI_Float_Float() 327 clEnqueueReadBuffer(gQueue, gOutBuffer2[j], CL_TRUE, 0, in TestFunc_FloatI_Float_Float()
|
D | main.cpp | 99 cl_mem gOutBuffer2[VECTOR_SIZE_COUNT] = { NULL, NULL, NULL, NULL, NULL, NULL }; variable 751 gOutBuffer2[i] = clCreateBuffer(gContext, device_flags, BUFFER_SIZE, in InitCL() 753 if (gOutBuffer2[i] == NULL || error) in InitCL() 871 clReleaseMemObject(gOutBuffer2[i]); in ReleaseCL()
|
D | utility.h | 57 extern cl_mem gOutBuffer2[VECTOR_SIZE_COUNT];
|