Searched refs:vector_param_size_names (Results 1 – 2 of 2) sorted by relevance
/external/OpenCL-CTS/test_conformance/integer_ops/ |
D | test_popcount.cpp | 80 static const char *vector_param_size_names[] = { "", "2", "", "4", "8", "16" }; variable 156 "(__global ", test_str_names[type], vector_param_size_names[vectorSize], in test_popcount() 157 " *srcA, __global ", test_str_names[type], vector_param_size_names[vectorSize], in test_popcount()
|
D | test_absdiff.cpp | 176 static const char *vector_param_size_names[] = { "", "2", "", "4", "8", "16" }; variable 268 "(__global ", test_str_names[type], vector_param_size_names[vectorSize], in test_integer_abs_diff() 269 " *srcA, __global ", test_str_names[type], vector_param_size_names[vectorSize], in test_integer_abs_diff() 270 … " *srcB, __global u", test_str_names[type & -2], vector_param_size_names[vectorSize], in test_integer_abs_diff()
|