Home
last modified time | relevance | path

Searched refs:gWimpyReductionFactor (Results 1 – 7 of 7) sorted by relevance

/external/OpenCL-CTS/test_conformance/half/
Dmain.cpp202 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()
Dcl_utils.h77 extern int gWimpyReductionFactor;
Dcl_utils.cpp62 int gWimpyReductionFactor = 512; variable
DTest_vStoreHalf.cpp683 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/
Dutility.h37 extern int gWimpyReductionFactor;
236 return (cl_uint)typeSize * 2 * gWimpyReductionFactor; in getTestScale()
252 return (1ULL << 32) * gWimpyReductionFactor / (512); in getTestStep()
Dmain.cpp102 int gWimpyReductionFactor = 32; variable
421 parseWimpyReductionFactor(arg, gWimpyReductionFactor); in ParseArgs()
515 gWimpyReductionFactor); in ParseArgs()
554 gWimpyReductionFactor); in PrintUsage()
/external/OpenCL-CTS/test_conformance/conversions/
Dtest_conversions.cpp96 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()