Home
last modified time | relevance | path

Searched refs:CopyBufferToImage (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DSecondaryCommandBuffer.cpp133 case CommandID::CopyBufferToImage: in executeCommands()
373 case CommandID::CopyBufferToImage: in dumpCommands()
DSecondaryCommandBuffer.h43 CopyBufferToImage, enumerator
795 initCommand<CopyBufferToImageParams>(CommandID::CopyBufferToImage); in copyBufferToImage()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DSecondaryCommandBuffer.cpp59 case CommandID::CopyBufferToImage: in GetCommandString()
299 case CommandID::CopyBufferToImage: in executeCommands()
DSecondaryCommandBuffer.h53 CopyBufferToImage, enumerator
1102 initCommand<CopyBufferToImageParams>(CommandID::CopyBufferToImage); in copyBufferToImage()
/third_party/mesa3d/src/amd/vulkan/layers/
Dradv_sqtt_layer.c516 EVENT_MARKER_ALIAS(CopyBufferToImage2, CopyBufferToImage, commandBuffer, in sqtt_CmdCopyBufferToImage2()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp3005 namespace CopyBufferToImage namespace
5550 …E_COPY_BUFFER_TO_IMAGE: return de::MovePtr<OperationSupport>(new CopyBufferToImage ::Support (… in makeOperationSupport()
5582 …D_COPY_BUFFER_TO_IMAGE: return de::MovePtr<OperationSupport>(new CopyBufferToImage ::Support (… in makeOperationSupport()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp2385 class CopyBufferToImage : public CopiesAndBlittingTestInstance class
2388 CopyBufferToImage (Context& context,
2404 CopyBufferToImage::CopyBufferToImage (Context& context, TestParams testParams) in CopyBufferToImage() function in vkt::api::__anon59af0e9c0111::CopyBufferToImage
2463 tcu::TestStatus CopyBufferToImage::iterate (void) in iterate()
2568 return new CopyBufferToImage(context, m_params); in createInstance()
2585 void CopyBufferToImage::copyRegionToTextureLevel (tcu::ConstPixelBufferAccess src, tcu::PixelBuffer… in copyRegionToTextureLevel()