HomeSort by relevance Sort by last modified time
    Searched refs:deMemcpy (Results 1 - 25 of 90) sorted by null

1 2 3 4

  /external/deqp/framework/delibs/decpp/
deArrayBuffer.cpp 194 deMemcpy(&dst, (int*)source.getPtr() + 1, sizeof(int));
205 deMemcpy(&dst, (int*)source.getPtr() + 1, sizeof(int));
216 deMemcpy(&dst, (deUint8*)source.getPtr() + 64, sizeof(int));
227 deMemcpy(&dst, (deUint8*)source.getPtr() + 64, sizeof(int));
deArrayBuffer.hpp 116 deMemcpy(tmp.m_ptr, ptr, (int)storageSize);
141 deMemcpy(tmp.m_ptr, other.m_ptr, (int)storageSize);
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiComputeInstanceResultBuffer.cpp 48 deMemcpy(*results, m_bufferMem->getHostPtr(), sizeof(*results));
79 deMemcpy(((deUint8 *) mapPtr) + offset, &clearValue, sizeof(float));
vktApiBufferComputeInstance.cpp 74 deMemcpy((deUint8 *) mapPtr + offset, color1.getPtr(), sizeof(tcu::Vec4));
75 deMemcpy((deUint8 *) mapPtr + offset + sizeof(tcu::Vec4), color2.getPtr(), sizeof(tcu::Vec4));
vktApiBufferViewAccessTests.cpp 338 deMemcpy(m_uniformBufferAlloc->getHostPtr(), uniformData.data(), (size_t)uniformSize);
616 deMemcpy(m_vertexBufferAlloc->getHostPtr(), m_vertices.data(), (size_t)vertexDataSize);
    [all...]
  /external/deqp/execserver/
xsProtocol.cpp 62 deMemcpy(&netValue, &m_data[m_pos], sizeof(T));
115 deMemcpy(&m_buf[0], &size, sizeof(int));
124 deMemcpy(&m_buf[curPos], &netValue, sizeof(T));
138 deMemcpy(&m_buf[curPos], &value[0], strLen+1);
154 deMemcpy(dst+0, &netSize, sizeof(netSize));
155 deMemcpy(dst+4, &netType, sizeof(netType));
  /external/deqp/framework/referencerenderer/
rrVertexAttrib.cpp 63 deMemcpy(aligned, ptr, size * sizeof(SrcScalarType));
77 deMemcpy(aligned, ptr, size * sizeof(SrcScalarType));
92 deMemcpy(aligned, ptr, size * sizeof(SrcScalarType));
107 deMemcpy(aligned, ptr, size * sizeof(SrcScalarType));
118 deMemcpy(aligned, ptr, size * sizeof(deUint16));
129 deMemcpy(aligned, ptr, size * sizeof(deInt32));
140 deMemcpy(aligned, ptr, size * sizeof(double));
158 deMemcpy(&aligned, ptr, sizeof(deUint32));
170 deMemcpy(&aligned, ptr, sizeof(deUint32));
185 deMemcpy(&aligned, ptr, sizeof(deUint32))
    [all...]
  /external/deqp/framework/delibs/debase/
deMemory.h 70 DE_INLINE void* deMemcpy (void* dst, const void* src, size_t numBytes)
deMemory.c 210 deMemcpy(newPtr, ptr, copyBytes);
  /external/deqp/executor/
xeCallQueue.cpp 181 deMemcpy(bytes, m_call->getData()+m_curPos, numBytes);
237 deMemcpy(m_call->getData()+curPos, bytes, numBytes);
xeBatchResult.cpp 45 deMemcpy(&m_data[oldSize], bytes, numBytes);
  /external/deqp/modules/gles3/functional/
es3fVertexArrayObjectTests.cpp 290 deMemcpy(pos, &v, sizeof(v));
297 deMemcpy(pos, &v, sizeof(v));
304 deMemcpy(pos, &v, sizeof(v));
356 deMemcpy(componentItr, &v, sizeof(v));
364 deMemcpy(componentItr, &v, sizeof(v));
372 deMemcpy(componentItr, &v, sizeof(v));
380 deMemcpy(componentItr, &v, sizeof(v));
388 deMemcpy(componentItr, &v, sizeof(v));
396 deMemcpy(componentItr, &v, sizeof(v));
404 deMemcpy(componentItr, &v, sizeof(v))
    [all...]
