Home
last modified time | relevance | path

Searched refs:VkBufferImageCopy (Results 1 – 25 of 104) sorted by relevance

12345

/external/swiftshader/src/Vulkan/
DVkImage.hpp44 void copyTo(VkBuffer dstBuffer, const VkBufferImageCopy& region);
45 void copyFrom(VkBuffer srcBuffer, const VkBufferImageCopy& region);
58 void copy(VkBuffer buffer, const VkBufferImageCopy& region, bool bufferIsSource);
DVkCommandBuffer.cpp220 ImageToBufferCopy(VkImage pSrcImage, VkBuffer pDstBuffer, const VkBufferImageCopy& pRegion) : in ImageToBufferCopy()
233 const VkBufferImageCopy region;
238 BufferToImageCopy(VkBuffer pSrcBuffer, VkImage pDstImage, const VkBufferImageCopy& pRegion) : in BufferToImageCopy()
251 const VkBufferImageCopy region;
727 uint32_t regionCount, const VkBufferImageCopy* pRegions) in copyBufferToImage()
738 uint32_t regionCount, const VkBufferImageCopy* pRegions) in copyImageToBuffer()
DVkCommandBuffer.hpp96 uint32_t regionCount, const VkBufferImageCopy* pRegions);
98 uint32_t regionCount, const VkBufferImageCopy* pRegions);
DVkImage.cpp157 void Image::copy(VkBuffer buffer, const VkBufferImageCopy& region, bool bufferIsSource) in copy()
252 void Image::copyTo(VkBuffer dstBuffer, const VkBufferImageCopy& region) in copyTo()
257 void Image::copyFrom(VkBuffer srcBuffer, const VkBufferImageCopy& region) in copyFrom()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.hpp167 vk::VkBufferImageCopy makeBufferImageCopy (const vk::VkExtent3D extent,
188 vk::VkBufferImageCopy makeBufferImageCopy (const deUint32 imageWidth, const deUint32 imageHeight, c…
189 vk::VkBufferImageCopy makeBufferImageCopy (const deUint32 imageWidth, const deUint32 imageHeight, c…
DvktImageTestsUtil.cpp212 VkBufferImageCopy makeBufferImageCopy (const VkExtent3D extent, in makeBufferImageCopy()
215 const VkBufferImageCopy copyParams = in makeBufferImageCopy()
1050 vk::VkBufferImageCopy makeBufferImageCopy (const deUint32 imageWidth, const deUint32 imageHeight, c… in makeBufferImageCopy()
1052 const VkBufferImageCopy copyParams = in makeBufferImageCopy()
1074 vk::VkBufferImageCopy makeBufferImageCopy (const deUint32 imageWidth, const deUint32 imageHeight, c… in makeBufferImageCopy()
1076 const VkBufferImageCopy copyParams = in makeBufferImageCopy()
DvktImageCompressionTranscodingSupport.cpp713 const VkBufferImageCopy copyRegion = in copyDataToImage()
864 const VkBufferImageCopy copyRegion = in copyResultAndCompare()
1179 const VkBufferImageCopy copyRegion = in decompressImage()
1189 const VkBufferImageCopy compressedCopyRegion = in decompressImage()
1715 …const VkBufferImageCopy srcCopyRegion = makeBufferImageCopy(srcImageResolution.x(), srcImageRe… in transcodeRead()
1719 …const VkBufferImageCopy dstCopyRegion = makeBufferImageCopy(dstImageResolution.x(), dstImageRe… in transcodeRead()
1849 …const VkBufferImageCopy srcCopyRegion = makeBufferImageCopy(srcImageResolution.x(), srcImageRe… in transcodeWrite()
1853 …const VkBufferImageCopy dstCopyRegion = makeBufferImageCopy(dstImageResolution.x(), dstImageRe… in transcodeWrite()
2079 …const VkBufferImageCopy copyBufferToImageRegion = makeBufferImageCopy(mipmapDimsBlocked.x(), m… in verifyDecompression()
2080 …const VkBufferImageCopy copyRegion = makeBufferImageCopy(mipmapDims.x(), mipmapDims.y(), 0u… in verifyDecompression()
[all …]
DvktImageTranscodingSupportTests.cpp381 …const VkBufferImageCopy srcCopyRegion = makeBufferImageCopy(m_parameters.size[0], m_paramete… in transcode()
385 …const VkBufferImageCopy dstCopyRegion = makeBufferImageCopy(m_parameters.size[0], m_paramete… in transcode()
637 …const VkBufferImageCopy srcCopyRegion = makeBufferImageCopy(m_parameters.size[0], m_paramete… in transcode()
642 …const VkBufferImageCopy dstCopyRegion = makeBufferImageCopy(m_parameters.size[0], m_paramete… in transcode()
DvktImageAtomicOperationTests.cpp546 …const vector<VkBufferImageCopy> bufferImageCopy(1, makeBufferImageCopy(makeExtent3D(getLayerSize(m… in iterate()
645 …const VkBufferImageCopy bufferImageCopyParams = makeBufferImageCopy(makeExtent3D(getLayerSize(m_i… in commandsAfterCompute()
854 …const VkBufferImageCopy bufferImageCopyParams = makeBufferImageCopy(makeExtent3D(extendedLayerSiz… in commandsAfterCompute()
/external/mesa3d/src/amd/vulkan/
Dradv_meta_copy.c113 const VkBufferImageCopy* pRegions) in meta_copy_buffer_to_image()
217 const VkBufferImageCopy* pRegions) in radv_CmdCopyBufferToImage()
233 const VkBufferImageCopy* pRegions) in meta_copy_image_to_buffer()
322 const VkBufferImageCopy* pRegions) in radv_CmdCopyImageToBuffer()
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeTestsUtil.cpp74 VkBufferImageCopy makeBufferImageCopy (const VkExtent3D extent, in makeBufferImageCopy()
77 const VkBufferImageCopy copyParams = in makeBufferImageCopy()
DvktComputeTestsUtil.hpp126 vk::VkBufferImageCopy makeBufferImageCopy (const vk::VkExtent3D extent,
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryTestsUtil.cpp451 VkBufferImageCopy makeBufferImageCopy (const VkExtent3D extent, in makeBufferImageCopy()
454 const VkBufferImageCopy copyParams = in makeBufferImageCopy()
466 VkBufferImageCopy makeBufferImageCopy (const vk::VkDeviceSize& bufferOffset, in makeBufferImageCopy()
471 const VkBufferImageCopy copyParams = in makeBufferImageCopy()
DvktGeometryTestsUtil.hpp173 vk::VkBufferImageCopy makeBufferImageCopy (const vk::VkExtent3D extent, const vk::VkImageSubres…
174 vk::VkBufferImageCopy makeBufferImageCopy (const vk::VkDeviceSize& bufferOffset, const vk::VkIm…
DvktGeometryLayeredRenderingTests.cpp1088 const VkBufferImageCopy region = in test()
1261 …const VkBufferImageCopy bufferImageCopyRegion = makeBufferImageCopy(bufferOffset, imageSubresour… in testLayeredReadBack()
1274 …const VkBufferImageCopy bufferImageCopyRegion = makeBufferImageCopy(bufferOffset, imageSubresour… in testLayeredReadBack()
1287 …const VkBufferImageCopy bufferImageCopyRegion = makeBufferImageCopy(bufferOffset, imageSubresour… in testLayeredReadBack()
1346 …const VkBufferImageCopy region = makeBufferImageCopy(params.image.size, makeImageSubresourceLay… in testLayeredReadBack()
1359 …const VkBufferImageCopy depthCopyRegion = makeBufferImageCopy(params.image.size, makeImageSubres… in testLayeredReadBack()
1360 …const VkBufferImageCopy stencilCopyRegion = makeBufferImageCopy(params.image.size, makeImageSubre… in testLayeredReadBack()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.cpp265 std::vector<VkBufferImageCopy> copyRegions = srcTexture.getBufferCopyRegions(); in uploadTestTextureInternal()
306 std::vector<VkBufferImageCopy> stencilCopyRegions = srcStencilTexture->getBufferCopyRegions(); in uploadTestTextureInternal()
309 VkBufferImageCopy region = stencilCopyRegions[regionIdx]; in uploadTestTextureInternal()
354 std::vector<VkBufferImageCopy> copyRegions = srcTexture.getBufferCopyRegions(); in uploadTestTextureInternalSparse()
399 std::vector<VkBufferImageCopy> stencilCopyRegions = srcStencilTexture->getBufferCopyRegions(); in uploadTestTextureInternalSparse()
402 VkBufferImageCopy region = stencilCopyRegions[regionIdx]; in uploadTestTextureInternalSparse()
646 std::vector<VkBufferImageCopy> TestTexture::getBufferCopyRegions (void) const in getBufferCopyRegions()
649 std::vector<VkBufferImageCopy> regions; in getBufferCopyRegions()
666 const VkBufferImageCopy layerRegion = in getBufferCopyRegions()
716 const VkBufferImageCopy layerRegion = in getBufferCopyRegions()
/external/skqp/src/gpu/vk/
DGrVkGpu.cpp454 VkBufferImageCopy region; in onTransferPixels()
455 memset(&region, 0, sizeof(VkBufferImageCopy)); in onTransferPixels()
721 SkTArray<VkBufferImageCopy> regions(mipLevelCount); in uploadTexDataOptimal()
739 VkBufferImageCopy& region = regions.push_back(); in uploadTexDataOptimal()
740 memset(&region, 0, sizeof(VkBufferImageCopy)); in uploadTexDataOptimal()
855 SkTArray<VkBufferImageCopy> regions(mipLevelCount); in uploadTexDataCompressed()
874 VkBufferImageCopy& region = regions.push_back(); in uploadTexDataCompressed()
875 memset(&region, 0, sizeof(VkBufferImageCopy)); in uploadTexDataCompressed()
1553 SkTArray<VkBufferImageCopy> regions(mipLevels); in createTestingOnlyVkImage()
1559 VkBufferImageCopy& region = regions.push_back(); in createTestingOnlyVkImage()
[all …]
DGrVkCommandBuffer.h273 const VkBufferImageCopy* copyRegions);
280 const VkBufferImageCopy* copyRegions);
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.hpp158 const std::vector<vk::VkBufferImageCopy>& copyRegions,
171 const std::vector<VkBufferImageCopy>& copyRegions,
/external/skia/src/gpu/vk/
DGrVkGpu.cpp457 VkBufferImageCopy region; in onTransferPixels()
458 memset(&region, 0, sizeof(VkBufferImageCopy)); in onTransferPixels()
723 SkTArray<VkBufferImageCopy> regions(mipLevelCount); in uploadTexDataOptimal()
741 VkBufferImageCopy& region = regions.push_back(); in uploadTexDataOptimal()
742 memset(&region, 0, sizeof(VkBufferImageCopy)); in uploadTexDataOptimal()
857 SkTArray<VkBufferImageCopy> regions(mipLevelCount); in uploadTexDataCompressed()
876 VkBufferImageCopy& region = regions.push_back(); in uploadTexDataCompressed()
877 memset(&region, 0, sizeof(VkBufferImageCopy)); in uploadTexDataCompressed()
1565 SkTArray<VkBufferImageCopy> regions(mipLevels); in createTestingOnlyVkImage()
1571 VkBufferImageCopy& region = regions.push_back(); in createTestingOnlyVkImage()
[all …]
DGrVkCommandBuffer.h274 const VkBufferImageCopy* copyRegions);
281 const VkBufferImageCopy* copyRegions);
/external/deqp/external/vulkancts/modules/vulkan/util/
DvktDrawUtil.cpp200 VkBufferImageCopy makeBufferImageCopy (const VkImageSubresourceLayers subresourceLayers, in makeBufferImageCopy()
203 const VkBufferImageCopy copyParams = in makeBufferImageCopy()
702 …const VkBufferImageCopy copyRegion = makeBufferImageCopy(makeImageSubresourceLayers(VK_IMAGE_ASPEC… in VulkanDrawContext()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationUtil.cpp197 VkBufferImageCopy makeBufferImageCopy (const VkImageSubresourceLayers subresourceLayers, in makeBufferImageCopy()
200 const VkBufferImageCopy copyParams = in makeBufferImageCopy()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesTestsUtil.cpp236 VkBufferImageCopy makeBufferImageCopy (const VkExtent3D extent, in makeBufferImageCopy()
241 const VkBufferImageCopy copyParams = in makeBufferImageCopy()
DvktSparseResourcesShaderIntrinsicsBase.cpp488 std::vector <VkBufferImageCopy> bufferImageSparseCopy(imageSparseInfo.mipLevels); in iterate()
576 std::vector <VkBufferImageCopy> bufferImageResidencyCopy(imageSparseInfo.mipLevels); in iterate()

12345