Home
last modified time | relevance | path

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

12

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp95 VkImageCopy imageCopy;
837 std::vector<VkImageCopy> imageCopies; in iterate()
2927 std::vector<VkImageCopy> imageCopies; in copyMSImageToMSImage()
2947 const VkImageCopy imageCopy = in copyMSImageToMSImage()
3612 const VkImageCopy testCopy = in createCopiesAndBlittingTests()
3640 const VkImageCopy testCopy = in createCopiesAndBlittingTests()
3668 const VkImageCopy testCopy = in createCopiesAndBlittingTests()
3703 const VkImageCopy testCopy = in createCopiesAndBlittingTests()
3738 const VkImageCopy testCopy = in createCopiesAndBlittingTests()
3767 const VkImageCopy testCopy = in createCopiesAndBlittingTests()
[all …]
/external/skia/src/gpu/vk/
DGrVkCommandBuffer.h245 const VkImageCopy* copyRegions);
DGrVkCommandBuffer.cpp503 const VkImageCopy* copyRegions) { in copyImage()
DGrVkGpu.cpp1407 VkImageCopy copyRegion; in copySurfaceAsCopyImage()
1408 memset(&copyRegion, 0, sizeof(VkImageCopy)); in copySurfaceAsCopyImage()
/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 …]
Dparameter_validation.cpp4198 bool PreCmdCopyImage(VkCommandBuffer commandBuffer, const VkImageCopy *pRegions) { in PreCmdCopyImage()
4221 const VkImageCopy *pRegions) { in CmdCopyImage()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawImageObjectUtil.cpp460 …vk::VkImageCopy region = { { (vk::VkImageAspectFlags)aspect, mipLevel, arrayElement, 1}, offset, {… in copyToLinearImage()
638 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()
Dlayer_validation_tests.cpp2651 VkImageCopy copyRegion; in TEST_F()
10018 VkImageCopy copyRegion; in TEST_F()
13628 VkImageCopy copyRegion; in TEST_F()
14012 VkImageCopy copy_region; in TEST_F()
14050 VkImageCopy copy_region; in TEST_F()
14144 VkImageCopy copyRegion; in TEST_F()
14245 VkImageCopy copyRegion; in TEST_F()
16698 VkImageCopy cregion; in TEST_F()
/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/deqp/external/vulkancts/framework/vulkan/
DvkConcreteDeviceInterface.inl100 …ge dstImage, VkImageLayout dstImageLayout, deUint32 regionCount, const VkImageCopy* pRegions) cons…
DvkVirtualDeviceInterface.inl100 …ge dstImage, VkImageLayout dstImageLayout, deUint32 regionCount, const VkImageCopy* pRegions) cons…
DvkStructTypes.inl1047 struct VkImageCopy struct
DvkFunctionPointerTypes.inl117 …VkImage dstImage, VkImageLayout dstImageLayout, deUint32 regionCount, const VkImageCopy* pRegions);
DvkDeviceDriverImpl.inl485 …ge dstImage, VkImageLayout dstImageLayout, deUint32 regionCount, const VkImageCopy* pRegions) const
DvkStrUtil.inl308 std::ostream& operator<< (std::ostream& s, const VkImageCopy& value);
DvkNullDriverImpl.inl775 … VkImage dstImage, VkImageLayout dstImageLayout, deUint32 regionCount, const VkImageCopy* pRegions)
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp856 VkImageCopy makeImageCopyRegion (const Resource& resource) in makeImageCopyRegion()
858 const VkImageCopy imageCopyRegion = in makeImageCopyRegion()
895 const VkImageCopy m_imageCopyRegion;
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in2163 typedef struct VkImageCopy { struct
2169 } VkImageCopy; argument
2400 …VkImage dstImage, VkImageLayout dstImageLayout, uint32_t regionCount, const VkImageCopy* pRegions);
3056 const VkImageCopy* pRegions);
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineTimestampTests.cpp2002 const VkImageCopy copyImageRegion = in configCommandBuffer()
/external/vulkan-validation-layers/tests/layers/
Dwrap_objects.cpp823 … VkImage dstImage, VkImageLayout dstImageLayout, uint32_t regionCount, const VkImageCopy* pRegions) in vkCmdCopyImage()
/external/vulkan-validation-layers/loader/
Dtrampoline.c1994 const VkImageCopy *pRegions) {

12