/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_EXT_subpass_merge_feedback/ |
D | renderpass.adoc | 10 … subpass',type='structs',xrefs='vkCreateRenderPass2 VkRenderPassCreateInfo2 VkSubpassDescription2'] 14 slink:VkSubpassDescription2. 30 pname:pNext chain of slink:VkSubpassDescription2 and its value of 67 …type='structs',xrefs='vkCreateRenderPass2 VkRenderPassCreateInfo2 VkSubpassDescription2 VkRenderPa… 71 chain of slink:VkSubpassDescription2.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_subpass_merge_feedback.adoc | 59 It can be chained to the pNext of VkRenderPassCreateInfo2 or VkSubpassDescription2. 92 It can be chained to the pNext of VkSubpassDescription2. The feedback information could
|
D | VK_EXT_multisampled_render_to_single_sampled.adoc | 106 with `N` sample counts (extending `VkSubpassDescription2` and 277 VkSubpassDescription2 subpassDescription = {
|
D | VK_ANDROID_external_format_resolve.adoc | 79 These can only be used with link:{refpage}VkSubpassDescription2.html[VkSubpassDescription2], and si… 226 VkSubpassDescription2 subpass = {
|
D | VK_KHR_fragment_shading_rate.adoc | 153 …y chaining the following structure to link:{refpage}VkSubpassDescription2.html[VkSubpassDescriptio…
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_KHR_depth_stencil_resolve.adoc | 34 Extending the sname:VkSubpassDescription2 in this extension allows an
|
D | VK_HUAWEI_subpass_shading.adoc | 151 VkSubpassDescription2 subpasses[] = {
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | renderpass.adoc | 3086 slink:VkSubpassDescription2 structures describing each subpass. 3103 If the slink:VkSubpassDescription2::pname:viewMask member of any element of 3185 If the slink:VkSubpassDescription2::pname:viewMask member of all 3189 The slink:VkSubpassDescription2::pname:viewMask member of all elements 3192 If the slink:VkSubpassDescription2::pname:viewMask member of all 3516 [open,refpage='VkSubpassDescription2',desc='Structure specifying a subpass description',type='struc… 3518 :refpage: VkSubpassDescription2 3520 The sname:VkSubpassDescription2 structure is defined as: 3522 include::{generated}/api/structs/VkSubpassDescription2.adoc[] 3646 * [[VUID-VkSubpassDescription2-attachment-06251]] [all …]
|
D | framebuffer.adoc | 764 or sname:VkSubpassDescription2::pname:colorAttachmentCount
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_render_pass.c | 84 VK_MULTIALLOC_DECL(&ma, VkSubpassDescription2, subpasses, in vk_common_CreateRenderPass() 138 subpasses[i] = (VkSubpassDescription2) { in vk_common_CreateRenderPass() 190 VkSubpassDescription2 *subpass = &subpasses[ref->subpass]; in vk_common_CreateRenderPass() 303 num_subpass_attachments2(const VkSubpassDescription2 *desc) in num_subpass_attachments2() 475 const VkSubpassDescription2 *desc = &pCreateInfo->pSubpasses[s]; in vk_common_CreateRenderPass2()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_deepcopy_guest.h | 751 const VkSubpassDescription2* from, VkSubpassDescription2* to);
|
D | goldfish_vk_transform_guest.h | 1168 VkSubpassDescription2* toTransform); 1171 VkSubpassDescription2* toTransform);
|
D | goldfish_vk_marshaling_guest.h | 1464 const VkSubpassDescription2* forMarshaling); 1467 VkSubpassDescription2* forUnmarshaling);
|
D | goldfish_vk_transform_guest.cpp | 3853 VkSubpassDescription2* toTransform) { in transform_tohost_VkSubpassDescription2() 3891 VkSubpassDescription2* toTransform) { in transform_fromhost_VkSubpassDescription2() 3965 resourceTracker, (VkSubpassDescription2*)(toTransform->pSubpasses + i)); in transform_tohost_VkRenderPassCreateInfo2() 3998 resourceTracker, (VkSubpassDescription2*)(toTransform->pSubpasses + i)); in transform_fromhost_VkRenderPassCreateInfo2()
|
D | goldfish_vk_counting_guest.h | 682 const VkSubpassDescription2* toCount, size_t* count);
|
D | goldfish_vk_reserved_marshaling_guest.h | 785 const VkSubpassDescription2* forMarshaling,
|
D | goldfish_vk_deepcopy_guest.cpp | 3974 const VkSubpassDescription2* from, VkSubpassDescription2* to) { in deepcopy_VkSubpassDescription2() 4102 to->pSubpasses = (VkSubpassDescription2*)alloc->alloc( in deepcopy_VkRenderPassCreateInfo2() 4103 from->subpassCount * sizeof(const VkSubpassDescription2)); in deepcopy_VkRenderPassCreateInfo2() 4107 (VkSubpassDescription2*)(to->pSubpasses + i)); in deepcopy_VkRenderPassCreateInfo2()
|
D | goldfish_vk_counting_guest.cpp | 3746 const VkSubpassDescription2* toCount, size_t* count) { in count_VkSubpassDescription2() 3844 (const VkSubpassDescription2*)(toCount->pSubpasses + i), in count_VkRenderPassCreateInfo2()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_deepcopy.h | 744 const VkSubpassDescription2* from, VkSubpassDescription2* to);
|
D | goldfish_vk_transform.h | 1190 VkSubpassDescription2* toTransform); 1193 VkSubpassDescription2* toTransform);
|
D | goldfish_vk_marshaling.h | 1434 const VkSubpassDescription2* forMarshaling); 1437 VkSubpassDescription2* forUnmarshaling);
|
D | goldfish_vk_transform.cpp | 3871 VkSubpassDescription2* toTransform) { in transform_tohost_VkSubpassDescription2() 3909 VkSubpassDescription2* toTransform) { in transform_fromhost_VkSubpassDescription2() 3983 resourceTracker, (VkSubpassDescription2*)(toTransform->pSubpasses + i)); in transform_tohost_VkRenderPassCreateInfo2() 4016 resourceTracker, (VkSubpassDescription2*)(toTransform->pSubpasses + i)); in transform_fromhost_VkRenderPassCreateInfo2()
|
D | goldfish_vk_reserved_marshaling.h | 748 VkSubpassDescription2* forUnmarshaling, uint8_t** ptr);
|
D | goldfish_vk_deepcopy.cpp | 3974 const VkSubpassDescription2* from, VkSubpassDescription2* to) { in deepcopy_VkSubpassDescription2() 4102 to->pSubpasses = (VkSubpassDescription2*)alloc->alloc( in deepcopy_VkRenderPassCreateInfo2() 4103 from->subpassCount * sizeof(const VkSubpassDescription2)); in deepcopy_VkRenderPassCreateInfo2() 4107 (VkSubpassDescription2*)(to->pSubpasses + i)); in deepcopy_VkRenderPassCreateInfo2()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 6046 typedef struct VkSubpassDescription2 { struct 6060 } VkSubpassDescription2; argument 6082 const VkSubpassDescription2* pSubpasses; 8930 typedef VkSubpassDescription2 VkSubpassDescription2KHR;
|