Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/c11_atomics/
Dtest_atomics.cpp61 …virtual void HostFunction(cl_uint tid, cl_uint threadCount, volatile HostAtomicType *destMemory, H… in HostFunction() function in CBasicTestStore
140 …virtual void HostFunction(cl_uint tid, cl_uint threadCount, volatile HostAtomicType *destMemory, H… in HostFunction() function in CBasicTestInit
246 …virtual void HostFunction(cl_uint tid, cl_uint threadCount, volatile HostAtomicType *destMemory, H… in HostFunction() function in CBasicTestLoad
346 …virtual void HostFunction(cl_uint tid, cl_uint threadCount, volatile HostAtomicType *destMemory, H… in HostFunction() function in CBasicTestExchange
518 …virtual void HostFunction(cl_uint tid, cl_uint threadCount, volatile HostAtomicType *destMemory, H… in HostFunction() function in CBasicTestCompareStrong
736 …virtual void HostFunction(cl_uint tid, cl_uint threadCount, volatile HostAtomicType *destMemory, H… in HostFunction() function in CBasicTestFetchAdd
816 …virtual void HostFunction(cl_uint tid, cl_uint threadCount, volatile HostAtomicType *destMemory, H… in HostFunction() function in CBasicTestFetchSub
904 …virtual void HostFunction(cl_uint tid, cl_uint threadCount, volatile HostAtomicType *destMemory, H… in HostFunction() function in CBasicTestFetchOr
997 …virtual void HostFunction(cl_uint tid, cl_uint threadCount, volatile HostAtomicType *destMemory, H… in HostFunction() function in CBasicTestFetchXor
1092 …virtual void HostFunction(cl_uint tid, cl_uint threadCount, volatile HostAtomicType *destMemory, H… in HostFunction() function in CBasicTestFetchAnd
[all …]
Dcommon.h135 …threadContext->test->HostFunction(threadContext->tid, threadContext->threadCount, threadContext->d… in HostThreadFunction()
275 …virtual void HostFunction(cl_uint tid, cl_uint threadCount, volatile HostAtomicType *destMemory, H… in HostFunction() function
1295 HostFunction(0, 1, &destItems[0], &refValues[0]); in ExecuteSingleTest()