Home
last modified time | relevance | path

Searched refs:VkAttachmentDescription2 (Results 1 – 25 of 29) sorted by relevance

12

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_image.h369 const VkAttachmentDescription2 *attachments);
370 VkImageLayout vk_att_desc_stencil_layout(const VkAttachmentDescription2 *att_desc,
Dvk_render_pass.c86 VK_MULTIALLOC_DECL(&ma, VkAttachmentDescription2, attachments, in vk_common_CreateRenderPass()
122 attachments[i] = (VkAttachmentDescription2) { in vk_common_CreateRenderPass()
335 const VkAttachmentDescription2 *desc) in vk_render_pass_attachment_init()
358 const VkAttachmentDescription2 *attachments, in vk_subpass_attachment_init()
665 const VkAttachmentDescription2 *att = in vk_common_CreateRenderPass2()
684 const VkAttachmentDescription2 *att = in vk_common_CreateRenderPass2()
Dvk_image.c806 const VkAttachmentDescription2 *attachments) in vk_att_ref_stencil_layout()
855 vk_att_desc_stencil_layout(const VkAttachmentDescription2 *att_desc, bool final) in vk_att_desc_stencil_layout()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_HUAWEI_subpass_shading.adoc91 VkAttachmentDescription2 attachments[] = {
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_multisampled_render_to_single_sampled.adoc202 VkAttachmentDescription2 attachmentDescs[3] = {
DVK_ANDROID_external_format_resolve.adoc180 VkAttachmentDescription2 attachments[2] = {
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_deepcopy_guest.h743 const VkAttachmentDescription2* from,
744 VkAttachmentDescription2* to);
Dgoldfish_vk_transform_guest.h1156 VkAttachmentDescription2* toTransform);
1159 VkAttachmentDescription2* toTransform);
Dgoldfish_vk_marshaling_guest.h1452 const VkAttachmentDescription2* forMarshaling);
1455 VkAttachmentDescription2* forUnmarshaling);
Dgoldfish_vk_transform_guest.cpp3817 VkAttachmentDescription2* toTransform) { in transform_tohost_VkAttachmentDescription2()
3826 VkAttachmentDescription2* toTransform) { in transform_fromhost_VkAttachmentDescription2()
3957 resourceTracker, (VkAttachmentDescription2*)(toTransform->pAttachments + i)); in transform_tohost_VkRenderPassCreateInfo2()
3990 resourceTracker, (VkAttachmentDescription2*)(toTransform->pAttachments + i)); in transform_fromhost_VkRenderPassCreateInfo2()
Dgoldfish_vk_counting_guest.h676 const VkAttachmentDescription2* toCount, size_t* count);
Dgoldfish_vk_reserved_marshaling_guest.h777 const VkAttachmentDescription2* forMarshaling,
Dgoldfish_vk_deepcopy_guest.cpp3930 const VkAttachmentDescription2* from, in deepcopy_VkAttachmentDescription2()
3931 VkAttachmentDescription2* to) { in deepcopy_VkAttachmentDescription2()
4089 to->pAttachments = (VkAttachmentDescription2*)alloc->alloc( in deepcopy_VkRenderPassCreateInfo2()
4090 from->attachmentCount * sizeof(const VkAttachmentDescription2)); in deepcopy_VkRenderPassCreateInfo2()
4095 (VkAttachmentDescription2*)(to->pAttachments + i)); in deepcopy_VkRenderPassCreateInfo2()
Dgoldfish_vk_counting_guest.cpp3708 const VkAttachmentDescription2* toCount, size_t* count) { in count_VkAttachmentDescription2()
3836 featureBits, rootType, (const VkAttachmentDescription2*)(toCount->pAttachments + i), in count_VkRenderPassCreateInfo2()
Dgoldfish_vk_marshaling_guest.cpp6887 const VkAttachmentDescription2* forMarshaling) { in marshal_VkAttachmentDescription2()
6908 VkAttachmentDescription2* forUnmarshaling) { in unmarshal_VkAttachmentDescription2()
7130 (const VkAttachmentDescription2*)(forMarshaling->pAttachments + i)); in marshal_VkRenderPassCreateInfo2()
7167 vkStream, rootType, (VkAttachmentDescription2*)(forUnmarshaling->pAttachments + i)); in unmarshal_VkRenderPassCreateInfo2()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Drenderpass.adoc3082 slink:VkAttachmentDescription2 structures describing the attachments
3128 sname:VkAttachmentDescription2 structures describing them must: include
3322 [open,refpage='VkAttachmentDescription2',desc='Structure specifying an attachment description',type…
3324 :refpage: VkAttachmentDescription2
3326 The sname:VkAttachmentDescription2 structure is defined as:
3328 include::{generated}/api/structs/VkAttachmentDescription2.adoc[]
3405 * [[VUID-VkAttachmentDescription2-pNext-06704]]
3415 * [[VUID-VkAttachmentDescription2-pNext-06705]]
3422 * [[VUID-VkAttachmentDescription2-format-06249]]
3428 * [[VUID-VkAttachmentDescription2-format-06250]]
[all …]
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_deepcopy.h736 const VkAttachmentDescription2* from,
737 VkAttachmentDescription2* to);
Dgoldfish_vk_transform.h1178 VkAttachmentDescription2* toTransform);
1181 VkAttachmentDescription2* toTransform);
Dgoldfish_vk_marshaling.h1422 const VkAttachmentDescription2* forMarshaling);
1425 VkAttachmentDescription2* forUnmarshaling);
Dgoldfish_vk_transform.cpp3835 VkAttachmentDescription2* toTransform) { in transform_tohost_VkAttachmentDescription2()
3844 VkAttachmentDescription2* toTransform) { in transform_fromhost_VkAttachmentDescription2()
3975 resourceTracker, (VkAttachmentDescription2*)(toTransform->pAttachments + i)); in transform_tohost_VkRenderPassCreateInfo2()
4008 resourceTracker, (VkAttachmentDescription2*)(toTransform->pAttachments + i)); in transform_fromhost_VkRenderPassCreateInfo2()
Dgoldfish_vk_reserved_marshaling.h740 VkAttachmentDescription2* forUnmarshaling,
Dgoldfish_vk_deepcopy.cpp3930 const VkAttachmentDescription2* from, in deepcopy_VkAttachmentDescription2()
3931 VkAttachmentDescription2* to) { in deepcopy_VkAttachmentDescription2()
4089 to->pAttachments = (VkAttachmentDescription2*)alloc->alloc( in deepcopy_VkRenderPassCreateInfo2()
4090 from->attachmentCount * sizeof(const VkAttachmentDescription2)); in deepcopy_VkRenderPassCreateInfo2()
4095 (VkAttachmentDescription2*)(to->pAttachments + i)); in deepcopy_VkRenderPassCreateInfo2()
Dgoldfish_vk_marshaling.cpp8314 const VkAttachmentDescription2* forMarshaling) { in marshal_VkAttachmentDescription2()
8335 VkAttachmentDescription2* forUnmarshaling) { in unmarshal_VkAttachmentDescription2()
8606 (const VkAttachmentDescription2*)(forMarshaling->pAttachments + i)); in marshal_VkRenderPassCreateInfo2()
8653 forUnmarshaling->attachmentCount * sizeof(const VkAttachmentDescription2)); in unmarshal_VkRenderPassCreateInfo2()
8657 vkStream, rootType, (VkAttachmentDescription2*)(forUnmarshaling->pAttachments + i)); in unmarshal_VkRenderPassCreateInfo2()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h6024 typedef struct VkAttachmentDescription2 { struct
6036 } VkAttachmentDescription2; argument
6080 const VkAttachmentDescription2* pAttachments;
8926 typedef VkAttachmentDescription2 VkAttachmentDescription2KHR;
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_static_assertions.hpp774 …zeof( VULKAN_HPP_NAMESPACE::AttachmentDescription2 ) == sizeof( VkAttachmentDescription2 ), "struc…

12