Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTranscodingSupportTests.cpp436 const Allocation& dstImageBufferAlloc = dstImageBuffer->getAllocation(); in transcode() local
437 …invalidateMappedMemoryRange(vk, device, dstImageBufferAlloc.getMemory(), dstImageBufferAlloc.getOf… in transcode()
439 deMemcpy(&dstData[0], dstImageBufferAlloc.getHostPtr(), (size_t)dstImageSizeInBytes); in transcode()
697 const Allocation& dstImageBufferAlloc = dstImageBuffer->getAllocation(); in transcode() local
698 …invalidateMappedMemoryRange(vk, device, dstImageBufferAlloc.getMemory(), dstImageBufferAlloc.getOf… in transcode()
700 deMemcpy(&dstData[0], dstImageBufferAlloc.getHostPtr(), (size_t)dstImageSizeInBytes); in transcode()
DvktImageCompressionTranscodingSupport.cpp1615 const Allocation& dstImageBufferAlloc = dstImageBuffer->getAllocation(); in transcodeRead() local
1616 …invalidateMappedMemoryRange(vk, device, dstImageBufferAlloc.getMemory(), dstImageBufferAlloc.getOf… in transcodeRead()
1617 …deMemcpy(&m_dstData[levelNdx][layerNdx]->at(0), dstImageBufferAlloc.getHostPtr(), dstImageSizeInBy… in transcodeRead()
1749 const Allocation& dstImageBufferAlloc = dstImageBuffer->getAllocation(); in transcodeWrite() local
1750 …invalidateMappedMemoryRange(vk, device, dstImageBufferAlloc.getMemory(), dstImageBufferAlloc.getOf… in transcodeWrite()
1751 …deMemcpy(&m_dstData[levelNdx][layerNdx]->at(0), dstImageBufferAlloc.getHostPtr(), dstImageSizeInBy… in transcodeWrite()
2177 const Allocation& dstImageBufferAlloc = dstImageBuffer->getAllocation(); in transcodeRead() local
2178 …invalidateMappedMemoryRange(vk, device, dstImageBufferAlloc.getMemory(), dstImageBufferAlloc.getOf… in transcodeRead()
2179 …deMemcpy(&m_dstData[levelNdx][layerNdx]->at(0), dstImageBufferAlloc.getHostPtr(), dstImageSizeInBy… in transcodeRead()
2317 const Allocation& dstImageBufferAlloc = dstImageBuffer->getAllocation(); in transcodeWrite() local
[all …]