Home
last modified time | relevance | path

Searched refs:VkBufferImageCopy (Results 1 - 25 of 296) sorted by relevance

12345678910>>...12

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeTestsUtil.cpp35 VkBufferImageCopy makeBufferImageCopy (const VkExtent3D extent, in makeBufferImageCopy()
38 const VkBufferImageCopy copyParams = in makeBufferImageCopy()
H A DvktComputeTestsUtil.hpp39 vk::VkBufferImageCopy makeBufferImageCopy (const vk::VkExtent3D extent,
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
H A DvktComputeTestsUtil.cpp35 VkBufferImageCopy makeBufferImageCopy (const VkExtent3D extent, in makeBufferImageCopy()
38 const VkBufferImageCopy copyParams = in makeBufferImageCopy()
H A DvktComputeTestsUtil.hpp39 vk::VkBufferImageCopy makeBufferImageCopy (const vk::VkExtent3D extent,
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dtransfer_image.cc224 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 Dtransfer_image.h68 VkBufferImageCopy CreateBufferImageCopy(VkImageAspectFlags aspect,
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DUtilsVulkan.h102 VkBufferImageCopy ComputeBufferImageCopyRegion(const BufferCopy& bufferCopy,
105 VkBufferImageCopy ComputeBufferImageCopyRegion(const TextureDataLayout& dataLayout,
H A DUtilsVulkan.cpp105 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 DvktImageTestsUtil.hpp141 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 DvktImageTestsUtil.cpp208 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 DvktImageMisalignedCubeTests.cpp103 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 DvktImageTestsUtil.hpp141 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 DvktImageTestsUtil.cpp208 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 DvktImageMisalignedCubeTests.cpp103 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 DGrVkGpu.cpp604 VkBufferImageCopy region; in onTransferPixelsTo()
605 memset(&region, 0, sizeof(VkBufferImageCopy)); in onTransferPixelsTo()
674 VkBufferImageCopy region; in onTransferPixelsFrom()
675 memset(&region, 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(&region, 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 &region = regions->push_back(); in fill_in_compressed_regions()
983 SkTArray<VkBufferImageCopy> region in uploadTexDataOptimal()
[all...]
H A DGrVkCommandBuffer.h278 const VkBufferImageCopy* copyRegions);
288 const VkBufferImageCopy* copyRegions);
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkStructConversion.hpp126 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 DVulkanSecondaryCommandBuffer.h93 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 DvktPipelineImageUtil.cpp444 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 DvktPipelineImageUtil.cpp434 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 Dvk_cmd_copy.c112 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 DvktGeometryTestsUtil.cpp397 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 DvktGeometryTestsUtil.cpp397 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 DvktSynchronizationNoneStageTests.cpp156 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 DvktSynchronizationNoneStageTests.cpp156 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()

Completed in 24 milliseconds

12345678910>>...12