Searched refs:vn_encode_VkImageLayout (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/virtio/venus-protocol/ |
D | vn_protocol_driver_render_pass.h | 42 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()
|
D | vn_protocol_driver_command_buffer.h | 882 vn_encode_VkImageLayout(enc, &val->oldLayout); in vn_encode_VkImageMemoryBarrier_self() 883 vn_encode_VkImageLayout(enc, &val->newLayout); in vn_encode_VkImageMemoryBarrier_self() 1556 vn_encode_VkImageLayout(enc, &val->srcImageLayout); in vn_encode_VkCopyImageInfo2_self() 1558 vn_encode_VkImageLayout(enc, &val->dstImageLayout); in vn_encode_VkCopyImageInfo2_self() 1699 vn_encode_VkImageLayout(enc, &val->srcImageLayout); in vn_encode_VkBlitImageInfo2_self() 1701 vn_encode_VkImageLayout(enc, &val->dstImageLayout); in vn_encode_VkBlitImageInfo2_self() 1838 vn_encode_VkImageLayout(enc, &val->dstImageLayout); in vn_encode_VkCopyBufferToImageInfo2_self() 1910 vn_encode_VkImageLayout(enc, &val->srcImageLayout); in vn_encode_VkCopyImageToBufferInfo2_self() 2045 vn_encode_VkImageLayout(enc, &val->srcImageLayout); in vn_encode_VkResolveImageInfo2_self() 2047 vn_encode_VkImageLayout(enc, &val->dstImageLayout); in vn_encode_VkResolveImageInfo2_self() [all …]
|
D | vn_protocol_driver_descriptor_set.h | 204 vn_encode_VkImageLayout(enc, &val->imageLayout); in vn_encode_VkDescriptorImageInfo()
|
D | vn_protocol_driver_types.h | 2375 vn_encode_VkImageLayout(struct vn_cs_encoder *enc, const VkImageLayout *val) in vn_encode_VkImageLayout() function
|
D | vn_protocol_driver_image.h | 467 vn_encode_VkImageLayout(enc, &val->initialLayout); in vn_encode_VkImageCreateInfo_self()
|