Searched refs:test_single_param_integer_fn (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/OpenCL-CTS/test_conformance/integer_ops/ |
H A D | test_integers.cpp | 221 int test_single_param_integer_fn( cl_command_queue queue, cl_context context, const char *fnName, s… in test_single_param_integer_fn() function 336 return test_single_param_integer_fn( queue, context, "clz", verify_integer_clz ); in test_integer_clz() 430 return test_single_param_integer_fn( queue, context, "ctz", verify_integer_ctz ); in test_integer_ctz() 464 …return test_single_param_integer_fn( queue, context, #op, verify_integer_##opName##Assign, true );… 521 …return test_single_param_integer_fn( queue, context, #op, verify_integer_##opName##Assign, true );…
|