Home
last modified time | relevance | path

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

123

/third_party/skia/third_party/externals/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 …
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DVulkanSecondaryCommandBuffer.h89 void copyBufferToImage(VkBuffer srcBuffer,
316 ANGLE_INLINE void VulkanSecondaryCommandBuffer::copyBufferToImage(VkBuffer srcBuffer, in copyBufferToImage() function
323 CommandBuffer::copyBufferToImage(srcBuffer, dstImage, dstImageLayout, regionCount, regions); in copyBufferToImage()
DOverlayVk.cpp147 fontDataUpload->copyBufferToImage(fontDataBuffer.get().getBuffer().getHandle(), in createFont()
DSecondaryCommandBuffer.h568 void copyBufferToImage(VkBuffer srcBuffer,
1094 ANGLE_INLINE void SecondaryCommandBuffer::copyBufferToImage(VkBuffer srcBuffer, in copyBufferToImage() function
Dvk_wrapper.h244 void copyBufferToImage(VkBuffer srcBuffer,
783 ANGLE_INLINE void CommandBuffer::copyBufferToImage(VkBuffer srcBuffer,
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkImageUtil.hpp244 void copyBufferToImage (const DeviceInterface& vk,
261 void copyBufferToImage (const DeviceInterface& vk,
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkCommandBuffer.hpp108 void copyBufferToImage(const VkCopyBufferToImageInfo2KHR &copyBufferToImageInfo);
/third_party/skia/third_party/externals/swiftshader/tests/VulkanBenchmarks/
DTriangleBenchmarks.cpp246 …Util::copyBufferToImage(device, commandPool, queue, buffer.getBuffer(), texture.getImage(), 16, 16… in TriangleSampleTexture()
/third_party/flutter/skia/src/gpu/vk/
DGrVkCommandBuffer.h268 void copyBufferToImage(const GrVkGpu* gpu,
DGrVkGpu.cpp509 fCurrentCmdBuffer->copyBufferToImage(this, in onTransferPixelsTo()
860 fCurrentCmdBuffer->copyBufferToImage(this, in uploadTexDataOptimal()
940 fCurrentCmdBuffer->copyBufferToImage(this, in uploadTexDataCompressed()
/third_party/skia/src/gpu/vk/
DGrVkCommandBuffer.h282 void copyBufferToImage(const GrVkGpu* gpu,
DGrVkGpu.cpp604 this->currentCommandBuffer()->copyBufferToImage(this, in onTransferPixelsTo()
959 this->currentCommandBuffer()->copyBufferToImage(this, in uploadTexDataOptimal()
1026 this->currentCommandBuffer()->copyBufferToImage(this, in uploadTexDataCompressed()
1763 cmdBuffer->copyBufferToImage(this, in onUpdateCompressedBackendTexture()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DSecondaryCommandBuffer.h418 void copyBufferToImage(VkBuffer srcBuffer,
787 ANGLE_INLINE void SecondaryCommandBuffer::copyBufferToImage(VkBuffer srcBuffer, in copyBufferToImage() function
Dvk_wrapper.h251 void copyBufferToImage(VkBuffer srcBuffer,
698 ANGLE_INLINE void CommandBuffer::copyBufferToImage(VkBuffer srcBuffer,
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
DvktGeometryBasicGeometryShaderTests.cpp157copyBufferToImage(vk, device, queue, queueFamilyIndex, *buffer, bufferSize, copyRegions, DE_NULL, … in uploadImage()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/
DvktGeometryBasicGeometryShaderTests.cpp157copyBufferToImage(vk, device, queue, queueFamilyIndex, *buffer, bufferSize, copyRegions, DE_NULL, … in uploadImage()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp1082copyBufferToImage(vk, vkDevice, queue, queueFamilyIndex, *buffer, bufferSize, copyRegions, DE_NULL… in uploadImage()
1084copyBufferToImage(vk, vkDevice, queue, queueFamilyIndex, *buffer, bufferSize, copyRegions, DE_NULL… in uploadImage()
1371copyBufferToImage(vk, vkDevice, queue, queueFamilyIndex, *buffer, bufferSize, copyRegions, &(*imag… in uploadSparseImage()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
DvktShaderRender.cpp1082copyBufferToImage(vk, vkDevice, queue, queueFamilyIndex, *buffer, bufferSize, copyRegions, DE_NULL… in uploadImage()
1084copyBufferToImage(vk, vkDevice, queue, queueFamilyIndex, *buffer, bufferSize, copyRegions, DE_NULL… in uploadImage()
1371copyBufferToImage(vk, vkDevice, queue, queueFamilyIndex, *buffer, bufferSize, copyRegions, &(*imag… in uploadSparseImage()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.cpp488copyBufferToImage(vk, device, queue, queueFamilyIndex, *buffer, bufferSize, copyRegions, DE_NULL, … in uploadTestTextureInternal()
595copyBufferToImage(vk, device, universalQueue, universalQueueFamilyIndex, *buffer, bufferSize, copy… in uploadTestTextureInternalSparse()
DvktPipelineImage2DViewOf3DTests.cpp512copyBufferToImage(vk, *cmdBuffer, **inputImageBuffer, bufferSize, copies, VK_IMAGE_ASPECT_COLOR_BI… in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineImageUtil.cpp488copyBufferToImage(vk, device, queue, queueFamilyIndex, *buffer, bufferSize, copyRegions, DE_NULL, … in uploadTestTextureInternal()
595copyBufferToImage(vk, device, universalQueue, universalQueueFamilyIndex, *buffer, bufferSize, copy… in uploadTestTextureInternalSparse()
DvktPipelineImage2DViewOf3DTests.cpp512copyBufferToImage(vk, *cmdBuffer, **inputImageBuffer, bufferSize, copies, VK_IMAGE_ASPECT_COLOR_BI… in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmGraphicsShaderTestUtil.cpp2946 void copyBufferToImage (Context& context, const DeviceInterface& vk, const VkDevice& device, const … in copyBufferToImage() function
2966copyBufferToImage(vk, cmdBuffer, buffer, VK_WHOLE_SIZE, vector<VkBufferImageCopy>(1, copyRegion), … in copyBufferToImage()
3504copyBufferToImage(context, vk, device, queue, *cmdPool, *cmdBuf, resourceBuffer.get(), resourceIma… in runAndVerifyDefaultPipeline()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
DvktSpvAsmGraphicsShaderTestUtil.cpp2946 void copyBufferToImage (Context& context, const DeviceInterface& vk, const VkDevice& device, const … in copyBufferToImage() function
2966copyBufferToImage(vk, cmdBuffer, buffer, VK_WHOLE_SIZE, vector<VkBufferImageCopy>(1, copyRegion), … in copyBufferToImage()
3504copyBufferToImage(context, vk, device, queue, *cmdPool, *cmdBuf, resourceBuffer.get(), resourceIma… in runAndVerifyDefaultPipeline()

123