Searched refs:totSize (Results 1 – 4 of 4) sorted by relevance
/external/OpenCL-CTS/test_conformance/vectors/ |
D | test_vec_align.cpp | 88 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()
|
D | structs.cpp | 382 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()
|
D | structs.h | 75 size_t totSize, size_t beforeSize);
|
/external/llvm-project/openmp/libomptarget/deviceRTLs/common/src/ |
D | task.cu | 50 size_t totSize = sizeof(omptarget_nvptx_TaskDescr) + kmpSize; in __kmpc_omp_task_alloc() local 53 totSize, "explicit task descriptor"); in __kmpc_omp_task_alloc()
|