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.cpp438 const Allocation& dstImageBufferAlloc = dstImageBuffer->getAllocation(); in transcode() local
439 invalidateAlloc(vk, device, dstImageBufferAlloc); in transcode()
441 deMemcpy(&dstData[0], dstImageBufferAlloc.getHostPtr(), (size_t)dstImageSizeInBytes); in transcode()
699 const Allocation& dstImageBufferAlloc = dstImageBuffer->getAllocation(); in transcode() local
700 invalidateAlloc(vk, device, dstImageBufferAlloc); in transcode()
702 deMemcpy(&dstData[0], dstImageBufferAlloc.getHostPtr(), (size_t)dstImageSizeInBytes); in transcode()
DvktImageCompressionTranscodingSupport.cpp1776 const Allocation& dstImageBufferAlloc = dstImageBuffer->getAllocation(); in transcodeRead() local
1777 invalidateAlloc(vk, device, dstImageBufferAlloc); in transcodeRead()
1778 …deMemcpy(&m_dstData[levelNdx][layerNdx]->at(0), dstImageBufferAlloc.getHostPtr(), dstImageSizeInBy… in transcodeRead()
1910 const Allocation& dstImageBufferAlloc = dstImageBuffer->getAllocation(); in transcodeWrite() local
1911 invalidateAlloc(vk, device, dstImageBufferAlloc); in transcodeWrite()
1912 …deMemcpy(&m_dstData[levelNdx][layerNdx]->at(0), dstImageBufferAlloc.getHostPtr(), dstImageSizeInBy… in transcodeWrite()
2360 const Allocation& dstImageBufferAlloc = dstImageBuffer->getAllocation(); in transcodeRead() local
2361 invalidateAlloc(vk, device, dstImageBufferAlloc); in transcodeRead()
2362 …deMemcpy(&m_dstData[levelNdx][layerNdx]->at(0), dstImageBufferAlloc.getHostPtr(), dstImageSizeInBy… in transcodeRead()
2500 const Allocation& dstImageBufferAlloc = dstImageBuffer->getAllocation(); in transcodeWrite() local
[all …]