Home
last modified time | relevance | path

Searched refs:vn_encode_VkImageLayout (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_render_pass.h42 vn_encode_VkImageLayout(enc, &val->initialLayout); in vn_encode_VkAttachmentDescription()
43 vn_encode_VkImageLayout(enc, &val->finalLayout); in vn_encode_VkAttachmentDescription()
61 vn_encode_VkImageLayout(enc, &val->layout); in vn_encode_VkAttachmentReference()
543 vn_encode_VkImageLayout(enc, &val->stencilInitialLayout); in vn_encode_VkAttachmentDescriptionStencilLayout_self()
544 vn_encode_VkImageLayout(enc, &val->stencilFinalLayout); in vn_encode_VkAttachmentDescriptionStencilLayout_self()
645 vn_encode_VkImageLayout(enc, &val->initialLayout); in vn_encode_VkAttachmentDescription2_self()
646 vn_encode_VkImageLayout(enc, &val->finalLayout); in vn_encode_VkAttachmentDescription2_self()
699 vn_encode_VkImageLayout(enc, &val->stencilLayout); in vn_encode_VkAttachmentReferenceStencilLayout_self()
788 vn_encode_VkImageLayout(enc, &val->layout); in vn_encode_VkAttachmentReference2_self()
Dvn_protocol_driver_command_buffer.h872 vn_encode_VkImageLayout(enc, &val->oldLayout); in vn_encode_VkImageMemoryBarrier_self()
873 vn_encode_VkImageLayout(enc, &val->newLayout); in vn_encode_VkImageMemoryBarrier_self()
2700 vn_encode_VkImageLayout(enc, &srcImageLayout); in vn_encode_vkCmdCopyImage()
2702 vn_encode_VkImageLayout(enc, &dstImageLayout); in vn_encode_vkCmdCopyImage()
2777 vn_encode_VkImageLayout(enc, &srcImageLayout); in vn_encode_vkCmdBlitImage()
2779 vn_encode_VkImageLayout(enc, &dstImageLayout); in vn_encode_vkCmdBlitImage()
2856 vn_encode_VkImageLayout(enc, &dstImageLayout); in vn_encode_vkCmdCopyBufferToImage()
2927 vn_encode_VkImageLayout(enc, &srcImageLayout); in vn_encode_vkCmdCopyImageToBuffer()
3123 vn_encode_VkImageLayout(enc, &imageLayout); in vn_encode_vkCmdClearColorImage()
3198 vn_encode_VkImageLayout(enc, &imageLayout); in vn_encode_vkCmdClearDepthStencilImage()
[all …]
Dvn_protocol_driver_descriptor_set.h204 vn_encode_VkImageLayout(enc, &val->imageLayout); in vn_encode_VkDescriptorImageInfo()
Dvn_protocol_driver_types.h2105 vn_encode_VkImageLayout(struct vn_cs_encoder *enc, const VkImageLayout *val) in vn_encode_VkImageLayout() function
Dvn_protocol_driver_image.h459 vn_encode_VkImageLayout(enc, &val->initialLayout); in vn_encode_VkImageCreateInfo_self()