Home
last modified time | relevance | path

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

1234

/external/mesa3d/src/amd/vulkan/
Dradv_meta_copy.c113 const VkBufferImageCopy* pRegions) in meta_copy_buffer_to_image()
215 const VkBufferImageCopy* pRegions) in radv_CmdCopyBufferToImage()
230 const VkBufferImageCopy* pRegions) in meta_copy_image_to_buffer()
311 const VkBufferImageCopy* pRegions) in radv_CmdCopyImageToBuffer()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.hpp169 vk::VkBufferImageCopy makeBufferImageCopy (const vk::VkExtent3D extent,
214 vk::VkBufferImageCopy makeBufferImageCopy (const deUint32 imageWidth, const deUint32 imageHeight, c…
215 vk::VkBufferImageCopy makeBufferImageCopy (const deUint32 imageWidth, const deUint32 imageHeight, c…
DvktImageTestsUtil.cpp306 VkBufferImageCopy makeBufferImageCopy (const VkExtent3D extent, in makeBufferImageCopy()
309 const VkBufferImageCopy copyParams = in makeBufferImageCopy()
1275 vk::VkBufferImageCopy makeBufferImageCopy (const deUint32 imageWidth, const deUint32 imageHeight, c… in makeBufferImageCopy()
1277 const VkBufferImageCopy copyParams = in makeBufferImageCopy()
1299 vk::VkBufferImageCopy makeBufferImageCopy (const deUint32 imageWidth, const deUint32 imageHeight, c… in makeBufferImageCopy()
1301 const VkBufferImageCopy copyParams = in makeBufferImageCopy()
DvktImageCompressionTranscodingSupport.cpp596 const VkBufferImageCopy copyRegion = in copyDataToImage()
747 const VkBufferImageCopy copyRegion = in copyResultAndCompare()
1046 const VkBufferImageCopy copyRegion = in decompressImage()
1056 const VkBufferImageCopy compressedCopyRegion = in decompressImage()
1554 …const VkBufferImageCopy srcCopyRegion = makeBufferImageCopy(srcImageResolution.x(), srcImageRe… in transcodeRead()
1558 …const VkBufferImageCopy dstCopyRegion = makeBufferImageCopy(dstImageResolution.x(), dstImageRe… in transcodeRead()
1688 …const VkBufferImageCopy srcCopyRegion = makeBufferImageCopy(srcImageResolution.x(), srcImageRe… in transcodeWrite()
1692 …const VkBufferImageCopy dstCopyRegion = makeBufferImageCopy(dstImageResolution.x(), dstImageRe… in transcodeWrite()
1911 …const VkBufferImageCopy copyBufferToImageRegion = makeBufferImageCopy(mipmapDimsBlocked.x(), m… in verifyDecompression()
1912 …const VkBufferImageCopy copyRegion = makeBufferImageCopy(mipmapDims.x(), mipmapDims.y(), 0u… in verifyDecompression()
[all …]
DvktImageTranscodingSupportTests.cpp379 …const VkBufferImageCopy srcCopyRegion = makeBufferImageCopy(m_parameters.size[0], m_paramete… in transcode()
383 …const VkBufferImageCopy dstCopyRegion = makeBufferImageCopy(m_parameters.size[0], m_paramete… in transcode()
635 …const VkBufferImageCopy srcCopyRegion = makeBufferImageCopy(m_parameters.size[0], m_paramete… in transcode()
640 …const VkBufferImageCopy dstCopyRegion = makeBufferImageCopy(m_parameters.size[0], m_paramete… in transcode()
DvktImageAtomicOperationTests.cpp541 …const VkBufferImageCopy bufferImageCopyParams = makeBufferImageCopy(makeExtent3D(getLayerSize(m_i… in iterate()
651 …const VkBufferImageCopy bufferImageCopyParams = makeBufferImageCopy(makeExtent3D(getLayerSize(m_i… in commandsAfterCompute()
846 …const VkBufferImageCopy bufferImageCopyParams = makeBufferImageCopy(makeExtent3D(extendedLayerSiz… in commandsAfterCompute()
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeTestsUtil.cpp74 VkBufferImageCopy makeBufferImageCopy (const VkExtent3D extent, in makeBufferImageCopy()
77 const VkBufferImageCopy copyParams = in makeBufferImageCopy()
DvktComputeTestsUtil.hpp119 vk::VkBufferImageCopy makeBufferImageCopy (const vk::VkExtent3D extent,
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.cpp292 const VkBufferImageCopy copyRegion = in readColorAttachment()
471 std::vector<VkBufferImageCopy> copyRegions = srcTexture.getBufferCopyRegions(); in uploadTestTextureInternal()
482 std::vector<VkBufferImageCopy> stencilCopyRegions = srcStencilTexture->getBufferCopyRegions(); in uploadTestTextureInternal()
485 VkBufferImageCopy region = stencilCopyRegions[regionIdx]; in uploadTestTextureInternal()
673 std::vector<VkBufferImageCopy> TestTexture::getBufferCopyRegions (void) const in getBufferCopyRegions()
676 std::vector<VkBufferImageCopy> regions; in getBufferCopyRegions()
693 const VkBufferImageCopy layerRegion = in getBufferCopyRegions()
743 const VkBufferImageCopy layerRegion = in getBufferCopyRegions()
DvktPipelineImageUtil.hpp116 virtual std::vector<vk::VkBufferImageCopy> getBufferCopyRegions (void) const;
/external/skia/src/gpu/vk/
DGrVkCommandBuffer.h244 const VkBufferImageCopy* copyRegions);
251 const VkBufferImageCopy* copyRegions);
DGrVkGpu.cpp459 VkBufferImageCopy region; in onTransferPixels()
460 memset(&region, 0, sizeof(VkBufferImageCopy)); in onTransferPixels()
688 SkTArray<VkBufferImageCopy> regions(mipLevelCount); in uploadTexDataOptimal()
714 VkBufferImageCopy& region = regions.push_back(); in uploadTexDataOptimal()
715 memset(&region, 0, sizeof(VkBufferImageCopy)); in uploadTexDataOptimal()
1314 VkBufferImageCopy region; in createTestingOnlyBackendTexture()
1315 memset(&region, 0, sizeof(VkBufferImageCopy)); in createTestingOnlyBackendTexture()
1833 VkBufferImageCopy region; in onReadPixels()
1834 memset(&region, 0, sizeof(VkBufferImageCopy)); in onReadPixels()
DGrVkCommandBuffer.cpp601 const VkBufferImageCopy* copyRegions) { in copyImageToBuffer()
619 const VkBufferImageCopy* copyRegions) { in copyBufferToImage()
/external/deqp/external/vulkancts/modules/vulkan/
DvktDrawUtil.cpp240 VkBufferImageCopy makeBufferImageCopy (const VkImageSubresourceLayers subresourceLayers, in makeBufferImageCopy()
243 const VkBufferImageCopy copyParams = in makeBufferImageCopy()
867 …const VkBufferImageCopy copyRegion = makeBufferImageCopy(makeImageSubresourceLayers(VK_IMAGE_ASPEC… in VulkanDrawContext()
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsEarlyFragmentTests.cpp410 VkBufferImageCopy makeBufferImageCopy (const VkImageAspectFlags aspectFlags, const tcu::IVec2& rend… in makeBufferImageCopy()
412 const VkBufferImageCopy copyParams = in makeBufferImageCopy()
750 const VkBufferImageCopy copyRegion = makeBufferImageCopy(VK_IMAGE_ASPECT_COLOR_BIT, renderSize); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryTestsUtil.cpp514 VkBufferImageCopy makeBufferImageCopy (const VkExtent3D extent, in makeBufferImageCopy()
517 const VkBufferImageCopy copyParams = in makeBufferImageCopy()
DvktGeometryBasicClass.cpp178 …const VkBufferImageCopy copyRegion = makeBufferImageCopy(makeExtent3D(resolution.x(), resolution.y… in iterate()
DvktGeometryTestsUtil.hpp174 vk::VkBufferImageCopy makeBufferImageCopy (const vk::VkExtent3D extent, const vk::VkImageSubres…
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationUtil.cpp253 VkBufferImageCopy makeBufferImageCopy (const VkImageSubresourceLayers subresourceLayers, in makeBufferImageCopy()
256 const VkBufferImageCopy copyParams = in makeBufferImageCopy()
DvktSynchronizationUtil.hpp235 vk::VkBufferImageCopy makeBufferImageCopy (const vk::VkImageSubresourceLayers subresourceLa…
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesTestsUtil.cpp235 VkBufferImageCopy makeBufferImageCopy (const VkExtent3D extent, in makeBufferImageCopy()
240 const VkBufferImageCopy copyParams = in makeBufferImageCopy()
DvktSparseResourcesShaderIntrinsicsBase.cpp497 std::vector <VkBufferImageCopy> bufferImageSparseCopy(imageSparseInfo.mipLevels); in iterate()
585 std::vector <VkBufferImageCopy> bufferImageResidencyCopy(imageSparseInfo.mipLevels); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.cpp369 const VkBufferImageCopy copy = in uploadImage()
613 const VkBufferImageCopy copy = in downloadImage()
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationUtil.cpp232 VkBufferImageCopy makeBufferImageCopy (const VkExtent3D extent, in makeBufferImageCopy()
235 const VkBufferImageCopy copyParams = in makeBufferImageCopy()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiSmokeTests.cpp820 const VkBufferImageCopy copyParams = in renderTriangleTest()
1437 const VkBufferImageCopy copyParams = in renderTriangleUnusedResolveAttachmentTest()

1234