Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/compiler/
Dtest_unload_platform_compiler.cpp31 class unload_test_failure : public std::runtime_error { class
35 explicit unload_test_failure(const std::string &function, cl_int error) in unload_test_failure() function in __anond4a37f130111::unload_test_failure
58 throw unload_test_failure("clCompileProgram()", err); in compile()
69 throw unload_test_failure("clLinkProgram()", err); in link()
71 throw unload_test_failure("clLinkProgram returned nullptr"); in link()
83 throw unload_test_failure("clCreateKernel()", err); in verify()
88 throw unload_test_failure("clCreateCommandQueue()", err); in verify()
93 throw unload_test_failure("clCreateBuffer()", err); in verify()
99 throw unload_test_failure("clSetKernelArg()", err); in verify()
105 throw unload_test_failure("clEnqueueNDRangeKernel()", err); in verify()
[all …]