Lines Matching refs:printf

80         printf("%s:%d: error: %s\n", __FILE__, __LINE__,
108 printf("Error: Getting Platforms. (clGetPlatformsIDs)\n");
116 printf("Error: Getting Platform Ids. (clGetPlatformsIDs)\n");
124 printf("Error: Getting Platform Info.(clGetPlatformInfo)\n");
136 printf("NULL platform found so Exiting Application.\n");
146 printf("Error: Creating Context. (clCreateContextFromType)\n");
155 printf("Error: Getting Context Info (1st clGetContextInfo)\n");
162 printf("Error: No devices found.\n");
168 printf("Error: Getting Context Info (2nd clGetContextInfo)\n");
175 printf("Creating Command Queue. (clCreateCommandQueue)\n");
187 printf("Error: Loading kernel (clCreateProgramWithSource)\n");
193 printf("Error: Building kernel (clBuildProgram)\n");
199 printf("Error: Creating readKernel from program. (clCreateKernel)\n");
221 printf("Error: Setting kernel argument. (code_size)\n");
228 printf("Error: Setting kernel argument. (code_in)\n");
233 printf("keys = %p, &keys = %p, keys[0] = %d\n", keys, &keys, keys[0]);
236 printf("Error: Setting kernel argument. (key_arr)\n");
243 printf("Error: Setting kernel argument. (memOut)\n");
252 printf("Error: Setting kernel argument. (memOut)\n");
265 printf("Error: Enqueue failed. (clEnqueueNDRangeKernel)\n");
272 printf("Error: Waiting for kernel run to finish. (clWaitForEvents)\n");
279 printf("Error: Release event object. (clReleaseEvent)\n");
294 printf("Error: In clReleaseKernel \n");
299 printf("Error: In clReleaseProgram\n");
304 printf("Error: In clReleaseCommandQueue\n");
309 printf("Error: In clReleaseContext\n");
333 printf("the gpu says:\n");
334 printf("%s\n", msg);