/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | renderpass.adoc | 1454 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 …]
|
D | VK_EXT_debug_report.adoc | 98 slink:VkAttachmentDescription::pname:loadOp to
|
D | VK_EXT_debug_utils.adoc | 583 slink:VkAttachmentDescription::pname:loadOp to
|
D | fragops.adoc | 2388 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/ |
D | goldfish_vk_deepcopy_guest.h | 361 const VkAttachmentDescription* from, 362 VkAttachmentDescription* to);
|
D | goldfish_vk_transform_guest.h | 573 VkAttachmentDescription* toTransform); 576 VkAttachmentDescription* toTransform);
|
D | goldfish_vk_marshaling_guest.h | 695 const VkAttachmentDescription* forMarshaling); 698 VkAttachmentDescription* forUnmarshaling);
|
D | goldfish_vk_transform_guest.cpp | 1868 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()
|
D | goldfish_vk_counting_guest.h | 329 const VkAttachmentDescription* toCount, size_t* count);
|
D | goldfish_vk_reserved_marshaling_guest.h | 381 const VkAttachmentDescription* forMarshaling,
|
D | goldfish_vk_deepcopy_guest.cpp | 1802 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()
|
D | goldfish_vk_counting_guest.cpp | 1963 const VkAttachmentDescription* toCount, size_t* count) { in count_VkAttachmentDescription() 2094 featureBits, rootType, (const VkAttachmentDescription*)(toCount->pAttachments + i), in count_VkRenderPassCreateInfo()
|
D | goldfish_vk_marshaling_guest.cpp | 3710 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/ |
D | goldfish_vk_deepcopy.h | 354 const VkAttachmentDescription* from, 355 VkAttachmentDescription* to);
|
D | goldfish_vk_transform.h | 579 VkAttachmentDescription* toTransform); 582 VkAttachmentDescription* toTransform);
|
D | goldfish_vk_marshaling.h | 679 const VkAttachmentDescription* forMarshaling); 682 VkAttachmentDescription* forUnmarshaling);
|
D | goldfish_vk_transform.cpp | 1871 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()
|
D | goldfish_vk_reserved_marshaling.h | 358 VkAttachmentDescription* forUnmarshaling,
|
D | goldfish_vk_deepcopy.cpp | 1802 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/ |
D | CompositorVk.cpp | 336 VkAttachmentDescription colorAttachment = { in setUpGraphicsPipeline()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_render_pass.c | 57 const VkAttachmentDescription *att = in translate_references()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/ |
D | overlay.cpp | 1703 VkAttachmentDescription attachment_desc = {}; in setup_swapchain_data()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 2304 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/ |
D | vulkansc_static_assertions.hpp | 399 …sizeof( VULKAN_HPP_NAMESPACE::AttachmentDescription ) == sizeof( VkAttachmentDescription ), "struc…
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3768 typedef struct VkAttachmentDescription { struct 3778 } VkAttachmentDescription; typedef 3825 const VkAttachmentDescription* pAttachments;
|