Home
last modified time | relevance | path

Searched refs:VkSubpassDescription2 (Results 1 – 25 of 35) sorted by relevance

12

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_EXT_subpass_merge_feedback/
Drenderpass.adoc10 … 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/
DVK_EXT_subpass_merge_feedback.adoc59 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
DVK_EXT_multisampled_render_to_single_sampled.adoc106 with `N` sample counts (extending `VkSubpassDescription2` and
277 VkSubpassDescription2 subpassDescription = {
DVK_ANDROID_external_format_resolve.adoc79 These can only be used with link:{refpage}VkSubpassDescription2.html[VkSubpassDescription2], and si…
226 VkSubpassDescription2 subpass = {
DVK_KHR_fragment_shading_rate.adoc153 …y chaining the following structure to link:{refpage}VkSubpassDescription2.html[VkSubpassDescriptio…
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_depth_stencil_resolve.adoc34 Extending the sname:VkSubpassDescription2 in this extension allows an
DVK_HUAWEI_subpass_shading.adoc151 VkSubpassDescription2 subpasses[] = {
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Drenderpass.adoc3086 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 …]
Dframebuffer.adoc764 or sname:VkSubpassDescription2::pname:colorAttachmentCount
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_render_pass.c84 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/
Dgoldfish_vk_deepcopy_guest.h751 const VkSubpassDescription2* from, VkSubpassDescription2* to);
Dgoldfish_vk_transform_guest.h1168 VkSubpassDescription2* toTransform);
1171 VkSubpassDescription2* toTransform);
Dgoldfish_vk_marshaling_guest.h1464 const VkSubpassDescription2* forMarshaling);
1467 VkSubpassDescription2* forUnmarshaling);
Dgoldfish_vk_transform_guest.cpp3853 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()
Dgoldfish_vk_counting_guest.h682 const VkSubpassDescription2* toCount, size_t* count);
Dgoldfish_vk_reserved_marshaling_guest.h785 const VkSubpassDescription2* forMarshaling,
Dgoldfish_vk_deepcopy_guest.cpp3974 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()
Dgoldfish_vk_counting_guest.cpp3746 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/
Dgoldfish_vk_deepcopy.h744 const VkSubpassDescription2* from, VkSubpassDescription2* to);
Dgoldfish_vk_transform.h1190 VkSubpassDescription2* toTransform);
1193 VkSubpassDescription2* toTransform);
Dgoldfish_vk_marshaling.h1434 const VkSubpassDescription2* forMarshaling);
1437 VkSubpassDescription2* forUnmarshaling);
Dgoldfish_vk_transform.cpp3871 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()
Dgoldfish_vk_reserved_marshaling.h748 VkSubpassDescription2* forUnmarshaling, uint8_t** ptr);
Dgoldfish_vk_deepcopy.cpp3974 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/
Dvulkan_core.h6046 typedef struct VkSubpassDescription2 { struct
6060 } VkSubpassDescription2; argument
6082 const VkSubpassDescription2* pSubpasses;
8930 typedef VkSubpassDescription2 VkSubpassDescription2KHR;

12