Searched refs:copyBufferAddress (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | copies.adoc | 1136 * pname:copyBufferAddress is the buffer address specifying the copy 1144 Each region read from pname:copyBufferAddress is copied from the source 1154 * [[VUID-vkCmdCopyMemoryIndirectNV-copyBufferAddress-07654]] 1155 pname:copyBufferAddress must: be 4 byte aligned 1205 * pname:copyBufferAddress is the buffer address specifying the copy 1219 Each region in pname:copyBufferAddress is copied from the source memory 1241 The image region specified by each element in sname:copyBufferAddress 1294 For each region in sname:copyBufferAddress, pname:imageOffset.y and
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkan.hpp | 4933 …opyMemoryIndirectNV( VkCommandBuffer commandBuffer, VkDeviceAddress copyBufferAddress, uint32_t co… in vkCmdCopyMemoryIndirectNV() argument 4935 return ::vkCmdCopyMemoryIndirectNV( commandBuffer, copyBufferAddress, copyCount, stride ); in vkCmdCopyMemoryIndirectNV() 4939 …ryToImageIndirectNV( VkCommandBuffer commandBuffer, VkDeviceAddress copyBufferAddress, uint32_t co… in vkCmdCopyMemoryToImageIndirectNV() argument 4941 …return ::vkCmdCopyMemoryToImageIndirectNV( commandBuffer, copyBufferAddress, copyCount, stride, ds… in vkCmdCopyMemoryToImageIndirectNV()
|
D | vulkan_raii.hpp | 5535 …void copyMemoryIndirectNV( VULKAN_HPP_NAMESPACE::DeviceAddress copyBufferAddress, uint32_t copyCou… 5538 …void copyMemoryToImageIndirectNV( VULKAN_HPP_NAMESPACE::DeviceAddress copyBufferAddress, uint32_t … 18985 …ndBuffer::copyMemoryIndirectNV( VULKAN_HPP_NAMESPACE::DeviceAddress copyBufferAddress, uint32_t co… in copyMemoryIndirectNV() argument 18991 …<VkCommandBuffer>( m_commandBuffer ), static_cast<VkDeviceAddress>( copyBufferAddress ), copyCount… in copyMemoryIndirectNV() 18998 …r::copyMemoryToImageIndirectNV( VULKAN_HPP_NAMESPACE::DeviceAddress copyBufferAddress, uint32_t st… in copyMemoryToImageIndirectNV() argument 19004 …<VkCommandBuffer>( m_commandBuffer ), static_cast<VkDeviceAddress>( copyBufferAddress ), imageSubr… in copyMemoryToImageIndirectNV()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 16549 …opyMemoryIndirectNV)(VkCommandBuffer commandBuffer, VkDeviceAddress copyBufferAddress, uint32_t co… 16550 …ryToImageIndirectNV)(VkCommandBuffer commandBuffer, VkDeviceAddress copyBufferAddress, uint32_t co… 16555 VkDeviceAddress copyBufferAddress, 16561 VkDeviceAddress copyBufferAddress,
|