/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
H A D | vktComputeTestsUtil.cpp | 35 VkBufferImageCopy makeBufferImageCopy (const VkExtent3D extent, in makeBufferImageCopy() 38 const VkBufferImageCopy copyParams = in makeBufferImageCopy()
|
H A D | vktComputeTestsUtil.hpp | 39 vk::VkBufferImageCopy makeBufferImageCopy (const vk::VkExtent3D extent,
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/ |
H A D | vktComputeTestsUtil.cpp | 35 VkBufferImageCopy makeBufferImageCopy (const VkExtent3D extent, in makeBufferImageCopy() 38 const VkBufferImageCopy copyParams = in makeBufferImageCopy()
|
H A D | vktComputeTestsUtil.hpp | 39 vk::VkBufferImageCopy makeBufferImageCopy (const vk::VkExtent3D extent,
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
H A D | transfer_image.cc | 224 VkBufferImageCopy TransferImage::CreateBufferImageCopy( in CreateBufferImageCopy() 227 VkBufferImageCopy copy_region = VkBufferImageCopy(); in CreateBufferImageCopy() 260 std::vector<VkBufferImageCopy> copy_regions; in CopyToHost() 288 std::vector<VkBufferImageCopy> copy_regions; in CopyToDevice()
|
H A D | transfer_image.h | 68 VkBufferImageCopy CreateBufferImageCopy(VkImageAspectFlags aspect,
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | UtilsVulkan.h | 102 VkBufferImageCopy ComputeBufferImageCopyRegion(const BufferCopy& bufferCopy, 105 VkBufferImageCopy ComputeBufferImageCopyRegion(const TextureDataLayout& dataLayout,
|
H A D | UtilsVulkan.cpp | 105 VkBufferImageCopy ComputeBufferImageCopyRegion(const BufferCopy& bufferCopy, in ComputeBufferImageCopyRegion() 115 VkBufferImageCopy ComputeBufferImageCopyRegion(const TextureDataLayout& dataLayout, in ComputeBufferImageCopyRegion() 120 VkBufferImageCopy region; in ComputeBufferImageCopyRegion()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageTestsUtil.hpp | 141 vk::VkBufferImageCopy makeBufferImageCopy (const vk::VkExtent3D extent, 162 vk::VkBufferImageCopy makeBufferImageCopy (const deUint32 imageWidth, const deUint32 imageHeight, const deUint32 mipLevel = 0u, const deUint32 layer = 0u); 163 vk::VkBufferImageCopy makeBufferImageCopy (const deUint32 imageWidth, const deUint32 imageHeight, const deUint32 mipLevel, const deUint32 layer, const deUint32 bufferRowLength, const deUint32 bufferImageHeight);
|
H A D | vktImageTestsUtil.cpp | 208 VkBufferImageCopy makeBufferImageCopy (const VkExtent3D extent, in makeBufferImageCopy() 211 const VkBufferImageCopy copyParams = in makeBufferImageCopy() 940 vk::VkBufferImageCopy makeBufferImageCopy (const deUint32 imageWidth, const deUint32 imageHeight, const deUint32 mipLevel, const deUint32 layer) in makeBufferImageCopy() 942 const VkBufferImageCopy copyParams = in makeBufferImageCopy() 964 vk::VkBufferImageCopy makeBufferImageCopy (const deUint32 imageWidth, const deUint32 imageHeight, const deUint32 mipLevel, const deUint32 layer, const deUint32 bufferRowLength, const deUint32 bufferImageHeight) in makeBufferImageCopy() 966 const VkBufferImageCopy copyParams = in makeBufferImageCopy()
|
H A D | vktImageMisalignedCubeTests.cpp | 103 VkBufferImageCopy makeBufferImageCopy (const vk::VkDeviceSize& bufferOffset, in makeBufferImageCopy() 108 const VkBufferImageCopy copyParams = in makeBufferImageCopy() 233 const VkBufferImageCopy bufferImageCopyRegion = makeBufferImageCopy(bufferOffset, imageSubresource, makeOffset3D(0u, 0u, 0u), imageExtent); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageTestsUtil.hpp | 141 vk::VkBufferImageCopy makeBufferImageCopy (const vk::VkExtent3D extent, 162 vk::VkBufferImageCopy makeBufferImageCopy (const deUint32 imageWidth, const deUint32 imageHeight, const deUint32 mipLevel = 0u, const deUint32 layer = 0u); 163 vk::VkBufferImageCopy makeBufferImageCopy (const deUint32 imageWidth, const deUint32 imageHeight, const deUint32 mipLevel, const deUint32 layer, const deUint32 bufferRowLength, const deUint32 bufferImageHeight);
|
H A D | vktImageTestsUtil.cpp | 208 VkBufferImageCopy makeBufferImageCopy (const VkExtent3D extent, in makeBufferImageCopy() 211 const VkBufferImageCopy copyParams = in makeBufferImageCopy() 940 vk::VkBufferImageCopy makeBufferImageCopy (const deUint32 imageWidth, const deUint32 imageHeight, const deUint32 mipLevel, const deUint32 layer) in makeBufferImageCopy() 942 const VkBufferImageCopy copyParams = in makeBufferImageCopy() 964 vk::VkBufferImageCopy makeBufferImageCopy (const deUint32 imageWidth, const deUint32 imageHeight, const deUint32 mipLevel, const deUint32 layer, const deUint32 bufferRowLength, const deUint32 bufferImageHeight) in makeBufferImageCopy() 966 const VkBufferImageCopy copyParams = in makeBufferImageCopy()
|
H A D | vktImageMisalignedCubeTests.cpp | 103 VkBufferImageCopy makeBufferImageCopy (const vk::VkDeviceSize& bufferOffset, in makeBufferImageCopy() 108 const VkBufferImageCopy copyParams = in makeBufferImageCopy() 233 const VkBufferImageCopy bufferImageCopyRegion = makeBufferImageCopy(bufferOffset, imageSubresource, makeOffset3D(0u, 0u, 0u), imageExtent); in iterate()
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkGpu.cpp | 604 VkBufferImageCopy region; in onTransferPixelsTo() 605 memset(®ion, 0, sizeof(VkBufferImageCopy)); in onTransferPixelsTo() 674 VkBufferImageCopy region; in onTransferPixelsFrom() 675 memset(®ion, 0, sizeof(VkBufferImageCopy)); in onTransferPixelsFrom() 819 SkTArray<VkBufferImageCopy>* regions, in fill_in_compressed_regions() 857 VkBufferImageCopy& region = regions->push_back(); in fill_in_compressed_regions() 858 memset(®ion, 0, sizeof(VkBufferImageCopy)); in fill_in_compressed_regions() 875 static size_t fill_in_compressed_regions(SkTArray<VkBufferImageCopy>* regions, in fill_in_compressed_regions() 898 VkBufferImageCopy ®ion = regions->push_back(); in fill_in_compressed_regions() 983 SkTArray<VkBufferImageCopy> region in uploadTexDataOptimal() [all...] |
H A D | GrVkCommandBuffer.h | 278 const VkBufferImageCopy* copyRegions); 288 const VkBufferImageCopy* copyRegions);
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkStructConversion.hpp | 126 CopyBufferToImageInfo(VkBuffer srcBuffer, VkImage dstImage, VkImageLayout dstImageLayout, uint32_t regionCount, const VkBufferImageCopy *pRegions) in CopyBufferToImageInfo() 161 CopyImageToBufferInfo(VkImage srcImage, VkImageLayout srcImageLayout, VkBuffer dstBuffer, uint32_t regionCount, const VkBufferImageCopy *pRegions) in CopyImageToBufferInfo()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | VulkanSecondaryCommandBuffer.h | 93 const VkBufferImageCopy *regions); 98 const VkBufferImageCopy *regions); 320 const VkBufferImageCopy *regions) in copyBufferToImage() 330 const VkBufferImageCopy *regions) in copyImageToBuffer()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineImageUtil.cpp | 444 std::vector<VkBufferImageCopy> copyRegions = srcTexture.getBufferCopyRegions(); in uploadTestTextureInternal() 485 std::vector<VkBufferImageCopy> stencilCopyRegions = srcStencilTexture->getBufferCopyRegions(); in uploadTestTextureInternal() 488 VkBufferImageCopy region = stencilCopyRegions[regionIdx]; in uploadTestTextureInternal() 540 std::vector<VkBufferImageCopy> copyRegions = srcTexture.getBufferCopyRegions(); in uploadTestTextureInternalSparse() 592 std::vector<VkBufferImageCopy> stencilCopyRegions = srcStencilTexture->getBufferCopyRegions(); in uploadTestTextureInternalSparse() 595 VkBufferImageCopy region = stencilCopyRegions[regionIdx]; in uploadTestTextureInternalSparse() 840 std::vector<VkBufferImageCopy> TestTexture::getBufferCopyRegions (void) const in getBufferCopyRegions() 843 std::vector<VkBufferImageCopy> regions; in getBufferCopyRegions() 860 const VkBufferImageCopy layerRegion = in getBufferCopyRegions() 910 const VkBufferImageCopy layerRegio in getBufferCopyRegions() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineImageUtil.cpp | 434 std::vector<VkBufferImageCopy> copyRegions = srcTexture.getBufferCopyRegions(); in uploadTestTextureInternal() 475 std::vector<VkBufferImageCopy> stencilCopyRegions = srcStencilTexture->getBufferCopyRegions(); in uploadTestTextureInternal() 478 VkBufferImageCopy region = stencilCopyRegions[regionIdx]; in uploadTestTextureInternal() 530 std::vector<VkBufferImageCopy> copyRegions = srcTexture.getBufferCopyRegions(); in uploadTestTextureInternalSparse() 582 std::vector<VkBufferImageCopy> stencilCopyRegions = srcStencilTexture->getBufferCopyRegions(); in uploadTestTextureInternalSparse() 585 VkBufferImageCopy region = stencilCopyRegions[regionIdx]; in uploadTestTextureInternalSparse() 830 std::vector<VkBufferImageCopy> TestTexture::getBufferCopyRegions (void) const in getBufferCopyRegions() 833 std::vector<VkBufferImageCopy> regions; in getBufferCopyRegions() 850 const VkBufferImageCopy layerRegion = in getBufferCopyRegions() 900 const VkBufferImageCopy layerRegio in getBufferCopyRegions() [all...] |
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_cmd_copy.c | 112 const VkBufferImageCopy *pRegions) in vk_common_CmdCopyBufferToImage() 153 const VkBufferImageCopy *pRegions) in vk_common_CmdCopyImageToBuffer()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/ |
H A D | vktGeometryTestsUtil.cpp | 397 VkBufferImageCopy makeBufferImageCopy (const vk::VkDeviceSize& bufferOffset, in makeBufferImageCopy() 402 const VkBufferImageCopy copyParams = in makeBufferImageCopy()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/ |
H A D | vktGeometryTestsUtil.cpp | 397 VkBufferImageCopy makeBufferImageCopy (const vk::VkDeviceSize& bufferOffset, in makeBufferImageCopy() 402 const VkBufferImageCopy copyParams = in makeBufferImageCopy()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationNoneStageTests.cpp | 156 VkBufferImageCopy buildCopyRegion (VkExtent3D extent, 442 VkBufferImageCopy NoneStageTestInstance::buildCopyRegion(VkExtent3D extent, VkImageAspectFlags aspect) in buildCopyRegion() 810 const VkBufferImageCopy transitionCopyRegion = buildCopyRegion(m_imageExtent, m_transitionImageAspect); in iterate() 811 const VkBufferImageCopy colorCopyRegion = buildCopyRegion(m_imageExtent, VK_IMAGE_ASPECT_COLOR_BIT); in iterate() 960 const VkBufferImageCopy* copyRegion = m_usePipelineToWrite ? &colorCopyRegion : &transitionCopyRegion; in iterate() 1065 const VkBufferImageCopy* copyRegion = m_usePipelineToRead ? &colorCopyRegion : &transitionCopyRegion; in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktSynchronizationNoneStageTests.cpp | 156 VkBufferImageCopy buildCopyRegion (VkExtent3D extent, 440 VkBufferImageCopy NoneStageTestInstance::buildCopyRegion(VkExtent3D extent, VkImageAspectFlags aspect) in buildCopyRegion() 808 const VkBufferImageCopy transitionCopyRegion = buildCopyRegion(m_imageExtent, m_transitionImageAspect); in iterate() 809 const VkBufferImageCopy colorCopyRegion = buildCopyRegion(m_imageExtent, VK_IMAGE_ASPECT_COLOR_BIT); in iterate() 958 const VkBufferImageCopy* copyRegion = m_usePipelineToWrite ? &colorCopyRegion : &transitionCopyRegion; in iterate() 1063 const VkBufferImageCopy* copyRegion = m_usePipelineToRead ? &colorCopyRegion : &transitionCopyRegion; in iterate()
|