Searched refs:dstImageBufferAlloc (Results 1 – 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
D | vktImageTranscodingSupportTests.cpp | 438 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()
|
D | vktImageCompressionTranscodingSupport.cpp | 1780 const Allocation& dstImageBufferAlloc = dstImageBuffer->getAllocation(); in transcodeRead() local 1781 invalidateAlloc(vk, device, dstImageBufferAlloc); in transcodeRead() 1782 …deMemcpy(&m_dstData[levelNdx][layerNdx]->at(0), dstImageBufferAlloc.getHostPtr(), dstImageSizeInBy… in transcodeRead() 1914 const Allocation& dstImageBufferAlloc = dstImageBuffer->getAllocation(); in transcodeWrite() local 1915 invalidateAlloc(vk, device, dstImageBufferAlloc); in transcodeWrite() 1916 …deMemcpy(&m_dstData[levelNdx][layerNdx]->at(0), dstImageBufferAlloc.getHostPtr(), dstImageSizeInBy… in transcodeWrite() 2367 const Allocation& dstImageBufferAlloc = dstImageBuffer->getAllocation(); in transcodeRead() local 2368 invalidateAlloc(vk, device, dstImageBufferAlloc); in transcodeRead() 2369 …deMemcpy(&m_dstData[levelNdx][layerNdx]->at(0), dstImageBufferAlloc.getHostPtr(), dstImageSizeInBy… in transcodeRead() 2507 const Allocation& dstImageBufferAlloc = dstImageBuffer->getAllocation(); in transcodeWrite() local [all …]
|