Searched refs:TestFns (Results 1 – 1 of 1) sorted by relevance
/external/OpenCL-CTS/test_conformance/atomics/ |
D | test_atomics.cpp | 57 struct TestFns struct 119 TestFns testFns, in test_atomic_function() 427 TestFns testFns, in test_atomic_function_set() 482 …TestFns set = { 0, 0LL, NULL, test_atomic_add_result_int, NULL, NULL, test_atomic_add_result_long,… in test_atomic_add() 515 …TestFns set = { INT_TEST_VALUE, LONG_TEST_VALUE, NULL, test_atomic_sub_result_int, NULL, NULL, tes… in test_atomic_sub() 705 …TestFns set = { INT_TEST_VALUE, LONG_TEST_VALUE, NULL, NULL, NULL, test_atomic_xchg_verify_int, NU… in test_atomic_xchg() 759 …TestFns set = { 0x7fffffffL, 0x7fffffffffffffffLL, NULL, test_atomic_min_result_int, test_atomic_m… in test_atomic_min() 811 …TestFns set = { 0, 0, NULL, test_atomic_max_result_int, test_atomic_max_gen_int, NULL, test_atomic… in test_atomic_max() 839 …TestFns set = { INT_TEST_VALUE, LONG_TEST_VALUE, NULL, test_atomic_inc_result_int, NULL, NULL, tes… in test_atomic_inc() 867 …TestFns set = { INT_TEST_VALUE, LONG_TEST_VALUE, NULL, test_atomic_dec_result_int, NULL, NULL, tes… in test_atomic_dec() [all …]
|