Home
last modified time | relevance | path

Searched defs:startRefValues (Results 1 – 3 of 3) sorted by relevance

/external/OpenCL-CTS/test_conformance/atomics/
Dtest_atomics.cpp127 void *refValues, *startRefValues; in test_atomic_function() local
464 cl_int test_atomic_add_result_int( size_t size, cl_int *startRefValues, size_t whichDestValue ) in test_atomic_add_result_int()
472 cl_long test_atomic_add_result_long( size_t size, cl_long *startRefValues, size_t whichDestValue ) in test_atomic_add_result_long()
497 cl_int test_atomic_sub_result_int( size_t size, cl_int *startRefValues, size_t whichDestValue ) in test_atomic_sub_result_int()
505 cl_long test_atomic_sub_result_long( size_t size, cl_long *startRefValues, size_t whichDestValue ) in test_atomic_sub_result_long()
723 cl_int test_atomic_min_result_int( size_t size, cl_int *startRefValues, size_t whichDestValue ) in test_atomic_min_result_int()
734 void test_atomic_min_gen_int( size_t size, cl_int *startRefValues, MTdata d ) in test_atomic_min_gen_int()
740 cl_long test_atomic_min_result_long( size_t size, cl_long *startRefValues, size_t whichDestValue ) in test_atomic_min_result_long()
751 void test_atomic_min_gen_long( size_t size, cl_long *startRefValues, MTdata d ) in test_atomic_min_gen_long()
775 cl_int test_atomic_max_result_int( size_t size, cl_int *startRefValues, size_t whichDestValue ) in test_atomic_max_result_int()
[all …]
/external/OpenCL-CTS/test_conformance/c11_atomics/
Dtest_atomics.cpp65 …ol ExpectedValue(HostDataType &expected, cl_uint threadCount, HostDataType *startRefValues, cl_uin… in ExpectedValue()
144 …ol ExpectedValue(HostDataType &expected, cl_uint threadCount, HostDataType *startRefValues, cl_uin… in ExpectedValue()
251 …ol ExpectedValue(HostDataType &expected, cl_uint threadCount, HostDataType *startRefValues, cl_uin… in ExpectedValue()
743 …ol ExpectedValue(HostDataType &expected, cl_uint threadCount, HostDataType *startRefValues, cl_uin… in ExpectedValue()
820 …ol ExpectedValue(HostDataType &expected, cl_uint threadCount, HostDataType *startRefValues, cl_uin… in ExpectedValue()
912 …ol ExpectedValue(HostDataType &expected, cl_uint threadCount, HostDataType *startRefValues, cl_uin… in ExpectedValue()
1004 …ol ExpectedValue(HostDataType &expected, cl_uint threadCount, HostDataType *startRefValues, cl_uin… in ExpectedValue()
1100 …ol ExpectedValue(HostDataType &expected, cl_uint threadCount, HostDataType *startRefValues, cl_uin… in ExpectedValue()
1219 …ol ExpectedValue(HostDataType &expected, cl_uint threadCount, HostDataType *startRefValues, cl_uin… in ExpectedValue()
1341 …ol ExpectedValue(HostDataType &expected, cl_uint threadCount, HostDataType *startRefValues, cl_uin… in ExpectedValue()
[all …]
Dcommon.h160 …ol ExpectedValue(HostDataType &expected, cl_uint threadCount, HostDataType *startRefValues, cl_uin… in ExpectedValue()
164 virtual bool GenerateRefs(cl_uint threadCount, HostDataType *startRefValues, MTdata d) in GenerateRefs()
930 std::vector<HostDataType> refValues, startRefValues; in ExecuteSingleTest() local