Home
last modified time | relevance | path

Searched refs:RoundUpToNextPowerOfTwo (Results 1 – 15 of 15) sorted by relevance

/external/OpenCL-CTS/test_conformance/math_brute_force/
Dutility.h168 extern cl_uint RoundUpToNextPowerOfTwo(cl_uint x);
Dmacro_unary_double.cpp161 / (sizeof(cl_double) * RoundUpToNextPowerOfTwo(test_info.threadCount)); in TestMacro_Int_Double()
Dunary_double.cpp170 / (sizeof(cl_double) * RoundUpToNextPowerOfTwo(test_info.threadCount)); in TestFunc_Double_Double()
Dmacro_unary_float.cpp160 / (sizeof(cl_float) * RoundUpToNextPowerOfTwo(test_info.threadCount)); in TestMacro_Int_Float()
Dbinary_i_float.cpp293 / (sizeof(cl_float) * RoundUpToNextPowerOfTwo(test_info.threadCount)); in TestFunc_Float_Float_Int()
Dunary_float.cpp170 / (sizeof(cl_float) * RoundUpToNextPowerOfTwo(test_info.threadCount)); in TestFunc_Float_Float()
Dbinary_i_double.cpp301 / (sizeof(cl_double) * RoundUpToNextPowerOfTwo(test_info.threadCount)); in TestFunc_Double_Double_Int()
Dmacro_binary_float.cpp273 / (sizeof(cl_float) * RoundUpToNextPowerOfTwo(test_info.threadCount)); in TestMacro_Int_Float_Float()
Dmacro_binary_double.cpp283 / (sizeof(cl_double) * RoundUpToNextPowerOfTwo(test_info.threadCount)); in TestMacro_Int_Double_Double()
Dbinary_operator_double.cpp297 / (sizeof(cl_double) * RoundUpToNextPowerOfTwo(test_info.threadCount)); in TestFunc_Double_Double_Double_Operator()
Dbinary_double.cpp299 / (sizeof(cl_double) * RoundUpToNextPowerOfTwo(test_info.threadCount)); in TestFunc_Double_Double_Double()
Dbinary_operator_float.cpp287 / (sizeof(cl_float) * RoundUpToNextPowerOfTwo(test_info.threadCount)); in TestFunc_Float_Float_Float_Operator()
Dbinary_float.cpp289 / (sizeof(cl_float) * RoundUpToNextPowerOfTwo(test_info.threadCount)); in TestFunc_Float_Float_Float()
Dmain.cpp1287 cl_uint RoundUpToNextPowerOfTwo(cl_uint x) in RoundUpToNextPowerOfTwo() function
/external/OpenCL-CTS/test_conformance/conversions/
Dtest_conversions.cpp822 cl_uint RoundUpToNextPowerOfTwo( cl_uint x );
823 cl_uint RoundUpToNextPowerOfTwo( cl_uint x ) in RoundUpToNextPowerOfTwo() function
1123 cl_uint chunks = RoundUpToNextPowerOfTwo(threads) * 2; in DoTest()
1128 chunks = RoundUpToNextPowerOfTwo(threads); in DoTest()