Searched refs:INT_TEST_VALUE (Results 1 – 1 of 1) sorted by relevance
/external/OpenCL-CTS/test_conformance/atomics/ |
D | test_atomics.cpp | 22 #define INT_TEST_VALUE 402258822 macro 499 cl_int total = INT_TEST_VALUE; in test_atomic_sub_result_int() 515 …TestFns set = { INT_TEST_VALUE, LONG_TEST_VALUE, NULL, test_atomic_sub_result_int, NULL, NULL, tes… in test_atomic_sub() 543 if( refValues[ i ] == INT_TEST_VALUE ) in test_atomic_xchg_verify_int() 658 if( *intRefValue == INT_TEST_VALUE ) in test_atomic_xchg_verify_float() 705 …TestFns set = { INT_TEST_VALUE, LONG_TEST_VALUE, NULL, NULL, NULL, test_atomic_xchg_verify_int, NU… in test_atomic_xchg() 829 return INT_TEST_VALUE + (cl_int)size; in test_atomic_inc_result_int() 839 …TestFns set = { INT_TEST_VALUE, LONG_TEST_VALUE, NULL, test_atomic_inc_result_int, NULL, NULL, tes… in test_atomic_inc() 857 return INT_TEST_VALUE - (cl_int)size; in test_atomic_dec_result_int() 867 …TestFns set = { INT_TEST_VALUE, LONG_TEST_VALUE, NULL, test_atomic_dec_result_int, NULL, NULL, tes… in test_atomic_dec() [all …]
|