Function Prototype
vkCmdBindTileMemoryQCOM
Bind tile memory to a command buffer
To bind a range of tile memory to the command buffer, call:
void vkCmdBindTileMemoryQCOM(
VkCommandBuffer commandBuffer,
const VkTileMemoryBindInfoQCOM* pTileMemoryBindInfo);
pub fn cmd_bind_tile_memory_qcom(
command_buffer: vk::CommandBuffer,
p_tile_memory_bind_info: *const vk::TileMemoryBindInfoQCOM,
);
commandBufferis the command buffer that the tile memory will be bound to.pTileMemoryBindInfois VK_NULL_HANDLE or a pointer to a VkTileMemoryBindInfoQCOM structure defining how tile memory is bound.
Calling vkCmdBindTileMemoryQCOM when pTileMemoryBindInfo is
NULL is equivalent to binding no tile memory to the command buffer.
Valid Usage (Implicit)
VUID-vkCmdBindTileMemoryQCOM-commandBuffer-parameter
commandBuffer must be a valid VkCommandBuffer handle
VUID-vkCmdBindTileMemoryQCOM-pTileMemoryBindInfo-parameter
If pTileMemoryBindInfo is not NULL, pTileMemoryBindInfo must be a valid pointer to a valid VkTileMemoryBindInfoQCOM structure
VUID-vkCmdBindTileMemoryQCOM-commandBuffer-recording
commandBuffer must be in the recording state
VUID-vkCmdBindTileMemoryQCOM-commandBuffer-cmdpool
The VkCommandPool that commandBuffer was allocated from must support VK_QUEUE_COMPUTE_BIT, or VK_QUEUE_GRAPHICS_BIT operations
VUID-vkCmdBindTileMemoryQCOM-renderpass
This command must only be called outside of a render pass instance
VUID-vkCmdBindTileMemoryQCOM-videocoding
This command must only be called outside of a video coding scope
Host Synchronization
- Host access to
commandBuffermust be externally synchronized - Host access to the
VkCommandPoolthatcommandBufferwas allocated from must be externally synchronized
Parent
VK_QCOM_tile_memory_heapType
Function Prototype
Command Buffer Level
primarysecondary
Render Pass Scope
outside
Queue Types
VK_QUEUE_GRAPHICS_BITVK_QUEUE_COMPUTE_BIT
Command Type
state