Searched refs:vn_encode_VkImageLayout (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/mesa3d/src/virtio/venus-protocol/ |
H A 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() 614 vn_encode_VkImageLayout(enc, &val->stencilInitialLayout); in vn_encode_VkAttachmentDescriptionStencilLayout_self() 615 vn_encode_VkImageLayout(enc, &val->stencilFinalLayout); in vn_encode_VkAttachmentDescriptionStencilLayout_self() 716 vn_encode_VkImageLayout(enc, &val->initialLayout); in vn_encode_VkAttachmentDescription2_self() 717 vn_encode_VkImageLayout(enc, &val->finalLayout); in vn_encode_VkAttachmentDescription2_self() 770 vn_encode_VkImageLayout(enc, &val->stencilLayout); in vn_encode_VkAttachmentReferenceStencilLayout_self() 859 vn_encode_VkImageLayout(enc, &val->layout); in vn_encode_VkAttachmentReference2_self()
|
H A D | vn_protocol_driver_command_buffer.h | 1053 vn_encode_VkImageLayout(enc, &val->oldLayout); in vn_encode_VkImageMemoryBarrier_self() 1054 vn_encode_VkImageLayout(enc, &val->newLayout); in vn_encode_VkImageMemoryBarrier_self() 1777 vn_encode_VkImageLayout(enc, &val->srcImageLayout); in vn_encode_VkCopyImageInfo2_self() 1779 vn_encode_VkImageLayout(enc, &val->dstImageLayout); in vn_encode_VkCopyImageInfo2_self() 1920 vn_encode_VkImageLayout(enc, &val->srcImageLayout); in vn_encode_VkBlitImageInfo2_self() 1922 vn_encode_VkImageLayout(enc, &val->dstImageLayout); in vn_encode_VkBlitImageInfo2_self() 2059 vn_encode_VkImageLayout(enc, &val->dstImageLayout); in vn_encode_VkCopyBufferToImageInfo2_self() 2131 vn_encode_VkImageLayout(enc, &val->srcImageLayout); in vn_encode_VkCopyImageToBufferInfo2_self() 2266 vn_encode_VkImageLayout(enc, &val->srcImageLayout); in vn_encode_VkResolveImageInfo2_self() 2268 vn_encode_VkImageLayout(enc, &val->dstImageLayout); in vn_encode_VkResolveImageInfo2_self() [all …]
|
H A D | vn_protocol_driver_structs.h | 1020 vn_encode_VkImageLayout(enc, &val->imageLayout); in vn_encode_VkDescriptorImageInfo()
|
H A D | vn_protocol_driver_types.h | 2498 vn_encode_VkImageLayout(struct vn_cs_encoder *enc, const VkImageLayout *val) in vn_encode_VkImageLayout() function
|
H A D | vn_protocol_driver_image.h | 467 vn_encode_VkImageLayout(enc, &val->initialLayout); in vn_encode_VkImageCreateInfo_self()
|
/aosp_15_r20/external/virglrenderer/src/venus/venus-protocol/ |
H A D | vn_protocol_renderer_types.h | 1629 vn_encode_VkImageLayout(struct vn_cs_encoder *enc, const VkImageLayout *val) in vn_encode_VkImageLayout() function
|