es3fBufferCopyTests.cpp 113 deMemcpy(dstRef.getPtr()+m_copyDstOffset, srcRef.getPtr()+m_copySrcOffset, m_copySize);
207 deMemcpy(ref.getPtr()+dstOffset, ref.getPtr()+srcOffset, copySize);
es3fBufferMapTests.cpp 191 deMemcpy(ptr, refBuf.getPtr(m_mapOffset), m_mapSize);
252 deMemcpy((deUint8*)ptr+mapWriteOffs, refBuf.getPtr(mapOffset+mapWriteOffs), mapSize-mapWriteOffs);
311 deMemcpy((deUint8*)ptr+mapWriteOffs, refBuf.getPtr(mapOffset+mapWriteOffs), mapSize-mapWriteOffs);
372 deMemcpy(ptr, refBuf.getPtr(mapOffset), mapSize);
448 deMemcpy(ptr, refBuf.getPtr(), size);
516 deMemcpy(ptr, refBuf.getPtr(m_mapOffset), m_mapSize);
  /external/deqp/framework/common/
tcuSeedBuilder.cpp 197 deMemcpy(&val, &value, sizeof(deUint32));
218 deMemcpy(&val, &value, sizeof(deUint64));
tcuThreadUtil.cpp 270 deMemcpy(&(m_data[0]), data, size);
  /external/deqp/framework/delibs/destream/
deRingbuffer.c 144 deMemcpy(dst, src, (size_t)writeSize);
241 deMemcpy(dst, src, (size_t)writeSize);
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawIndirectTest.cpp 252 deMemcpy(ptr, &m_junkData, static_cast<size_t>(m_offsetInBuffer));
253 deMemcpy((ptr+m_offsetInBuffer), &m_indirectDrawCmd[0], static_cast<size_t>(dataSize));
435 deMemcpy(ptr, &m_junkData, static_cast<size_t>(m_offsetInBuffer));
436 deMemcpy((ptr + m_offsetInBuffer), &m_indirectDrawCmd[0], static_cast<size_t>(dataSize));
vktDrawImageObjectUtil.cpp 74 deMemcpy(dstRow, srcRow, static_cast<size_t>(size));
87 deMemcpy(dstRow, srcRow, static_cast<size_t>(rowPitch));
126 deMemcpy(dstRow, srcRow, static_cast<size_t>(size));
138 deMemcpy(dstRow, srcRow, static_cast<size_t>(pixelSize * width));
380 deMemcpy(data, destPtr, static_cast<size_t>(bufferSize));
710 deMemcpy(destPtr, data, static_cast<size_t>(bufferSize));
    [all...]
vktDrawIndexedTest.cpp 133 deMemcpy(ptr, &m_indexes[0], static_cast<size_t>(dataSize));
234 deMemcpy(ptr, &m_indexes[0], static_cast<size_t>(dataSize));
vktDrawBaseClass.cpp 129 deMemcpy(ptr, &m_data[0], static_cast<size_t>(dataSize));
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateImageObjectUtil.cpp 74 deMemcpy(dstRow, srcRow, static_cast<size_t>(size));
87 deMemcpy(dstRow, srcRow, static_cast<size_t>(rowPitch));
126 deMemcpy(dstRow, srcRow, static_cast<size_t>(size));
138 deMemcpy(dstRow, srcRow, static_cast<size_t>(pixelSize * width));
380 deMemcpy(data, destPtr, static_cast<size_t>(bufferSize));
710 deMemcpy(destPtr, data, static_cast<size_t>(bufferSize));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolImageObjectUtil.cpp 74 deMemcpy(dstRow, srcRow, static_cast<size_t>(size));
87 deMemcpy(dstRow, srcRow, static_cast<size_t>(rowPitch));
126 deMemcpy(dstRow, srcRow, static_cast<size_t>(size));
139 deMemcpy(dstRow, srcRow, static_cast<size_t>(pixelSize * width));
357 deMemcpy(data, destPtr, static_cast<size_t>(bufferSize));
687 deMemcpy(destPtr, data, static_cast<size_t>(bufferSize));
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkBinaryRegistry.cpp 96 deMemcpy(&words[0], combinedStr.c_str(), strLen);
167 deMemcpy(bytes, &word, sizeof(word));
  /external/deqp/framework/opengl/
gluDrawUtil.cpp 317 deMemcpy((deUint8*)dstBasePtr + (deUintptr)dstVA.pointer + ndx*dstStride, (const deUint8*)srcPtr.data + ndx*srcStride, elementSize);
320 deMemcpy((deUint8*)dstBasePtr + (deUintptr)dstVA.pointer, srcPtr.data, elementSize*dstVA.numElements);

Completed in 3567 milliseconds

1 2 3 4