Searched refs:gWimpyReductionFactor (Results 1 – 7 of 7) sorted by relevance
/external/OpenCL-CTS/test_conformance/half/ |
D | main.cpp | 202 parseWimpyReductionFactor( arg, gWimpyReductionFactor); in ParseArgs() 233 vlog( "*** Wimpy Reduction Factor: %-27u ***\n\n", gWimpyReductionFactor); in ParseArgs() 244 …py reduction factor, recommended range of n is 1-12, default factor(%u)\n", gWimpyReductionFactor); in PrintUsage()
|
D | cl_utils.h | 77 extern int gWimpyReductionFactor;
|
D | cl_utils.cpp | 62 int gWimpyReductionFactor = 512; variable
|
D | Test_vStoreHalf.cpp | 683 stride = (uint64_t)blockCount * (uint64_t)gWimpyReductionFactor; in Test_vStoreHalf_private() 1281 stride = (uint64_t)blockCount * (uint64_t)gWimpyReductionFactor; in Test_vStoreaHalf_private()
|
/external/OpenCL-CTS/test_conformance/math_brute_force/ |
D | utility.h | 37 extern int gWimpyReductionFactor; 236 return (cl_uint)typeSize * 2 * gWimpyReductionFactor; in getTestScale() 252 return (1ULL << 32) * gWimpyReductionFactor / (512); in getTestStep()
|
D | main.cpp | 102 int gWimpyReductionFactor = 32; variable 421 parseWimpyReductionFactor(arg, gWimpyReductionFactor); in ParseArgs() 515 gWimpyReductionFactor); in ParseArgs() 554 gWimpyReductionFactor); in PrintUsage()
|
/external/OpenCL-CTS/test_conformance/conversions/ |
D | test_conversions.cpp | 96 int gWimpyReductionFactor = 128; variable 403 parseWimpyReductionFactor(arg, gWimpyReductionFactor); in ParseArgs() 494 vlog("*** Wimpy Reduction Factor: %-27u ***\n\n", gWimpyReductionFactor); in ParseArgs() 521 …py reduction factor, recommended range of n is 1-12, default factor(%u)\n", gWimpyReductionFactor); in PrintUsage() 1070 step = (size_t)blockCount * (size_t)gWimpyReductionFactor; in DoTest()
|