Home
last modified time | relevance | path

Searched refs:gOutBuffer2 (Results 1 – 8 of 8) sorted by relevance

/external/OpenCL-CTS/test_conformance/math_brute_force/
Dunary_two_results_i_float.cpp202 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()
Dunary_two_results_i_double.cpp199 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()
Dunary_two_results_double.cpp191 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()
Dunary_two_results_float.cpp205 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()
Dbinary_two_results_i_double.cpp238 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()
Dbinary_two_results_i_float.cpp239 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()
Dmain.cpp99 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()
Dutility.h57 extern cl_mem gOutBuffer2[VECTOR_SIZE_COUNT];