Home
last modified time | relevance | path

Searched refs:commandCopyImageToBuffer (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageLoadStoreTests.cpp426 void commandCopyImageToBuffer(Context &context, const VkCommandBuffer cmdBuffer, const VkImage imag… in commandCopyImageToBuffer() function
1099commandCopyImageToBuffer(m_context, cmdBuffer, m_image->get(), m_imageBuffer->get(), m_imageSizeBy… in commandAfterCompute()
1795commandCopyImageToBuffer(m_context, cmdBuffer, m_imageDst->get(), m_imageBuffer->get(), m_imageSiz… in commandAfterCompute()
2432commandCopyImageToBuffer(m_context, cmdBuffer, m_imageDst->get(), m_buffer->get(), m_imageDstSize,… in commandAfterCompute()
/aosp_15_r20/external/OpenCL-CLHPP/include/CL/
H A Dopencl.hpp11275 cl_int commandCopyImageToBuffer(const Image& src, in commandCopyImageToBuffer() function in cl::CommandBufferKhr