Home
last modified time | relevance | path

Searched refs:deMemcpy (Results 1 – 25 of 129) sorted by relevance

123456

/external/deqp/framework/referencerenderer/
DrrVertexAttrib.cpp63 deMemcpy(aligned, ptr, size * sizeof(SrcScalarType)); in readOrder()
77 deMemcpy(aligned, ptr, size * sizeof(SrcScalarType)); in readUnormOrder()
92 deMemcpy(aligned, ptr, size * sizeof(SrcScalarType)); in readSnormClamp()
107 deMemcpy(aligned, ptr, size * sizeof(SrcScalarType)); in readSnormScale()
118 deMemcpy(aligned, ptr, size * sizeof(deUint16)); in readHalf()
129 deMemcpy(aligned, ptr, size * sizeof(deInt32)); in readFixed()
140 deMemcpy(aligned, ptr, size * sizeof(double)); in readDouble()
158 deMemcpy(&aligned, ptr, sizeof(deUint32)); in readUint2101010Rev()
170 deMemcpy(&aligned, ptr, sizeof(deUint32)); in readInt2101010Rev()
185 deMemcpy(&aligned, ptr, sizeof(deUint32)); in readUnorm2101010RevOrder()
[all …]
/external/deqp/execserver/
DxsProtocol.cpp62 deMemcpy(&netValue, &m_data[m_pos], sizeof(T)); in get()
115 deMemcpy(&m_buf[0], &size, sizeof(int)); in finalize()
124 deMemcpy(&m_buf[curPos], &netValue, sizeof(T)); in put()
138 deMemcpy(&m_buf[curPos], &value[0], strLen+1); in put()
154 deMemcpy(dst+0, &netSize, sizeof(netSize)); in writeHeader()
155 deMemcpy(dst+4, &netType, sizeof(netType)); in writeHeader()
/external/deqp/framework/delibs/decpp/
DdeArrayBuffer.cpp194 deMemcpy(&dst, (int*)source.getPtr() + 1, sizeof(int)); in ArrayBuffer_selfTest()
205 deMemcpy(&dst, (int*)source.getPtr() + 1, sizeof(int)); in ArrayBuffer_selfTest()
216 deMemcpy(&dst, (deUint8*)source.getPtr() + 64, sizeof(int)); in ArrayBuffer_selfTest()
227 deMemcpy(&dst, (deUint8*)source.getPtr() + 64, sizeof(int)); in ArrayBuffer_selfTest()
DdeArrayBuffer.hpp116 deMemcpy(tmp.m_ptr, ptr, (int)storageSize); in ArrayBuffer()
141 deMemcpy(tmp.m_ptr, other.m_ptr, (int)storageSize); in ArrayBuffer()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiComputeInstanceResultBuffer.cpp49 deMemcpy(*results, m_bufferMem->getHostPtr(), sizeof(*results)); in readResultContentsTo()
55 deMemcpy(result, m_bufferMem->getHostPtr(), sizeof(*result)); in readResultContentsTo()
87 deMemcpy(((deUint8 *) mapPtr) + offset, &clearValue, sizeof(float)); in createResultBuffer()
DvktApiBufferComputeInstance.cpp121 deMemcpy((deUint8 *) mapPtr + offset, color1.getPtr(), sizeof(tcu::Vec4)); in createColorDataBuffer()
122 deMemcpy((deUint8 *) mapPtr + offset + sizeof(tcu::Vec4), color2.getPtr(), sizeof(tcu::Vec4)); in createColorDataBuffer()
DvktApiBufferViewAccessTests.cpp312 deMemcpy(m_uniformBufferAlloc->getHostPtr(), uniformData.data(), (size_t)uniformSize); in BufferViewTestInstance()
592 deMemcpy(m_vertexBufferAlloc->getHostPtr(), m_vertices.data(), (size_t)vertexDataSize); in BufferViewTestInstance()
783 deMemcpy(m_uniformBufferAlloc->getHostPtr(), uniformData.data(), (size_t)uniformSize); in iterate()
DvktApiFillBufferTests.cpp219 deMemcpy(bufferAlloc.getHostPtr(), bufferAccess.getDataPtr(), bufferSize); in uploadBuffer()
369 deMemcpy(currentPtr, m_params.testData, (size_t)m_params.size); in generateExpectedResult()
/external/deqp/modules/gles3/functional/
Des3fVertexArrayObjectTests.cpp290 deMemcpy(pos, &v, sizeof(v)); in generateIndices()
297 deMemcpy(pos, &v, sizeof(v)); in generateIndices()
304 deMemcpy(pos, &v, sizeof(v)); in generateIndices()
356 deMemcpy(componentItr, &v, sizeof(v)); in createRandomBufferData()
364 deMemcpy(componentItr, &v, sizeof(v)); in createRandomBufferData()
372 deMemcpy(componentItr, &v, sizeof(v)); in createRandomBufferData()
380 deMemcpy(componentItr, &v, sizeof(v)); in createRandomBufferData()
388 deMemcpy(componentItr, &v, sizeof(v)); in createRandomBufferData()
396 deMemcpy(componentItr, &v, sizeof(v)); in createRandomBufferData()
404 deMemcpy(componentItr, &v, sizeof(v)); in createRandomBufferData()
[all …]
Des3fBufferMapTests.cpp191 deMemcpy(ptr, refBuf.getPtr(m_mapOffset), m_mapSize); in iterate()
252 deMemcpy((deUint8*)ptr+mapWriteOffs, refBuf.getPtr(mapOffset+mapWriteOffs), mapSize-mapWriteOffs); in iterate()
311 deMemcpy((deUint8*)ptr+mapWriteOffs, refBuf.getPtr(mapOffset+mapWriteOffs), mapSize-mapWriteOffs); in iterate()
372 deMemcpy(ptr, refBuf.getPtr(mapOffset), mapSize); in iterate()
448 deMemcpy(ptr, refBuf.getPtr(), size); in iterate()
516 deMemcpy(ptr, refBuf.getPtr(m_mapOffset), m_mapSize); in iterate()
Des3fBufferCopyTests.cpp113 deMemcpy(dstRef.getPtr()+m_copyDstOffset, srcRef.getPtr()+m_copySrcOffset, m_copySize); in iterate()
207 deMemcpy(ref.getPtr()+dstOffset, ref.getPtr()+srcOffset, copySize); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawIndirectTest.cpp202 deMemcpy(&m_indirectBufferContents[currentSize], &command, sizeof(command)); in addCommand()
214 deMemcpy(&m_indirectBufferContents[currentSize], &command, sizeof(command)); in addCommand()
360 deMemcpy(ptr, &m_junkData, static_cast<size_t>(m_offsetInBuffer)); in iterate()
361 deMemcpy(ptr + m_offsetInBuffer, &m_indirectBufferContents[0], static_cast<size_t>(dataSize)); in iterate()
625 deMemcpy(ptr, &m_junkData, static_cast<size_t>(m_offsetInBuffer)); in iterate()
626 deMemcpy((ptr + m_offsetInBuffer), &m_indirectBufferContents[0], static_cast<size_t>(dataSize)); in iterate()
DvktDrawImageObjectUtil.cpp74 deMemcpy(dstRow, srcRow, static_cast<size_t>(size)); in pack()
87 deMemcpy(dstRow, srcRow, static_cast<size_t>(rowPitch)); in pack()
126 deMemcpy(dstRow, srcRow, static_cast<size_t>(size)); in unpack()
138 deMemcpy(dstRow, srcRow, static_cast<size_t>(pixelSize * width)); in unpack()
371 deMemcpy(data, destPtr, static_cast<size_t>(bufferSize)); in readUsingBuffer()
688 deMemcpy(destPtr, data, static_cast<size_t>(bufferSize)); in uploadUsingBuffer()
DvktDrawIndexedTest.cpp150 deMemcpy(ptr, &m_indexes[0], static_cast<size_t>(dataSize)); in iterate()
251 deMemcpy(ptr, &m_indexes[0], static_cast<size_t>(dataSize)); in iterate()
/external/deqp/executor/
DxeCallQueue.cpp181 deMemcpy(bytes, m_call->getData()+m_curPos, numBytes); in read()
237 deMemcpy(m_call->getData()+curPos, bytes, numBytes); in write()
DxeBatchResult.cpp45 deMemcpy(&m_data[oldSize], bytes, numBytes); in append()
/external/deqp/framework/common/
DtcuSeedBuilder.cpp197 deMemcpy(&val, &value, sizeof(deUint32)); in operator <<()
218 deMemcpy(&val, &value, sizeof(deUint64)); in operator <<()
/external/deqp/framework/delibs/debase/
DdeMemory.h70 DE_INLINE void* deMemcpy (void* dst, const void* src, size_t numBytes) in deMemcpy() function
/external/deqp/framework/delibs/destream/
DdeRingbuffer.c144 deMemcpy(dst, src, (size_t)writeSize); in producerStream_write()
241 deMemcpy(dst, src, (size_t)writeSize); in consumerStream_read()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTranscodingSupportTests.cpp175 deMemcpy(start, pattern, sizeof(pattern)); in generateData()
391 deMemcpy(vertexBufferAlloc.getHostPtr(), &vertexArray[0], vertexBufferSizeInBytes); in transcode()
396 deMemcpy(alloc.getHostPtr(), &srcData[0], (size_t)srcImageSizeInBytes); in transcode()
439 deMemcpy(&dstData[0], dstImageBufferAlloc.getHostPtr(), (size_t)dstImageSizeInBytes); in transcode()
648 deMemcpy(vertexBufferAlloc.getHostPtr(), &vertexArray[0], vertexBufferSizeInBytes); in transcode()
653 deMemcpy(alloc.getHostPtr(), &srcData[0], (size_t)srcImageSizeInBytes); in transcode()
700 deMemcpy(&dstData[0], dstImageBufferAlloc.getHostPtr(), (size_t)dstImageSizeInBytes); in transcode()
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationCommonEdgeTests.cpp340deMemcpy(pData + vertexPositionsOffset, &gridPosComps[0], static_cast<std::size_t>(sizeInBytes(… in test()
341deMemcpy(pData + vertexTessParamsOffset, &gridTessParams[0], static_cast<std::size_t>(sizeInBytes(… in test()
342deMemcpy(pData + vertexIndicesOffset, &gridIndices[0], static_cast<std::size_t>(sizeInBytes(… in test()
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.cpp167deMemcpy((*allocations)[planeNdx]->getHostPtr(), imageData.getPlanePtr(planeNdx), imageData.getPla… in allocateAndWriteStagingBuffers()
180deMemcpy(imageData->getPlanePtr(planeNdx), allocations[planeNdx]->getHostPtr(), imageData->getPlan… in readStagingBuffers()
471 deMemcpy(dstPtr, srcPtr, rowSize); in fillImageMemory()
778 deMemcpy(dstPtr, srcPtr, rowSize); in readImageMemory()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelinePushConstantTests.cpp207 deMemcpy(m_pushConstantRange, pushConstantRange, sizeof(PushConstantData) * MAX_RANGE_COUNT); in PushConstantGraphicsTest()
610 deMemcpy(m_pushConstantRange, pushConstantRange, sizeof(PushConstantData) * MAX_RANGE_COUNT); in PushConstantGraphicsTestInstance()
778 deMemcpy(m_uniformBufferAlloc->getHostPtr(), &value, 16u); in PushConstantGraphicsTestInstance()
1068deMemcpy(m_vertexBufferAlloc->getHostPtr(), m_vertices.data(), m_vertices.size() * sizeof(Vertex4R… in PushConstantGraphicsTestInstance()
DvktPipelineDepthTests.cpp187 deMemcpy(m_depthCompareOps, depthCompareOps, sizeof(VkCompareOp) * QUAD_COUNT); in DepthTest()
237 deMemcpy(m_depthCompareOps, depthCompareOps, sizeof(VkCompareOp) * DepthTest::QUAD_COUNT); in DepthTestInstance()
693deMemcpy(m_vertexBufferAlloc->getHostPtr(), m_vertices.data(), m_vertices.size() * sizeof(Vertex4R… in DepthTestInstance()
DvktPipelineBlendTests.cpp254 deMemcpy(m_blendStates, blendStates, sizeof(VkPipelineColorBlendAttachmentState) * QUAD_COUNT); in BlendTest()
308deMemcpy(m_blendStates, blendStates, sizeof(VkPipelineColorBlendAttachmentState) * BlendTest::QUAD… in BlendTestInstance()
679deMemcpy(m_vertexBufferAlloc->getHostPtr(), m_vertices.data(), m_vertices.size() * sizeof(Vertex4R… in BlendTestInstance()

123456