/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiCopiesAndBlittingTests.cpp | 95 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/ |
D | GrVkCommandBuffer.h | 245 const VkImageCopy* copyRegions);
|
D | GrVkCommandBuffer.cpp | 503 const VkImageCopy* copyRegions) { in copyImage()
|
D | GrVkGpu.cpp | 1407 VkImageCopy copyRegion; in copySurfaceAsCopyImage() 1408 memset(©Region, 0, sizeof(VkImageCopy)); in copySurfaceAsCopyImage()
|
/external/vulkan-validation-layers/layers/ |
D | image.cpp | 706 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()
|
D | vk_validation_error_database.txt | 1184 …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 …]
|
D | parameter_validation.cpp | 4198 bool PreCmdCopyImage(VkCommandBuffer commandBuffer, const VkImageCopy *pRegions) { in PreCmdCopyImage() 4221 const VkImageCopy *pRegions) { in CmdCopyImage()
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawImageObjectUtil.cpp | 460 …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/ |
D | vkrenderframework.h | 186 uint32_t regionCount, const VkImageCopy *pRegions);
|
D | vkrenderframework.cpp | 774 VkImageCopy copy_region = {}; in CopyImage() 1404 uint32_t regionCount, const VkImageCopy *pRegions) { in CopyImage()
|
D | layer_validation_tests.cpp | 2651 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/ |
D | vulkan.h | 2129 typedef struct VkImageCopy { struct 2135 } VkImageCopy; argument 2366 …VkImage dstImage, VkImageLayout dstImageLayout, uint32_t regionCount, const VkImageCopy* pRegions); 3022 const VkImageCopy* pRegions);
|
D | vulkan.hpp | 11610 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/ |
D | vkConcreteDeviceInterface.inl | 100 …ge dstImage, VkImageLayout dstImageLayout, deUint32 regionCount, const VkImageCopy* pRegions) cons…
|
D | vkVirtualDeviceInterface.inl | 100 …ge dstImage, VkImageLayout dstImageLayout, deUint32 regionCount, const VkImageCopy* pRegions) cons…
|
D | vkStructTypes.inl | 1047 struct VkImageCopy struct
|
D | vkFunctionPointerTypes.inl | 117 …VkImage dstImage, VkImageLayout dstImageLayout, deUint32 regionCount, const VkImageCopy* pRegions);
|
D | vkDeviceDriverImpl.inl | 485 …ge dstImage, VkImageLayout dstImageLayout, deUint32 regionCount, const VkImageCopy* pRegions) const
|
D | vkStrUtil.inl | 308 std::ostream& operator<< (std::ostream& s, const VkImageCopy& value);
|
D | vkNullDriverImpl.inl | 775 … VkImage dstImage, VkImageLayout dstImageLayout, deUint32 regionCount, const VkImageCopy* pRegions)
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationOperation.cpp | 856 VkImageCopy makeImageCopyRegion (const Resource& resource) in makeImageCopyRegion() 858 const VkImageCopy imageCopyRegion = in makeImageCopyRegion() 895 const VkImageCopy m_imageCopyRegion;
|
/external/deqp/external/vulkancts/scripts/src/ |
D | vulkan.h.in | 2163 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/ |
D | vktPipelineTimestampTests.cpp | 2002 const VkImageCopy copyImageRegion = in configCommandBuffer()
|
/external/vulkan-validation-layers/tests/layers/ |
D | wrap_objects.cpp | 823 … VkImage dstImage, VkImageLayout dstImageLayout, uint32_t regionCount, const VkImageCopy* pRegions) in vkCmdCopyImage()
|
/external/vulkan-validation-layers/loader/ |
D | trampoline.c | 1994 const VkImageCopy *pRegions) {
|