Searched refs:size_t_width (Results 1 – 5 of 5) sorted by relevance
/external/OpenCL-CTS/test_conformance/spir/ |
D | main.cpp | 119 typedef bool (*testfn)(cl_device_id device, cl_uint size_t_width, const char *folder); 316 bool test_suite(cl_device_id device, cl_uint size_t_width, const char *folder, in test_suite() argument 339 testRunner.runBuildTest(device, folder, test_name[i], size_t_width); in test_suite() 370 bool test_api (cl_device_id device, cl_uint size_t_width, const char *folder) in test_api() argument 696 …return test_suite(device, size_t_width, folder, test_name, sizeof(test_name) / sizeof(const char *… in test_api() 700 bool test_api_double (cl_device_id device, cl_uint size_t_width, const char *folder) in test_api_double() argument 724 …return test_suite(device, size_t_width, folder, test_name, sizeof(test_name) / sizeof(const char *… in test_api_double() 728 bool test_atomics (cl_device_id device, cl_uint size_t_width, const char *folder) in test_atomics() argument 780 …return test_suite(device, size_t_width, folder, test_name, sizeof(test_name) / sizeof(const char *… in test_atomics() 784 bool test_basic (cl_device_id device, cl_uint size_t_width, const char *folder) in test_basic() argument [all …]
|
D | run_build_test.h | 126 const char *test_name, cl_uint size_t_width);
|
D | run_build_test.cpp | 345 const char *test_name, cl_uint size_t_width) in runBuildTest() argument 394 get_bc_file_path(folder, test_name, bc_file, size_t_width); in runBuildTest()
|
D | run_services.h | 25 …bc_file_path(const char *folder, const char *str, std::string &bc_file_path, cl_uint size_t_width);
|
D | run_services.cpp | 56 …e_path (const char *folder, const char *test_name, std::string &bc_file_path, cl_uint size_t_width) in get_bc_file_path() argument 63 if (32 == size_t_width) in get_bc_file_path()
|