Lines Matching refs:Exceptions
116 throw Exceptions::TestError("clCreateContext failed\n", error); in create_context_and_queue()
122 throw Exceptions::TestError("clCreateCommandQueue failed\n", error); in create_context_and_queue()
133 throw Exceptions::TestError("Can't load the cl File " + file_name, 1); in load_file_cl()
149 throw Exceptions::TestError("Can't load the bc File " + file_name, 1); in load_file_bc()
175 throw Exceptions::TestError("Error creating program\n", error); in create_program_from_cl()
198 …throw Exceptions::TestError("clCreateProgramWithBinary failed: Unable to load valid program binary… in create_program_from_bc()
203 …throw Exceptions::TestError("clCreateProgramWithBinary failed: Unable to load valid device binary … in create_program_from_bc()
220 throw Exceptions::TestError("Unable to create kernel\n", error); in create_kernel_helper()
231 throw Exceptions::TestError("clGetContextInfo failed\n", error); in get_context_device()
244 throw Exceptions::TestError("clGetProgramInfo failed\n", error); in get_program_device()
263 throw Exceptions::TestError("clGetKernelWorkGroupInfo failed\n", error); in generate_kernel_ws()
347 throw Exceptions::TestError("Device query failed"); in getDeviceCapabilities()
357 throw Exceptions::TestError("Device query failed"); in getDeviceCapabilities()
366 throw Exceptions::TestError("Device query failed"); in getDeviceCapabilities()
516 throw Exceptions::TestError(msg.c_str()); in get()
643 throw Exceptions::TestError("Unable to get kernel arg count\n", error); in generate_kernel_args()
657 throw Exceptions::TestError("Unable to get argument address qualifier\n", error); in generate_kernel_args()
664 throw Exceptions::TestError("Unable to get argument access qualifier\n", error); in generate_kernel_args()
671 throw Exceptions::TestError("Unable to get argument type qualifier\n", error); in generate_kernel_args()
679 throw Exceptions::TestError("Unable to get argument type name\n", error); in generate_kernel_args()
688 throw Exceptions::TestError("Unable to get argument name\n", error); in generate_kernel_args()
705 throw Exceptions::TestError("clSetKernelArg failed\n", error); in set_kernel_args()
732 throw Exceptions::TestError("clEnqueueNDRangeKernel failed\n", error); in run_kernel()
738 throw Exceptions::TestError("clWaitForEvents failed\n", error); in run_kernel()