Searched refs:VK_ATTACHMENT_UNUSED (Results 1 – 16 of 16) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/ |
D | subpass_description_common.adoc | 8 is not ename:VK_ATTACHMENT_UNUSED, its pname:layout member must: not be 13 is not ename:VK_ATTACHMENT_UNUSED, its pname:layout member must: not be 18 pname:pResolveAttachments is not ename:VK_ATTACHMENT_UNUSED, its 24 ename:VK_ATTACHMENT_UNUSED, ts pname:layout member must: not be 30 is not ename:VK_ATTACHMENT_UNUSED, its pname:layout member must: not be 35 pname:pResolveAttachments is not ename:VK_ATTACHMENT_UNUSED, its 43 is not ename:VK_ATTACHMENT_UNUSED, its pname:layout member must: not be 48 is not ename:VK_ATTACHMENT_UNUSED, its pname:layout member must: not be 55 pname:pResolveAttachments is not ename:VK_ATTACHMENT_UNUSED, its 65 is not ename:VK_ATTACHMENT_UNUSED, its pname:layout member must: not be [all …]
|
D | attachment_reference_common.adoc | 8 If pname:attachment is not ename:VK_ATTACHMENT_UNUSED, pname:layout 16 pname:attachment is not ename:VK_ATTACHMENT_UNUSED, pname:layout must:
|
D | pipeline_barrier_common.adoc | 48 attachment must: be ename:VK_ATTACHMENT_UNUSED
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_render_pass.c | 55 reference2[i].attachment != VK_ATTACHMENT_UNUSED) { in translate_references() 307 desc->pDepthStencilAttachment->attachment != VK_ATTACHMENT_UNUSED; in num_subpass_attachments2() 315 ds_resolve->pDepthStencilResolveAttachment->attachment != VK_ATTACHMENT_UNUSED; in num_subpass_attachments2() 323 fsr_att_info->pFragmentShadingRateAttachment->attachment != VK_ATTACHMENT_UNUSED; in num_subpass_attachments2() 362 assert(ref->attachment == VK_ATTACHMENT_UNUSED); in vk_subpass_attachment_init() 364 .attachment = VK_ATTACHMENT_UNUSED, in vk_subpass_attachment_init() 414 if (resolve->attachment == VK_ATTACHMENT_UNUSED) in vk_subpass_attachment_link_resolve() 417 assert(att->attachment != VK_ATTACHMENT_UNUSED); in vk_subpass_attachment_link_resolve() 548 desc->pDepthStencilAttachment->attachment != VK_ATTACHMENT_UNUSED) { in vk_common_CreateRenderPass2() 564 ds_resolve->pDepthStencilResolveAttachment->attachment != VK_ATTACHMENT_UNUSED) { in vk_common_CreateRenderPass2() [all …]
|
D | vk_meta_clear.c | 222 if (a == VK_ATTACHMENT_UNUSED) in vk_meta_clear_attachments()
|
D | vk_image.c | 813 if (att_ref->attachment == VK_ATTACHMENT_UNUSED || in vk_att_ref_stencil_layout()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | renderpass.adoc | 1379 [open,refpage='VK_ATTACHMENT_UNUSED',desc='Unused attachment sentinel',type='consts'] 1381 ename:VK_ATTACHMENT_UNUSED is a constant indicating that a render pass 1384 include::{generated}/api/enums/VK_ATTACHMENT_UNUSED.adoc[] 1480 is not ename:VK_ATTACHMENT_UNUSED, then it must: be less than 1487 ename:VK_ATTACHMENT_UNUSED, then pname:attachment must: be less than 1530 ename:VK_ATTACHMENT_UNUSED, the pname:aspectMask member of the 1874 pname:fragmentDensityMapAttachment was given as ename:VK_ATTACHMENT_UNUSED. 1879 If pname:fragmentDensityMapAttachment is not ename:VK_ATTACHMENT_UNUSED, 1887 If pname:fragmentDensityMapAttachment is not ename:VK_ATTACHMENT_UNUSED, 1892 If pname:fragmentDensityMapAttachment is not ename:VK_ATTACHMENT_UNUSED, [all …]
|
D | clears.adoc | 313 depth-stencil attachment must: be either ename:VK_ATTACHMENT_UNUSED or 323 ename:VK_ATTACHMENT_UNUSED or the attachment pname:format must: contain
|
D | framebuffer.adoc | 759 If the framebuffer color attachment is ename:VK_ATTACHMENT_UNUSED, no writes
|
D | pipelines.adoc | 1984 input attachment that is defined as ename:VK_ATTACHMENT_UNUSED in 3022 must: be ename:VK_ATTACHMENT_UNUSED
|
D | features.adoc | 2636 pname:fragmentDensityMapAttachment must: be ename:VK_ATTACHMENT_UNUSED.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_ANDROID_external_format_resolve.adoc | 83 …RUE`, the `attachment` member of the corresponding color attachment must be `VK_ATTACHMENT_UNUSED`. 84 * If the color attachment is not `VK_ATTACHMENT_UNUSED`, it must be a single sampled attachment. 166 …chmentInfo::imageView` to `NULL` for dynamic rendering, or using `VK_ATTACHMENT_UNUSED` for the co… 221 nullColorAttachmentWithExternalFormatResolve ? VK_ATTACHMENT_UNUSED : 1,
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc.hpp | 3717 VULKAN_HPP_CONSTEXPR_INLINE uint32_t AttachmentUnused = VK_ATTACHMENT_UNUSED;
|
D | vulkan.hpp | 6168 VULKAN_HPP_CONSTEXPR_INLINE uint32_t AttachmentUnused = VK_ATTACHMENT_UNUSED;
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 124 #define VK_ATTACHMENT_UNUSED (~0U) macro
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 8165 apply if an attachment is ename:VK_ATTACHMENT_UNUSED (internal issue
|