Searched refs:destMemory (Results 1 – 3 of 3) sorted by relevance
/external/OpenCL-CTS/test_conformance/c11_atomics/ |
D | test_atomics.cpp | 61 …virtual void HostFunction(cl_uint tid, cl_uint threadCount, volatile HostAtomicType *destMemory, H… in HostFunction() argument 63 host_atomic_store(&destMemory[tid], (HostDataType)tid, MemoryOrder()); in HostFunction() 140 …virtual void HostFunction(cl_uint tid, cl_uint threadCount, volatile HostAtomicType *destMemory, H… in HostFunction() argument 142 host_atomic_init(&destMemory[tid], (HostDataType)tid); in HostFunction() 246 …virtual void HostFunction(cl_uint tid, cl_uint threadCount, volatile HostAtomicType *destMemory, H… in HostFunction() argument 248 host_atomic_store(&destMemory[tid], (HostDataType)tid, MEMORY_ORDER_SEQ_CST); in HostFunction() 249 … oldValues[tid] = host_atomic_load<HostAtomicType, HostDataType>(&destMemory[tid], MemoryOrder()); in HostFunction() 346 …virtual void HostFunction(cl_uint tid, cl_uint threadCount, volatile HostAtomicType *destMemory, H… in HostFunction() argument 348 oldValues[tid] = host_atomic_exchange(&destMemory[0], (HostDataType)tid, MemoryOrder()); in HostFunction() 350 oldValues[tid] = host_atomic_exchange(&destMemory[0], oldValues[tid], MemoryOrder()); in HostFunction() [all …]
|
D | common.h | 129 volatile HostAtomicType *destMemory; member 135 …unction(threadContext->tid, threadContext->threadCount, threadContext->destMemory, threadContext->… in HostThreadFunction() 275 …virtual void HostFunction(cl_uint tid, cl_uint threadCount, volatile HostAtomicType *destMemory, H… in HostFunction() argument 1163 hostThreadContexts[t].destMemory = UseSVM() ? svmAtomicBuffer : &destItems[0]; in ExecuteSingleTest()
|
/external/angle/src/libANGLE/renderer/gl/ |
D | BlitGL.cpp | 771 uint8_t *destMemory = buffer->data() + sourceBufferSize; in copySubTextureCPUReadback() local 800 destMemory, readPixelsArea.width * destInternalFormatInfo.pixelBytes, in copySubTextureCPUReadback() 817 texSubImageFormat.format, texSubImageFormat.type, destMemory)); in copySubTextureCPUReadback()
|