Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/vectors/
Dtest_vec_align.cpp88 size_t preSizeBytes, postSizeBytes, typeSize, totSize; in test_vec_internal() local
137 totSize = preSizeBytes + postSizeBytes in test_vec_internal()
217 err = checkPackedCorrectness(pBuffers, pClState, totSize, in test_vec_internal()
Dstructs.cpp382 size_t totSize, size_t beforeSize) in checkPackedCorrectness() argument
388 if ((targetArr[i] - beforeSize) % totSize != (cl_uint)0) in checkPackedCorrectness()
392 i, pClState->m_numThreads, beforeSize, totSize, in checkPackedCorrectness()
Dstructs.h75 size_t totSize, size_t beforeSize);
/external/llvm-project/openmp/libomptarget/deviceRTLs/common/src/
Dtask.cu50 size_t totSize = sizeof(omptarget_nvptx_TaskDescr) + kmpSize; in __kmpc_omp_task_alloc() local
53 totSize, "explicit task descriptor"); in __kmpc_omp_task_alloc()