Home
last modified time | relevance | path

Searched refs:CopyImage (Results 1 – 19 of 19) sorted by relevance

/external/vulkan-validation-layers/tests/
Dvklayertests_command.cpp1245 …m_commandBuffer->CopyImage(src_image_obj.image(), VK_IMAGE_LAYOUT_GENERAL, dst_image_obj.image(), … in TEST_F()
2086 …m_commandBuffer->CopyImage(image_1D.image(), VK_IMAGE_LAYOUT_GENERAL, image_2D.image(), VK_IMAGE_L… in TEST_F()
2094 …m_commandBuffer->CopyImage(image_1D.image(), VK_IMAGE_LAYOUT_GENERAL, image_2D.image(), VK_IMAGE_L… in TEST_F()
2101 …m_commandBuffer->CopyImage(image_2D.image(), VK_IMAGE_LAYOUT_GENERAL, image_1D.image(), VK_IMAGE_L… in TEST_F()
2110 …m_commandBuffer->CopyImage(image_1D.image(), VK_IMAGE_LAYOUT_GENERAL, image_2D.image(), VK_IMAGE_L… in TEST_F()
2115 …m_commandBuffer->CopyImage(image_2D.image(), VK_IMAGE_LAYOUT_GENERAL, image_1D.image(), VK_IMAGE_L… in TEST_F()
2124 …m_commandBuffer->CopyImage(image_1D.image(), VK_IMAGE_LAYOUT_GENERAL, image_2D.image(), VK_IMAGE_L… in TEST_F()
2131 …m_commandBuffer->CopyImage(image_2D.image(), VK_IMAGE_LAYOUT_GENERAL, image_1D.image(), VK_IMAGE_L… in TEST_F()
2143 …m_commandBuffer->CopyImage(image_1D.image(), VK_IMAGE_LAYOUT_GENERAL, image_2D.image(), VK_IMAGE_L… in TEST_F()
2151 …m_commandBuffer->CopyImage(image_2D.image(), VK_IMAGE_LAYOUT_GENERAL, image_1D.image(), VK_IMAGE_L… in TEST_F()
[all …]
Dvkrenderframework.h211 …void CopyImage(VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstImage, VkImageLayout dst…
282 VkResult CopyImage(VkImageObj &src_image);
Dvkrenderframework.cpp1281 VkResult VkImageObj::CopyImage(VkImageObj &src_image) { in CopyImage() function in VkImageObj
1442 VkImageObj::CopyImage(stagingImage); in VkTextureObj()
1846 void VkCommandBufferObj::CopyImage(VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstImage… in CopyImage() function in VkCommandBufferObj
Dvklayertests_buffer_image_memory_sampler.cpp2361 …command_buffer.CopyImage(srcImage, VK_IMAGE_LAYOUT_GENERAL, dstImage, VK_IMAGE_LAYOUT_GENERAL, 1, … in TEST_F()
2372 …command_buffer.CopyImage(srcImage, VK_IMAGE_LAYOUT_GENERAL, dstImage, VK_IMAGE_LAYOUT_GENERAL, 1, … in TEST_F()
4682 …m_commandBuffer->CopyImage(src_image.handle(), VK_IMAGE_LAYOUT_GENERAL, dst_image.handle(), VK_IMA… in TEST_F()
4689 …m_commandBuffer->CopyImage(src_image.handle(), VK_IMAGE_LAYOUT_GENERAL, dst_image.handle(), VK_IMA… in TEST_F()
4694 …m_commandBuffer->CopyImage(src_image.handle(), VK_IMAGE_LAYOUT_UNDEFINED, dst_image.handle(), VK_I… in TEST_F()
4701 …m_commandBuffer->CopyImage(src_image.handle(), VK_IMAGE_LAYOUT_UNDEFINED, dst_image.handle(), VK_I… in TEST_F()
4708 …m_commandBuffer->CopyImage(src_image.handle(), VK_IMAGE_LAYOUT_GENERAL, dst_image.handle(), VK_IMA… in TEST_F()
4715 …m_commandBuffer->CopyImage(src_image.handle(), VK_IMAGE_LAYOUT_GENERAL, dst_image.handle(), VK_IMA… in TEST_F()
4721 …m_commandBuffer->CopyImage(src_image.handle(), VK_IMAGE_LAYOUT_GENERAL, dst_image.handle(), VK_IMA… in TEST_F()
Dvkpositivelayertests.cpp536 …cmdbuf.CopyImage(m_depthStencil->handle(), VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, destImage.handle(… in TEST_F()
7169 …m_commandBuffer->CopyImage(image, VK_IMAGE_LAYOUT_GENERAL, image, VK_IMAGE_LAYOUT_GENERAL, 1, &cop… in TEST_F()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DImage11.h47 static angle::Result CopyImage(const gl::Context *context,
DImage11.cpp78 angle::Result Image11::CopyImage(const gl::Context *context, in CopyImage() function in rx::Image11
DRenderer11.cpp3177 return Image11::CopyImage(context, dest11, src11, sourceBox, destOffset, unpackFlipY, in copyImage()
/external/angle/src/libANGLE/renderer/d3d/d3d9/
DImage9.h39 static angle::Result CopyImage(const gl::Context *context,
DImage9.cpp155 angle::Result Image9::CopyImage(const gl::Context *context, in CopyImage() function in rx::Image9
DRenderer9.cpp2851 return Image9::CopyImage(context, dest9, src9, sourceBox.toRect(), destOffset, unpackFlipY, in copyImage()
/external/deqp/external/openglcts/modules/gl/
Dgl4cCopyImageTests.cpp65 namespace CopyImage namespace
5907 addChild(new CopyImage::FunctionalTest(m_context)); in init()
5908 addChild(new CopyImage::IncompleteTexTest(m_context)); in init()
5909 addChild(new CopyImage::InvalidObjectTest(m_context)); in init()
5910 addChild(new CopyImage::SmokeTest(m_context)); in init()
5911 addChild(new CopyImage::InvalidTargetTest(m_context)); in init()
5912 addChild(new CopyImage::TargetMismatchTest(m_context)); in init()
5913 addChild(new CopyImage::IncompatibleFormatsTest(m_context)); in init()
5914 addChild(new CopyImage::SamplesMismatchTest(m_context)); in init()
5915 addChild(new CopyImage::IncompatibleFormatsCompressionTest(m_context)); in init()
[all …]
Dgl4cCopyImageTests.hpp31 namespace CopyImage namespace
/external/angle/src/libANGLE/renderer/vulkan/
DSecondaryCommandBuffer.cpp58 case CommandID::CopyImage: in GetCommandString()
279 case CommandID::CopyImage: in executeCommands()
DSecondaryCommandBuffer.h49 CopyImage, enumerator
977 CopyImageParams *paramStruct = initCommand<CopyImageParams>(CommandID::CopyImage); in copyImage()
/external/mesa3d/src/amd/vulkan/layers/
Dradv_sqtt_layer.c813 EVENT_MARKER(CopyImage, commandBuffer, srcImage, srcImageLayout, in sqtt_CmdCopyImage()
/external/ImageMagick/PerlMagick/
DMagick.xs3117 CopyImage = 1 in Clone()
/external/ImageMagick/PerlMagick/quantum/
Dquantum.xs.in3114 CopyImage = 1
/external/mesa3d/docs/relnotes/
D20.2.0.rst1138 - tu: Implement fallback linear staging blit for CopyImage