Searched refs:dstImageSizeInBytes (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageTranscodingSupportTests.cpp | 338 …const VkDeviceSize dstImageSizeInBytes = getUncompressedImageSizeInBytes(dstFormat, m_parame… in transcode() local 358 …const VkBufferCreateInfo dstImageBufferInfo (makeBufferCreateInfo(dstImageSizeInBytes, VK_BUFF… in transcode() 390 DE_ASSERT(srcImageSizeInBytes == dstImageSizeInBytes); in transcode() 428 dstImageBuffer->get(), 0ull, dstImageSizeInBytes); in transcode() 440 dstData.resize((size_t)dstImageSizeInBytes); in transcode() 441 deMemcpy(&dstData[0], dstImageBufferAlloc.getHostPtr(), (size_t)dstImageSizeInBytes); in transcode() 588 …const VkDeviceSize dstImageSizeInBytes = getUncompressedImageSizeInBytes(dstFormat, m_parame… in transcode() local 609 …const VkBufferCreateInfo dstImageBufferInfo (makeBufferCreateInfo(dstImageSizeInBytes, VK_BUFF… in transcode() 647 DE_ASSERT(srcImageSizeInBytes == dstImageSizeInBytes); in transcode() 689 dstImageBuffer->get(), 0ull, dstImageSizeInBytes); in transcode() [all …]
|
D | vktImageCompressionTranscodingSupport.cpp | 1690 const size_t dstImageSizeInBytes = m_dstData[levelNdx][0]->size(); in transcodeRead() local 1698 …const VkBufferCreateInfo dstImageBufferInfo = makeBufferCreateInfo(dstImageSizeInBytes, VK_BUFFER… in transcodeRead() 1766 dstImageBuffer->get(), 0ull, dstImageSizeInBytes); in transcodeRead() 1778 …mcpy(&m_dstData[levelNdx][layerNdx]->at(0), dstImageBufferAlloc.getHostPtr(), dstImageSizeInBytes); in transcodeRead() 1825 const size_t dstImageSizeInBytes = m_dstData[levelNdx][0]->size(); in transcodeWrite() local 1838 …const VkBufferCreateInfo dstImageBufferInfo = makeBufferCreateInfo(dstImageSizeInBytes, VK_BUFFE… in transcodeWrite() 1900 dstImageBuffer->get(), 0ull, dstImageSizeInBytes); in transcodeWrite() 1912 …mcpy(&m_dstData[levelNdx][layerNdx]->at(0), dstImageBufferAlloc.getHostPtr(), dstImageSizeInBytes); in transcodeWrite() 2270 const size_t dstImageSizeInBytes = m_dstData[levelNdx][0]->size(); in transcodeRead() local 2278 …const VkBufferCreateInfo dstImageBufferInfo = makeBufferCreateInfo(dstImageSizeInBytes, VK_BUFFER… in transcodeRead() [all …]
|