Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.hpp152 void copyBufferToImage (const DeviceInterface& vk,
167 void copyBufferToImage (const DeviceInterface& vk,
DvkImageUtil.cpp2820 void copyBufferToImage (const DeviceInterface& vk, in copyBufferToImage() function
2892 void copyBufferToImage (const DeviceInterface& vk, in copyBufferToImage() function
2920copyBufferToImage(vk, *cmdBuffer, buffer, bufferSize, copyRegions, imageAspectFlags, mipLevels, ar… in copyBufferToImage()
/external/swiftshader/src/Vulkan/
DVkCommandBuffer.hpp95 void copyBufferToImage(VkBuffer srcBuffer, VkImage dstImage, VkImageLayout dstImageLayout,
DVkCommandBuffer.cpp726 void CommandBuffer::copyBufferToImage(VkBuffer srcBuffer, VkImage dstImage, VkImageLayout dstImageL… in copyBufferToImage() function in vk::CommandBuffer
DlibVulkan.cpp1447 …vk::Cast(commandBuffer)->copyBufferToImage(srcBuffer, dstImage, dstImageLayout, regionCount, pRegi… in vkCmdCopyBufferToImage()
/external/skia/src/gpu/vk/
DGrVkCommandBuffer.h276 void copyBufferToImage(const GrVkGpu* gpu,
DGrVkGpu.cpp474 fCurrentCmdBuffer->copyBufferToImage(this, in onTransferPixels()
766 fCurrentCmdBuffer->copyBufferToImage(this, in uploadTexDataOptimal()
901 fCurrentCmdBuffer->copyBufferToImage(this, in uploadTexDataCompressed()
DGrVkCommandBuffer.cpp711 void GrVkPrimaryCommandBuffer::copyBufferToImage(const GrVkGpu* gpu, in copyBufferToImage() function in GrVkPrimaryCommandBuffer
/external/skqp/src/gpu/vk/
DGrVkCommandBuffer.h275 void copyBufferToImage(const GrVkGpu* gpu,
DGrVkGpu.cpp471 fCurrentCmdBuffer->copyBufferToImage(this, in onTransferPixels()
764 fCurrentCmdBuffer->copyBufferToImage(this, in uploadTexDataOptimal()
899 fCurrentCmdBuffer->copyBufferToImage(this, in uploadTexDataCompressed()
DGrVkCommandBuffer.cpp701 void GrVkPrimaryCommandBuffer::copyBufferToImage(const GrVkGpu* gpu, in copyBufferToImage() function in GrVkPrimaryCommandBuffer
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.cpp319copyBufferToImage(vk, device, queue, queueFamilyIndex, *buffer, bufferSize, copyRegions, DE_NULL, … in uploadTestTextureInternal()
412copyBufferToImage(vk, device, universalQueue, universalQueueFamilyIndex, *buffer, bufferSize, copy… in uploadTestTextureInternalSparse()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmComputeShaderCase.cpp545copyBufferToImage(vkdi, device, queue, queueFamilyIndex, buffer->get(), (deUint32)numBytes, copyRe… in iterate()
DvktSpvAsmGraphicsShaderTestUtil.cpp2413 void copyBufferToImage (const DeviceInterface& vk, const VkDevice& device, const VkQueue& queue, Vk… in copyBufferToImage() function
2433copyBufferToImage(vk, cmdBuffer, buffer, VK_WHOLE_SIZE, vector<VkBufferImageCopy>(1, copyRegion), … in copyBufferToImage()
2989copyBufferToImage(vk, device, queue, *cmdBuf, resourceBuffer.get(), resourceImage.get(), inputImag… in runAndVerifyDefaultPipeline()
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryBasicGeometryShaderTests.cpp156copyBufferToImage(vk, device, queue, queueFamilyIndex, *buffer, bufferSize, copyRegions, DE_NULL, … in uploadImage()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageAtomicOperationTests.cpp547copyBufferToImage(deviceInterface, *cmdBuffer, *inputBuffer, imageSizeInBytes, bufferImageCopy, VK… in iterate()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureFilteringExplicitLodTests.cpp403copyBufferToImage(vkd, dev, ctx.getUniversalQueue(), ctx.getUniversalQueueFamilyIndex(), buf.get()… in initializeImage()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp1052copyBufferToImage(vk, vkDevice, queue, queueFamilyIndex, *buffer, bufferSize, copyRegions, DE_NULL… in uploadImage()
1321copyBufferToImage(vk, vkDevice, queue, queueFamilyIndex, *buffer, bufferSize, copyRegions, &(*imag… in uploadSparseImage()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktOpaqueTypeIndexingTests.cpp595copyBufferToImage(vkd, device, context.getUniversalQueue(), context.getUniversalQueueFamilyIndex()… in TestImage()
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeBasicComputeShaderTests.cpp787copyBufferToImage(vk, *cmdBuffer, *stagingBuffer, bufferSizeBytes, bufferImageCopy, VK_IMAGE_ASPEC… in iterate()
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp3910copyBufferToImage(vki, device, queue, queueFamilyIndex, *dataBuffer, dataBufferSize, copySlices, D… in uploadImage()
/external/vulkan-headers/include/vulkan/
Dvulkan.hpp12005 …void copyBufferToImage( Buffer srcBuffer, Image dstImage, ImageLayout dstImageLayout, uint32_t reg…
12008 …void copyBufferToImage( Buffer srcBuffer, Image dstImage, ImageLayout dstImageLayout, ArrayProxy<c…
47327 …VULKAN_HPP_INLINE void CommandBuffer::copyBufferToImage( Buffer srcBuffer, Image dstImage, ImageLa… in copyBufferToImage() function in VULKAN_HPP_NAMESPACE::CommandBuffer
47333 …VULKAN_HPP_INLINE void CommandBuffer::copyBufferToImage( Buffer srcBuffer, Image dstImage, ImageLa… in copyBufferToImage() function in VULKAN_HPP_NAMESPACE::CommandBuffer