Home
last modified time | relevance | path

Searched refs:VkImageCopy (Results 1 – 25 of 35) sorted by relevance

12

/external/mesa3d/src/amd/vulkan/
Dradv_meta_copy.c326 const VkImageCopy *pRegions) in meta_copy_image()
421 const VkImageCopy* pRegions) in radv_CmdCopyImage()
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrCopyTests.cpp620 vector<vk::VkImageCopy>* copies) in genCopies()
662 const vk::VkImageCopy copy = in genCopies()
726 const vector<vk::VkImageCopy>& copies) in logTestCaseInfo()
756 vector<vk::VkImageCopy> copies; in imageCopyTest()
849 const vk::VkImageCopy& copy (copies[copyNdx]); in imageCopyTest()
/external/skia/src/gpu/vk/
DGrVkCommandBuffer.h219 const VkImageCopy* copyRegions);
DGrVkCommandBuffer.cpp539 const VkImageCopy* copyRegions) { in copyImage()
DGrVkGpu.cpp1551 VkImageCopy copyRegion; in copySurfaceAsCopyImage()
1552 memset(&copyRegion, 0, sizeof(VkImageCopy)); in copySurfaceAsCopyImage()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp116 VkImageCopy imageCopy;
931 std::vector<VkImageCopy> imageCopies; in iterate()
3290 std::vector<VkImageCopy> imageCopies; in copyMSImageToMSImage()
3310 const VkImageCopy imageCopy = in copyMSImageToMSImage()
3502 const VkImageCopy testCopy = in addImageToImageSimpleTests()
3533 const VkImageCopy testCopy = in addImageToImageSimpleTests()
3564 const VkImageCopy testCopy = in addImageToImageSimpleTests()
3602 const VkImageCopy testCopy = in addImageToImageSimpleTests()
3640 const VkImageCopy testCopy = in addImageToImageSimpleTests()
3967 const VkImageCopy testCopy = in addImageToImageAllFormatsColorTests()
[all …]
/external/vulkan-validation-layers/layers/
Dimage.cpp706 static bool RegionIntersects(const VkImageCopy *src, const VkImageCopy *dst, VkImageType type) { in RegionIntersects()
760 const VkImageCopy *regions) { in PreCallValidateCmdCopyImage()
943 const VkImageCopy *pRegions) { in CmdCopyImage()
Dvk_validation_error_database.txt1184 …ch states 'pRegions must be a pointer to an array of regionCount valid VkImageCopy structures' (ht…
1190 …ch' (https://www.khronos.org/registry/vulkan/specs/1.0-extensions/xhtml/vkspec.html#VkImageCopy)~^~
1191 …ch' (https://www.khronos.org/registry/vulkan/specs/1.0-extensions/xhtml/vkspec.html#VkImageCopy)~^~
1192 …ly' (https://www.khronos.org/registry/vulkan/specs/1.0-extensions/xhtml/vkspec.html#VkImageCopy)~^~
1193 …ge' (https://www.khronos.org/registry/vulkan/specs/1.0-extensions/xhtml/vkspec.html#VkImageCopy)~^~
1194 …ge' (https://www.khronos.org/registry/vulkan/specs/1.0-extensions/xhtml/vkspec.html#VkImageCopy)~^~
1195 …th' (https://www.khronos.org/registry/vulkan/specs/1.0-extensions/xhtml/vkspec.html#VkImageCopy)~^~
1196 …1.' (https://www.khronos.org/registry/vulkan/specs/1.0-extensions/xhtml/vkspec.html#VkImageCopy)~^~
1197 …1.' (https://www.khronos.org/registry/vulkan/specs/1.0-extensions/xhtml/vkspec.html#VkImageCopy)~^~
1198 …th' (https://www.khronos.org/registry/vulkan/specs/1.0-extensions/xhtml/vkspec.html#VkImageCopy)~^~
[all …]
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawImageObjectUtil.cpp448 …vk::VkImageCopy region = { { (vk::VkImageAspectFlags)aspect, mipLevel, arrayElement, 1}, offset, {… in copyToLinearImage()
616 vk::VkImageCopy region = {{ (vk::VkImageAspectFlags)aspect, 0, 0, 1}, in upload()
/external/vulkan-validation-layers/tests/
Dvkrenderframework.h186 uint32_t regionCount, const VkImageCopy *pRegions);
Dvkrenderframework.cpp774 VkImageCopy copy_region = {}; in CopyImage()
1404 uint32_t regionCount, const VkImageCopy *pRegions) { in CopyImage()
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h2129 typedef struct VkImageCopy { struct
2135 } VkImageCopy; argument
2366 …VkImage dstImage, VkImageLayout dstImageLayout, uint32_t regionCount, const VkImageCopy* pRegions);
3022 const VkImageCopy* pRegions);
Dvulkan.hpp11610 ImageCopy( VkImageCopy const & rhs ) in ImageCopy()
11615 ImageCopy& operator=( VkImageCopy const & rhs ) in operator =()
11651 operator const VkImageCopy&() const in operator const VkImageCopy&()
11653 return *reinterpret_cast<const VkImageCopy*>(this); in operator const VkImageCopy&()
11676 …static_assert( sizeof( ImageCopy ) == sizeof( VkImageCopy ), "struct and wrapper have different si…
14103 …<VkImageLayout>( dstImageLayout ), regionCount, reinterpret_cast<const VkImageCopy*>( pRegions ) ); in copyImage()
14109 …mageLayout>( dstImageLayout ), regions.size() , reinterpret_cast<const VkImageCopy*>( regions.data… in copyImage()
/external/mesa3d/include/vulkan/
Dvulkan.h2138 typedef struct VkImageCopy { struct
2144 } VkImageCopy; argument
2375 …VkImage dstImage, VkImageLayout dstImageLayout, uint32_t regionCount, const VkImageCopy* pRegions);
3031 const VkImageCopy* pRegions);
/external/deqp/external/vulkancts/framework/vulkan/
DvkVirtualDeviceInterface.inl100 …ge dstImage, VkImageLayout dstImageLayout, deUint32 regionCount, const VkImageCopy* pRegions) cons…
DvkConcreteDeviceInterface.inl100 …ge dstImage, VkImageLayout dstImageLayout, deUint32 regionCount, const VkImageCopy* pRegions) cons…
DvkFunctionPointerTypes.inl117 …VkImage dstImage, VkImageLayout dstImageLayout, deUint32 regionCount, const VkImageCopy* pRegions);
DvkStructTypes.inl1047 struct VkImageCopy struct
DvkDeviceDriverImpl.inl485 …ge dstImage, VkImageLayout dstImageLayout, deUint32 regionCount, const VkImageCopy* pRegions) const
DvkStrUtil.inl318 std::ostream& operator<< (std::ostream& s, const VkImageCopy& value);
/external/skia/third_party/vulkan/vulkan/
Dvulkan.h2235 typedef struct VkImageCopy { struct
2241 } VkImageCopy; argument
2472 …VkImage dstImage, VkImageLayout dstImageLayout, uint32_t regionCount, const VkImageCopy* pRegions);
3128 const VkImageCopy* pRegions);
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp878 VkImageCopy makeImageCopyRegion (const Resource& resource) in makeImageCopyRegion()
880 const VkImageCopy imageCopyRegion = in makeImageCopyRegion()
917 const VkImageCopy m_imageCopyRegion;
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in2294 typedef struct VkImageCopy { struct
2300 } VkImageCopy; argument
2531 …VkImage dstImage, VkImageLayout dstImageLayout, uint32_t regionCount, const VkImageCopy* pRegions);
3187 const VkImageCopy* pRegions);
/external/mesa3d/src/intel/vulkan/
Danv_blorp.c207 const VkImageCopy* pRegions) in anv_CmdCopyImage()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineTimestampTests.cpp1981 const VkImageCopy copyImageRegion = in configCommandBuffer()

12