Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/integer_ops/
Dtest_int_basic_ops.cpp411 … num_runs_shift, ExplicitType type, int testID, MTdata randIn, uint64_t startIndx, uint64_t endInd…
522 uint64_t startIndx = (uint64_t)0; in test_integer_ops_threaded() local
524 uint64_t jobcount = (endIndx-startIndx)/num_elements; in test_integer_ops_threaded()
536 pThreadInfo->m_offset = startIndx; in test_integer_ops_threaded()
562 uint64_t startIndx, uint64_t endIndx, in test_integer_ops() argument
628 if(startIndx >= endIndx) in test_integer_ops()
630 startIndx = (uint64_t)0; in test_integer_ops()
633 for (indx=startIndx; indx < endIndx; indx+=num_elements) in test_integer_ops()