Home
last modified time | relevance | path

Searched refs:test_icd_app_log (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/OpenCL-ICD-Loader/test/loader_test/
H A Dtest_create_calls.c156 test_icd_app_log("clGetPlatformIDs(%u, %p, %p)\n", in test_clGetPlatformIDs()
197 test_icd_app_log("Value returned: %d\n", ret_val); in test_clGetPlatformIDs()
208 test_icd_app_log("clGetDeviceIDs(%p, %x, %u, %p, %p)\n", in test_clGetDeviceIDs()
221 test_icd_app_log("Value returned: %d\n", ret_val); in test_clGetDeviceIDs()
229 test_icd_app_log("clCreateContext(%p, %u, %p, %p, %p, %p)\n", in test_clCreateContext()
244 test_icd_app_log("Value returned: %p\n", context); in test_clCreateContext()
252 test_icd_app_log("clCreateContextFromType(%p, %x, %p, %p, %p)\n", in test_clCreateContextFromType()
266 test_icd_app_log("Value returned: %p\n", context); in test_clCreateContextFromType()
274 test_icd_app_log("clCreateCommandQueue(%p, %p, %x, %p)\n", in test_clCreateCommandQueue()
285 test_icd_app_log("Value returned: %p\n", command_queue); in test_clCreateCommandQueue()
[all …]
H A Dtest_kernel.c30 test_icd_app_log("clRetainKernel(%p)\n", kernel); in test_clRetainKernel()
34 test_icd_app_log("Value returned: %d\n", ret_val); in test_clRetainKernel()
46 test_icd_app_log("clSetKernelArg(%p, %u, %u, %p)\n", in test_clSetKernelArg()
57 test_icd_app_log("Value returned: %d\n", ret_val); in test_clSetKernelArg()
69 test_icd_app_log("clGetKernelInfo(%p, %u, %u, %p, %p)\n", in test_clGetKernelInfo()
82 test_icd_app_log("Value returned: %d\n", ret_val); in test_clGetKernelInfo()
94 test_icd_app_log("clGetKernelArgInfo(%p, %u, %u, %u, %p, %p)\n", in test_clGetKernelArgInfo()
109 test_icd_app_log("Value returned: %d\n", ret_val); in test_clGetKernelArgInfo()
121 test_icd_app_log("clGetKernelWorkGroupInfo(%p, %p, %u, %u, %p, %p)\n", in test_clGetKernelWorkGroupInfo()
136 test_icd_app_log("Value returned: %d\n", ret_val); in test_clGetKernelWorkGroupInfo()
[all …]
H A Dtest_clgl.c23 test_icd_app_log("clCreateFromGLBuffer(%p, %x, %u, %p)\n", in test_clCreateFromGLBuffer()
34 test_icd_app_log("Value returned: %p\n", ret_mem); in test_clCreateFromGLBuffer()
47 test_icd_app_log("clCreateFromGLTexture(%p, %x, %d, %d, %u, %p)\n", in test_clCreateFromGLTexture()
62 test_icd_app_log("Value returned: %p\n", ret_mem); in test_clCreateFromGLTexture()
75 test_icd_app_log("clCreateFromGLTexture2D(%p, %x, %d, %d, %u, %p)\n", in test_clCreateFromGLTexture2D()
90 test_icd_app_log("Value returned: %p\n", ret_mem); in test_clCreateFromGLTexture2D()
103 test_icd_app_log("clCreateFromGLTexture3D(%p, %x, %d, %d, %u, %p)\n", in test_clCreateFromGLTexture3D()
118 test_icd_app_log("Value returned: %p\n", ret_mem); in test_clCreateFromGLTexture3D()
131 test_icd_app_log("clCreateFromGLRenderbuffer(%p, %x, %d, %p)\n", in test_clCreateFromGLRenderbuffer()
142 test_icd_app_log("Value returned: %p\n", ret_mem); in test_clCreateFromGLRenderbuffer()
[all …]
H A Dtest_buffer_object.c77 test_icd_app_log("clEnqueueReadBuffer(%p, %p, %u, %u, %u, %p, %u, %p, %p)\n", in test_clEnqueueReadBuffer()
98 test_icd_app_log("Value returned: %d\n", ret_val); in test_clEnqueueReadBuffer()
105 test_icd_app_log("clEnqueueWriteBuffer(%p, %p, %u, %u, %u, %p, %u, %p, %p)\n", in test_clEnqueueWriteBuffer()
126 test_icd_app_log("Value returned: %d\n", ret_val); in test_clEnqueueWriteBuffer()
133test_icd_app_log("clEnqueueReadBufferRect(%p, %p, %u, %p, %p, %p, %u, %u, %u, %u, %p, %u, %p, %p)\… in test_clEnqueueReadBufferRect()
164 test_icd_app_log("Value returned: %d\n", ret_val); in test_clEnqueueReadBufferRect()
172test_icd_app_log("clEnqueueWriteBufferRect(%p, %p, %u, %p, %p, %p, %u, %u, %u, %u, %p, %u, %p, %p)… in test_clEnqueueWriteBufferRect()
203 test_icd_app_log("Value returned: %d\n", ret_val); in test_clEnqueueWriteBufferRect()
210 test_icd_app_log("clEnqueueFillBuffer(%p, %p, %p, %u, %u, %u, %u, %p, %p)\n", in test_clEnqueueFillBuffer()
231 test_icd_app_log("Value returned: %d\n", ret_val); in test_clEnqueueFillBuffer()
[all …]
H A Dtest_program_objects.c57 test_icd_app_log("clRetainProgram(%p)\n", in test_clRetainProgram()
62 test_icd_app_log("Value returned: %d\n", in test_clRetainProgram()
73 test_icd_app_log("clBuildProgram(%p, %u, %p, %p, %p, %p)\n", in test_clBuildProgram()
88 test_icd_app_log("Value returned: %d\n", ret_val); in test_clBuildProgram()
98 test_icd_app_log("clCompileProgram(%p, %u, %p, %p, %u, %p, %p, %p)\n", in test_clCompileProgram()
118 test_icd_app_log("Value returned: %d\n", ret_val); in test_clCompileProgram()
127 test_icd_app_log("clLinkProgram(%p, %u, %p, %p, %u, %p, %p, %p, %p)\n", in test_clLinkProgram()
148 test_icd_app_log("Value returned: %p\n", program); in test_clLinkProgram()
159 test_icd_app_log("clUnloadPlatformCompiler(%p)\n", platform); in test_clUnloadPlatformCompiler()
163 test_icd_app_log("Value returned: %d\n", ret_val); in test_clUnloadPlatformCompiler()
[all …]
H A Dtest_image_objects.c62 test_icd_app_log("clGetSupportedImageFormats(%p, %x, %u, %u, %p, %p)\n", in test_clGetSupportedImageFormats()
77 test_icd_app_log("Value returned: %d\n", ret_val); in test_clGetSupportedImageFormats()
87 test_icd_app_log("clEnqueueCopyImageToBuffer(%p, %p, %p, %p, %p, %u, %u, %p, %p)\n", in test_clEnqueueCopyImageToBuffer()
108 test_icd_app_log("Value returned: %d\n", ret_val); in test_clEnqueueCopyImageToBuffer()
118 test_icd_app_log("clEnqueueCopyBufferToImage(%p, %p, %p, %u, %p, %p, %u, %p, %p)\n", in test_clEnqueueCopyBufferToImage()
139 test_icd_app_log("Value returned: %d\n", ret_val); in test_clEnqueueCopyBufferToImage()
148 test_icd_app_log("clEnqueueMapImage(%p, %p, %u, %x, %p, %p, %p, %p, %u, %p, %p, %p)\n", in test_clEnqueueMapImage()
175 test_icd_app_log("Value returned: %p\n", return_value); in test_clEnqueueMapImage()
187 test_icd_app_log("clEnqueueReadImage(%p, %p, %u, %p, %p, %u, %u, %p, %u, %p, %p)\n", in test_clEnqueueReadImage()
212 test_icd_app_log("Value returned: %d\n", ret_val); in test_clEnqueueReadImage()
[all …]
H A Dtest_platforms.c55 test_icd_app_log("clRetainContext(%p)\n", context); in test_clRetainContext()
59 test_icd_app_log("Value returned: %d\n", ret_val); in test_clRetainContext()
69 test_icd_app_log("clGetContextInfo(%p, %u, %u, %p, %p)\n", in test_clGetContextInfo()
83 test_icd_app_log("Value returned: %d\n", ret_val); in test_clGetContextInfo()
94 test_icd_app_log( in test_clSetContextDestructorCallback()
105 test_icd_app_log("Value returned: %d\n", ret_val); in test_clSetContextDestructorCallback()
115 test_icd_app_log("clGetPlatformInfo(%p, %u, %u, %p, %p)\n", in test_clGetPlatformInfo()
128 test_icd_app_log("Value returned: %d\n", ret_val); in test_clGetPlatformInfo()
138 test_icd_app_log("clGetDeviceInfo(%p, %u, %u, %p, %p)\n", in test_clGetDeviceInfo()
151 test_icd_app_log("Value returned: %d\n", ret_val); in test_clGetDeviceInfo()
[all …]
H A Dcallbacks.c7 test_icd_app_log("createcontext_callback(%p, %p, %u, %p)\n", in createcontext_callback()
16 test_icd_app_log("setcontextdestructor_callback(%p, %p)\n", _a, _b); in setcontextdestructor_callback()
21 test_icd_app_log("setmemobjectdestructor_callback(%p, %p)\n", in setmemobjectdestructor_callback()
28 test_icd_app_log("program_callback(%p, %p)\n", in program_callback()
35 test_icd_app_log("setevent_callback(%p, %d, %p)\n", in setevent_callback()
43 test_icd_app_log("setprintf_callback(%p, %u, %p, %p)\n", in setprintf_callback()
H A Dtest_sampler_objects.c23 test_icd_app_log("clRetainSampler(%p)\n", sampler); in test_clRetainSampler()
27 test_icd_app_log("Value returned: %d\n", ret_val); in test_clRetainSampler()
36 test_icd_app_log("clGetSamplerInfo(%p, %u, %u, %p, %p)\n", in test_clGetSamplerInfo()
49 test_icd_app_log("Value returned: %d\n", ret_val); in test_clGetSamplerInfo()
H A Dtest_cl_runtime.c20 test_icd_app_log("clRetainCommandQueue(%p)\n", command_queue); in test_clRetainCommandQueue()
24 test_icd_app_log("Value returned: %d\n", ret_val); in test_clRetainCommandQueue()
34 test_icd_app_log("clGetCommandQueueInfo(%p, %u, %u, %p, %p)\n", in test_clGetCommandQueueInfo()
47 test_icd_app_log("Value returned: %d\n", ret_val); in test_clGetCommandQueueInfo()
/aosp_15_r20/external/OpenCL-ICD-Loader/test/inc/platform/
H A Dicd_test_log.h19 DllExport void test_icd_app_log(const char *format, ...);
/aosp_15_r20/external/OpenCL-ICD-Loader/test/log/
H A Dicd_test_log.c30 void test_icd_app_log(const char *format, ...) in test_icd_app_log() function