Home
last modified time | relevance | path

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

/aosp_15_r20/external/OpenCL-CTS/test_conformance/atomics/
H A Dtest_atomics.cpp139 void *refValues, *startRefValues; in test_atomic_function() local
555 cl_int test_atomic_add_result_int(size_t size, cl_int *startRefValues, in test_atomic_add_result_int()
563 cl_long test_atomic_add_result_long(size_t size, cl_long *startRefValues, in test_atomic_add_result_long()
605 cl_int test_atomic_sub_result_int(size_t size, cl_int *startRefValues, in test_atomic_sub_result_int()
613 cl_long test_atomic_sub_result_long(size_t size, cl_long *startRefValues, in test_atomic_sub_result_long()
897 cl_int test_atomic_min_result_int(size_t size, cl_int *startRefValues, in test_atomic_min_result_int()
908 void test_atomic_min_gen_int(size_t size, cl_int *startRefValues, MTdata d) in test_atomic_min_gen_int()
915 cl_long test_atomic_min_result_long(size_t size, cl_long *startRefValues, in test_atomic_min_result_long()
926 void test_atomic_min_gen_long(size_t size, cl_long *startRefValues, MTdata d) in test_atomic_min_gen_long()
969 cl_int test_atomic_max_result_int(size_t size, cl_int *startRefValues, in test_atomic_max_result_int()
[all …]
/aosp_15_r20/external/OpenCL-CTS/test_conformance/c11_atomics/
H A Dtest_atomics.cpp75 HostDataType *startRefValues, in ExpectedValue()
197 HostDataType *startRefValues, in ExpectedValue()
356 HostDataType *startRefValues, in ExpectedValue()
1103 HostDataType *startRefValues, in ExpectedValue()
1230 HostDataType *startRefValues, in ExpectedValue()
1372 HostDataType *startRefValues, in ExpectedValue()
1513 HostDataType *startRefValues, in ExpectedValue()
1658 HostDataType *startRefValues, in ExpectedValue()
1834 HostDataType *startRefValues, in ExpectedValue()
2014 HostDataType *startRefValues, in ExpectedValue()
[all …]
H A Dcommon.h166 HostDataType *startRefValues, in ExpectedValue()
171 virtual bool GenerateRefs(cl_uint threadCount, HostDataType *startRefValues, in GenerateRefs()
1103 std::vector<HostDataType> refValues, startRefValues; in ExecuteSingleTest() local