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()
219 throw Exceptions::TestError("Unable to create kernel\n", error); in create_kernel_helper()
230 throw Exceptions::TestError("clGetContextInfo failed\n", error); in get_context_device()
243 throw Exceptions::TestError("clGetProgramInfo failed\n", error); in get_program_device()
262 throw Exceptions::TestError("clGetKernelWorkGroupInfo failed\n", error); in generate_kernel_ws()
346 throw Exceptions::TestError("Device query failed"); in getDeviceCapabilities()
356 throw Exceptions::TestError("Device query failed"); in getDeviceCapabilities()
365 throw Exceptions::TestError("Device query failed"); in getDeviceCapabilities()
521 throw Exceptions::TestError(msg.c_str()); in get()
648 throw Exceptions::TestError("Unable to get kernel arg count\n", error); in generate_kernel_args()
662 throw Exceptions::TestError("Unable to get argument address qualifier\n", error); in generate_kernel_args()
669 throw Exceptions::TestError("Unable to get argument access qualifier\n", error); in generate_kernel_args()
676 throw Exceptions::TestError("Unable to get argument type qualifier\n", error); in generate_kernel_args()
684 throw Exceptions::TestError("Unable to get argument type name\n", error); in generate_kernel_args()
693 throw Exceptions::TestError("Unable to get argument name\n", error); in generate_kernel_args()
710 throw Exceptions::TestError("clSetKernelArg failed\n", error); in set_kernel_args()
737 throw Exceptions::TestError("clEnqueueNDRangeKernel failed\n", error); in run_kernel()
743 throw Exceptions::TestError("clWaitForEvents failed\n", error); in run_kernel()