Home
last modified time | relevance | path

Searched refs:dstImageSizeInBytes (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageTranscodingSupportTests.cpp339 const VkDeviceSize dstImageSizeInBytes = getUncompressedImageSizeInBytes(dstFormat, m_parameters.size); in transcode() local
359 const VkBufferCreateInfo dstImageBufferInfo (makeBufferCreateInfo(dstImageSizeInBytes, VK_BUFFER_USAGE_TRANSFER_DST_BIT)); in transcode()
395 DE_ASSERT(srcImageSizeInBytes == dstImageSizeInBytes); in transcode()
433 dstImageBuffer->get(), 0ull, dstImageSizeInBytes); in transcode()
445 dstData.resize((size_t)dstImageSizeInBytes); in transcode()
446 deMemcpy(&dstData[0], dstImageBufferAlloc.getHostPtr(), (size_t)dstImageSizeInBytes); in transcode()
593 const VkDeviceSize dstImageSizeInBytes = getUncompressedImageSizeInBytes(dstFormat, m_parameters.size); in transcode() local
614 const VkBufferCreateInfo dstImageBufferInfo (makeBufferCreateInfo(dstImageSizeInBytes, VK_BUFFER_USAGE_TRANSFER_DST_BIT)); in transcode()
657 DE_ASSERT(srcImageSizeInBytes == dstImageSizeInBytes); in transcode()
699 dstImageBuffer->get(), 0ull, dstImageSizeInBytes); in transcode()
[all...]
H A DvktImageCompressionTranscodingSupport.cpp1737 const size_t dstImageSizeInBytes = m_dstData[levelNdx][0]->size(); in transcodeRead() local
1745 const VkBufferCreateInfo dstImageBufferInfo = makeBufferCreateInfo(dstImageSizeInBytes, VK_BUFFER_USAGE_TRANSFER_DST_BIT); in transcodeRead()
1813 dstImageBuffer->get(), 0ull, dstImageSizeInBytes); in transcodeRead()
1826 deMemcpy(&m_dstData[levelNdx][layerNdx]->at(0), dstImageBufferAlloc.getHostPtr(), dstImageSizeInBytes); in transcodeRead()
1871 const size_t dstImageSizeInBytes = m_dstData[levelNdx][0]->size(); in transcodeWrite() local
1884 const VkBufferCreateInfo dstImageBufferInfo = makeBufferCreateInfo(dstImageSizeInBytes, VK_BUFFER_USAGE_TRANSFER_DST_BIT); in transcodeWrite()
1946 dstImageBuffer->get(), 0ull, dstImageSizeInBytes); in transcodeWrite()
1959 deMemcpy(&m_dstData[levelNdx][layerNdx]->at(0), dstImageBufferAlloc.getHostPtr(), dstImageSizeInBytes); in transcodeWrite()
2319 const size_t dstImageSizeInBytes = m_dstData[levelNdx][0]->size(); in transcodeRead() local
2327 const VkBufferCreateInfo dstImageBufferInfo = makeBufferCreateInfo(dstImageSizeInBytes, VK_BUFFER_USAGE_TRANSFER_DST_BI in transcodeRead()
2458 const size_t dstImageSizeInBytes = m_dstData[levelNdx][0]->size(); transcodeWrite() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageTranscodingSupportTests.cpp339 const VkDeviceSize dstImageSizeInBytes = getUncompressedImageSizeInBytes(dstFormat, m_parameters.size); in transcode() local
359 const VkBufferCreateInfo dstImageBufferInfo (makeBufferCreateInfo(dstImageSizeInBytes, VK_BUFFER_USAGE_TRANSFER_DST_BIT)); in transcode()
395 DE_ASSERT(srcImageSizeInBytes == dstImageSizeInBytes); in transcode()
433 dstImageBuffer->get(), 0ull, dstImageSizeInBytes); in transcode()
445 dstData.resize((size_t)dstImageSizeInBytes); in transcode()
446 deMemcpy(&dstData[0], dstImageBufferAlloc.getHostPtr(), (size_t)dstImageSizeInBytes); in transcode()
593 const VkDeviceSize dstImageSizeInBytes = getUncompressedImageSizeInBytes(dstFormat, m_parameters.size); in transcode() local
614 const VkBufferCreateInfo dstImageBufferInfo (makeBufferCreateInfo(dstImageSizeInBytes, VK_BUFFER_USAGE_TRANSFER_DST_BIT)); in transcode()
657 DE_ASSERT(srcImageSizeInBytes == dstImageSizeInBytes); in transcode()
699 dstImageBuffer->get(), 0ull, dstImageSizeInBytes); in transcode()
[all...]
H A DvktImageCompressionTranscodingSupport.cpp1722 const size_t dstImageSizeInBytes = m_dstData[levelNdx][0]->size(); in transcodeRead() local
1730 const VkBufferCreateInfo dstImageBufferInfo = makeBufferCreateInfo(dstImageSizeInBytes, VK_BUFFER_USAGE_TRANSFER_DST_BIT); in transcodeRead()
1798 dstImageBuffer->get(), 0ull, dstImageSizeInBytes); in transcodeRead()
1811 deMemcpy(&m_dstData[levelNdx][layerNdx]->at(0), dstImageBufferAlloc.getHostPtr(), dstImageSizeInBytes); in transcodeRead()
1856 const size_t dstImageSizeInBytes = m_dstData[levelNdx][0]->size(); in transcodeWrite() local
1869 const VkBufferCreateInfo dstImageBufferInfo = makeBufferCreateInfo(dstImageSizeInBytes, VK_BUFFER_USAGE_TRANSFER_DST_BIT); in transcodeWrite()
1931 dstImageBuffer->get(), 0ull, dstImageSizeInBytes); in transcodeWrite()
1944 deMemcpy(&m_dstData[levelNdx][layerNdx]->at(0), dstImageBufferAlloc.getHostPtr(), dstImageSizeInBytes); in transcodeWrite()
2304 const size_t dstImageSizeInBytes = m_dstData[levelNdx][0]->size(); in transcodeRead() local
2312 const VkBufferCreateInfo dstImageBufferInfo = makeBufferCreateInfo(dstImageSizeInBytes, VK_BUFFER_USAGE_TRANSFER_DST_BI in transcodeRead()
2443 const size_t dstImageSizeInBytes = m_dstData[levelNdx][0]->size(); transcodeWrite() local
[all...]

Completed in 13 milliseconds