Home
last modified time | relevance | path

Searched refs:VkAttachmentDescription (Results 1 – 25 of 31) sorted by relevance

12

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Drenderpass.adoc1454 slink:VkAttachmentDescription structures describing the attachments used
1906 [open,refpage='VkAttachmentDescription',desc='Structure specifying an attachment description',type=…
1908 :refpage: VkAttachmentDescription
1910 The sname:VkAttachmentDescription structure is defined as:
1912 include::{generated}/api/structs/VkAttachmentDescription.adoc[]
2020 * [[VUID-VkAttachmentDescription-format-06698]]
2022 * [[VUID-VkAttachmentDescription-format-06700]]
2026 * [[VUID-VkAttachmentDescription-format-03292]]
2031 * [[VUID-VkAttachmentDescription-format-03293]]
2036 * [[VUID-VkAttachmentDescription-format-06242]]
[all …]
DVK_EXT_debug_report.adoc98 slink:VkAttachmentDescription::pname:loadOp to
DVK_EXT_debug_utils.adoc583 slink:VkAttachmentDescription::pname:loadOp to
Dfragops.adoc2388 greater than the slink:VkAttachmentDescription::pname:samples of the color
2597 * [eq]#M# = value of slink:VkAttachmentDescription::pname:samples for any
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_deepcopy_guest.h361 const VkAttachmentDescription* from,
362 VkAttachmentDescription* to);
Dgoldfish_vk_transform_guest.h573 VkAttachmentDescription* toTransform);
576 VkAttachmentDescription* toTransform);
Dgoldfish_vk_marshaling_guest.h695 const VkAttachmentDescription* forMarshaling);
698 VkAttachmentDescription* forUnmarshaling);
Dgoldfish_vk_transform_guest.cpp1868 VkAttachmentDescription* toTransform) { in transform_tohost_VkAttachmentDescription()
1874 VkAttachmentDescription* toTransform) { in transform_fromhost_VkAttachmentDescription()
2002 resourceTracker, (VkAttachmentDescription*)(toTransform->pAttachments + i)); in transform_tohost_VkRenderPassCreateInfo()
2035 resourceTracker, (VkAttachmentDescription*)(toTransform->pAttachments + i)); in transform_fromhost_VkRenderPassCreateInfo()
Dgoldfish_vk_counting_guest.h329 const VkAttachmentDescription* toCount, size_t* count);
Dgoldfish_vk_reserved_marshaling_guest.h381 const VkAttachmentDescription* forMarshaling,
Dgoldfish_vk_deepcopy_guest.cpp1802 const VkAttachmentDescription* from, in deepcopy_VkAttachmentDescription()
1803 VkAttachmentDescription* to) { in deepcopy_VkAttachmentDescription()
1929 to->pAttachments = (VkAttachmentDescription*)alloc->alloc( in deepcopy_VkRenderPassCreateInfo()
1930 from->attachmentCount * sizeof(const VkAttachmentDescription)); in deepcopy_VkRenderPassCreateInfo()
1934 (VkAttachmentDescription*)(to->pAttachments + i)); in deepcopy_VkRenderPassCreateInfo()
Dgoldfish_vk_counting_guest.cpp1963 const VkAttachmentDescription* toCount, size_t* count) { in count_VkAttachmentDescription()
2094 featureBits, rootType, (const VkAttachmentDescription*)(toCount->pAttachments + i), in count_VkRenderPassCreateInfo()
Dgoldfish_vk_marshaling_guest.cpp3710 const VkAttachmentDescription* forMarshaling) { in marshal_VkAttachmentDescription()
3726 VkAttachmentDescription* forUnmarshaling) { in unmarshal_VkAttachmentDescription()
3969 (const VkAttachmentDescription*)(forMarshaling->pAttachments + i)); in marshal_VkRenderPassCreateInfo()
4002 vkStream, rootType, (VkAttachmentDescription*)(forUnmarshaling->pAttachments + i)); in unmarshal_VkRenderPassCreateInfo()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_deepcopy.h354 const VkAttachmentDescription* from,
355 VkAttachmentDescription* to);
Dgoldfish_vk_transform.h579 VkAttachmentDescription* toTransform);
582 VkAttachmentDescription* toTransform);
Dgoldfish_vk_marshaling.h679 const VkAttachmentDescription* forMarshaling);
682 VkAttachmentDescription* forUnmarshaling);
Dgoldfish_vk_transform.cpp1871 VkAttachmentDescription* toTransform) { in transform_tohost_VkAttachmentDescription()
1877 VkAttachmentDescription* toTransform) { in transform_fromhost_VkAttachmentDescription()
2005 resourceTracker, (VkAttachmentDescription*)(toTransform->pAttachments + i)); in transform_tohost_VkRenderPassCreateInfo()
2038 resourceTracker, (VkAttachmentDescription*)(toTransform->pAttachments + i)); in transform_fromhost_VkRenderPassCreateInfo()
Dgoldfish_vk_reserved_marshaling.h358 VkAttachmentDescription* forUnmarshaling,
Dgoldfish_vk_deepcopy.cpp1802 const VkAttachmentDescription* from, in deepcopy_VkAttachmentDescription()
1803 VkAttachmentDescription* to) { in deepcopy_VkAttachmentDescription()
1929 to->pAttachments = (VkAttachmentDescription*)alloc->alloc( in deepcopy_VkRenderPassCreateInfo()
1930 from->attachmentCount * sizeof(const VkAttachmentDescription)); in deepcopy_VkRenderPassCreateInfo()
1934 (VkAttachmentDescription*)(to->pAttachments + i)); in deepcopy_VkRenderPassCreateInfo()
/hardware/google/gfxstream/host/vulkan/
DCompositorVk.cpp336 VkAttachmentDescription colorAttachment = { in setUpGraphicsPipeline()
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_render_pass.c57 const VkAttachmentDescription *att = in translate_references()
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/
Doverlay.cpp1703 VkAttachmentDescription attachment_desc = {}; in setup_swapchain_data()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc2304 slink:VkAttachmentDescription, slink:VkAttachmentDescription2,
2787 * Add valid usage statements to slink:VkAttachmentDescription and
2856 slink:VkAttachmentDescription (internal merge request 5101).
3219 * Split some valid usage statements for slink:VkAttachmentDescription
6966 slink:VkAttachmentDescription, slink:VkAttachmentDescription2KHR, and
9402 * Specify that the slink:VkAttachmentDescription::pname:format member is
12008 * Change the order in which members of sname:VkAttachmentDescription and
12024 slink:VkAttachmentDescription::pname:finalLayout and
12315 compatibility between slink:VkAttachmentDescription pname:initalLayout
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_static_assertions.hpp399 …sizeof( VULKAN_HPP_NAMESPACE::AttachmentDescription ) == sizeof( VkAttachmentDescription ), "struc…
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3768 typedef struct VkAttachmentDescription { struct
3778 } VkAttachmentDescription; typedef
3825 const VkAttachmentDescription* pAttachments;

12