Home
last modified time | relevance | path

Searched refs:copyBufferToImage (Results 1 – 25 of 38) sorted by relevance

12

/external/swiftshader/tests/VulkanWrapper/
DUtil.cpp117 void copyBufferToImage(vk::Device device, vk::CommandPool commandPool, vk::Queue queue, vk::Buffer … in copyBufferToImage() function
132 commandBuffer.copyBufferToImage(buffer, image, vk::ImageLayout::eTransferDstOptimal, 1, &region); in copyBufferToImage()
DUtil.hpp33 void copyBufferToImage(vk::Device device, vk::CommandPool commandPool, vk::Queue queue, vk::Buffer …
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.hpp204 void copyBufferToImage (const DeviceInterface& vk,
219 void copyBufferToImage (const DeviceInterface& vk,
DvkImageUtil.cpp4081 void copyBufferToImage (const DeviceInterface& vk, in copyBufferToImage() function
4153 void copyBufferToImage (const DeviceInterface& vk, in copyBufferToImage() function
4181copyBufferToImage(vk, *cmdBuffer, buffer, bufferSize, copyRegions, imageAspectFlags, mipLevels, ar… in copyBufferToImage()
/external/swiftshader/tests/VulkanBenchmarks/
DTriangleBenchmarks.cpp246 …Util::copyBufferToImage(device, commandPool, queue, buffer.getBuffer(), texture.getImage(), 16, 16… in TriangleSampleTexture()
/external/skqp/src/gpu/vk/
DGrVkCommandBuffer.h275 void copyBufferToImage(const GrVkGpu* gpu,
DGrVkGpu.cpp471 fCurrentCmdBuffer->copyBufferToImage(this, in onTransferPixels()
772 fCurrentCmdBuffer->copyBufferToImage(this, in uploadTexDataOptimal()
907 fCurrentCmdBuffer->copyBufferToImage(this, in uploadTexDataCompressed()
DGrVkCommandBuffer.cpp701 void GrVkPrimaryCommandBuffer::copyBufferToImage(const GrVkGpu* gpu, in copyBufferToImage() function in GrVkPrimaryCommandBuffer
/external/swiftshader/src/Vulkan/
DVkCommandBuffer.hpp110 void copyBufferToImage(Buffer *srcBuffer, Image *dstImage, VkImageLayout dstImageLayout,
DVkCommandBuffer.cpp1530 void CommandBuffer::copyBufferToImage(Buffer *srcBuffer, Image *dstImage, VkImageLayout dstImageLay… in copyBufferToImage() function in vk::CommandBuffer
/external/angle/src/libANGLE/renderer/vulkan/
DOverlayVk.cpp147 fontDataUpload->copyBufferToImage(fontDataBuffer.get().getBuffer().getHandle(), in createFont()
DSecondaryCommandBuffer.h549 void copyBufferToImage(VkBuffer srcBuffer,
1065 ANGLE_INLINE void SecondaryCommandBuffer::copyBufferToImage(VkBuffer srcBuffer, in copyBufferToImage() function
Dvk_wrapper.h248 void copyBufferToImage(VkBuffer srcBuffer,
836 ANGLE_INLINE void CommandBuffer::copyBufferToImage(VkBuffer srcBuffer,
/external/skia/src/gpu/vk/
DGrVkCommandBuffer.h284 void copyBufferToImage(const GrVkGpu* gpu,
DGrVkGpu.cpp596 this->currentCommandBuffer()->copyBufferToImage(this, in onTransferPixelsTo()
952 this->currentCommandBuffer()->copyBufferToImage(this, in uploadTexDataOptimal()
1019 this->currentCommandBuffer()->copyBufferToImage(this, in uploadTexDataCompressed()
1739 cmdBuffer->copyBufferToImage(this, in onUpdateCompressedBackendTexture()
DGrVkCommandBuffer.cpp778 void GrVkPrimaryCommandBuffer::copyBufferToImage(const GrVkGpu* gpu, in copyBufferToImage() function in GrVkPrimaryCommandBuffer
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryBasicGeometryShaderTests.cpp157copyBufferToImage(vk, device, queue, queueFamilyIndex, *buffer, bufferSize, copyRegions, DE_NULL, … in uploadImage()
/external/deqp/external/vulkancts/modules/vulkan/modifiers/
DvktModifiersTests.cpp507 copyBufferToImage(vkd, *cmdBuffer, inputBuffer->get(), bufferSize, in exportImportMemoryExplicitModifiersCase()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.cpp470copyBufferToImage(vk, device, queue, queueFamilyIndex, *buffer, bufferSize, copyRegions, DE_NULL, … in uploadTestTextureInternal()
563copyBufferToImage(vk, device, universalQueue, universalQueueFamilyIndex, *buffer, bufferSize, copy… in uploadTestTextureInternalSparse()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmComputeShaderCase.cpp586copyBufferToImage(vkdi, device, queue, queueFamilyIndex, buffer->get(), (deUint32)numBytes, copyRe… in iterate()
DvktSpvAsmGraphicsShaderTestUtil.cpp2946 void copyBufferToImage (const DeviceInterface& vk, const VkDevice& device, const VkQueue& queue, Vk… in copyBufferToImage() function
2966copyBufferToImage(vk, cmdBuffer, buffer, VK_WHOLE_SIZE, vector<VkBufferImageCopy>(1, copyRegion), … in copyBufferToImage()
3515copyBufferToImage(vk, device, queue, *cmdBuf, resourceBuffer.get(), resourceImage.get(), inputImag… in runAndVerifyDefaultPipeline()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassFragmentDensityMapTests.cpp703 void copyBufferToImage(const DeviceInterface& vk, in copyBufferToImage() function
1324 copyBufferToImage in FragmentDensityMapTestInstance()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureFilteringExplicitLodTests.cpp364copyBufferToImage(vkd, dev, ctx.getUniversalQueue(), ctx.getUniversalQueueFamilyIndex(), buf.get()… in initializeImage()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp1071copyBufferToImage(vk, vkDevice, queue, queueFamilyIndex, *buffer, bufferSize, copyRegions, DE_NULL… in uploadImage()
1340copyBufferToImage(vk, vkDevice, queue, queueFamilyIndex, *buffer, bufferSize, copyRegions, &(*imag… in uploadSparseImage()
/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessExtsTests.cpp2154 copyBufferToImage(vk, in iterate()
2711 copyBufferToImage(vk, in iterate()

12