Searched refs:dstImageBufferAlloc (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageTranscodingSupportTests.cpp | 443 const Allocation& dstImageBufferAlloc = dstImageBuffer->getAllocation(); in transcode() local 444 invalidateAlloc(vk, device, dstImageBufferAlloc); in transcode() 446 deMemcpy(&dstData[0], dstImageBufferAlloc.getHostPtr(), (size_t)dstImageSizeInBytes); in transcode() 709 const Allocation& dstImageBufferAlloc = dstImageBuffer->getAllocation(); in transcode() local 710 invalidateAlloc(vk, device, dstImageBufferAlloc); in transcode() 712 deMemcpy(&dstData[0], dstImageBufferAlloc.getHostPtr(), (size_t)dstImageSizeInBytes); in transcode()
|
H A D | vktImageCompressionTranscodingSupport.cpp | 1824 const Allocation& dstImageBufferAlloc = dstImageBuffer->getAllocation(); in transcodeRead() local 1825 invalidateAlloc(vk, device, dstImageBufferAlloc); in transcodeRead() 1826 deMemcpy(&m_dstData[levelNdx][layerNdx]->at(0), dstImageBufferAlloc.getHostPtr(), dstImageSizeInBytes); in transcodeRead() 1957 const Allocation& dstImageBufferAlloc = dstImageBuffer->getAllocation(); in transcodeWrite() local 1958 invalidateAlloc(vk, device, dstImageBufferAlloc); in transcodeWrite() 1959 deMemcpy(&m_dstData[levelNdx][layerNdx]->at(0), dstImageBufferAlloc.getHostPtr(), dstImageSizeInBytes); in transcodeWrite() 2410 const Allocation& dstImageBufferAlloc = dstImageBuffer->getAllocation(); in transcodeRead() local 2411 invalidateAlloc(vk, device, dstImageBufferAlloc); in transcodeRead() 2412 deMemcpy(&m_dstData[levelNdx][layerNdx]->at(0), dstImageBufferAlloc.getHostPtr(), dstImageSizeInBytes); in transcodeRead() 2549 const Allocation& dstImageBufferAlloc in transcodeWrite() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageTranscodingSupportTests.cpp | 443 const Allocation& dstImageBufferAlloc = dstImageBuffer->getAllocation(); in transcode() local 444 invalidateAlloc(vk, device, dstImageBufferAlloc); in transcode() 446 deMemcpy(&dstData[0], dstImageBufferAlloc.getHostPtr(), (size_t)dstImageSizeInBytes); in transcode() 709 const Allocation& dstImageBufferAlloc = dstImageBuffer->getAllocation(); in transcode() local 710 invalidateAlloc(vk, device, dstImageBufferAlloc); in transcode() 712 deMemcpy(&dstData[0], dstImageBufferAlloc.getHostPtr(), (size_t)dstImageSizeInBytes); in transcode()
|
H A D | vktImageCompressionTranscodingSupport.cpp | 1809 const Allocation& dstImageBufferAlloc = dstImageBuffer->getAllocation(); in transcodeRead() local 1810 invalidateAlloc(vk, device, dstImageBufferAlloc); in transcodeRead() 1811 deMemcpy(&m_dstData[levelNdx][layerNdx]->at(0), dstImageBufferAlloc.getHostPtr(), dstImageSizeInBytes); in transcodeRead() 1942 const Allocation& dstImageBufferAlloc = dstImageBuffer->getAllocation(); in transcodeWrite() local 1943 invalidateAlloc(vk, device, dstImageBufferAlloc); in transcodeWrite() 1944 deMemcpy(&m_dstData[levelNdx][layerNdx]->at(0), dstImageBufferAlloc.getHostPtr(), dstImageSizeInBytes); in transcodeWrite() 2395 const Allocation& dstImageBufferAlloc = dstImageBuffer->getAllocation(); in transcodeRead() local 2396 invalidateAlloc(vk, device, dstImageBufferAlloc); in transcodeRead() 2397 deMemcpy(&m_dstData[levelNdx][layerNdx]->at(0), dstImageBufferAlloc.getHostPtr(), dstImageSizeInBytes); in transcodeRead() 2534 const Allocation& dstImageBufferAlloc in transcodeWrite() local [all...] |
Completed in 25 milliseconds