Home
last modified time | relevance | path

Searched refs:pPreserveAttachments (Results 1 – 25 of 49) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkRenderPass.cpp63 dst[i].pPreserveAttachments = nullptr; in CopySubpasses()
347 subpasses[i].pPreserveAttachments = reinterpret_cast<uint32_t *>(hostMemory); in init()
350 …const_cast<uint32_t *>(subpasses[i].pPreserveAttachments)[j] = pCreateInfo->pSubpasses[i].pPreserv… in init()
356 if(subpass.pPreserveAttachments[j] != VK_ATTACHMENT_UNUSED) in init()
357 MarkFirstUse(subpass.pPreserveAttachments[j], i); in init()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/
DvktMultiViewRenderPassUtil.hpp99 const deUint32* pPreserveAttachments);
116 const deUint32* pPreserveAttachments);
DvktMultiViewRenderPassUtil.cpp140 pPreserveAttachments = pPreserveAttachments_; in SubpassDescription1()
168 pPreserveAttachments = pPreserveAttachments_; in SubpassDescription2()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderPassUtil.hpp99 const deUint32* pPreserveAttachments);
116 const deUint32* pPreserveAttachments);
DvktMultiViewRenderPassUtil.cpp140 pPreserveAttachments = pPreserveAttachments_; in SubpassDescription1()
168 pPreserveAttachments = pPreserveAttachments_; in SubpassDescription2()
/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_render_pass.h99 if (val->pPreserveAttachments) { in vn_sizeof_VkSubpassDescription()
101 size += vn_sizeof_uint32_t_array(val->pPreserveAttachments, val->preserveAttachmentCount); in vn_sizeof_VkSubpassDescription()
139 if (val->pPreserveAttachments) { in vn_encode_VkSubpassDescription()
141 vn_encode_uint32_t_array(enc, val->pPreserveAttachments, val->preserveAttachmentCount); in vn_encode_VkSubpassDescription()
922 if (val->pPreserveAttachments) { in vn_sizeof_VkSubpassDescription2_self()
924 size += vn_sizeof_uint32_t_array(val->pPreserveAttachments, val->preserveAttachmentCount); in vn_sizeof_VkSubpassDescription2_self()
999 if (val->pPreserveAttachments) { in vn_encode_VkSubpassDescription2_self()
1001 vn_encode_uint32_t_array(enc, val->pPreserveAttachments, val->preserveAttachmentCount); in vn_encode_VkSubpassDescription2_self()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTestsUtil.hpp105 const deUint32* pPreserveAttachments);
122 const deUint32* pPreserveAttachments);
DvktRenderPassTestsUtil.cpp142 pPreserveAttachments = pPreserveAttachments_; in SubpassDescription1()
170 pPreserveAttachments = pPreserveAttachments_; in SubpassDescription2()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
DvktRenderPassTestsUtil.hpp105 const deUint32* pPreserveAttachments);
122 const deUint32* pPreserveAttachments);
DvktRenderPassTestsUtil.cpp142 pPreserveAttachments = pPreserveAttachments_; in SubpassDescription1()
170 pPreserveAttachments = pPreserveAttachments_; in SubpassDescription2()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
DvktDrawCreateInfoUtil.cpp482 pPreserveAttachments = DE_NULL; in SubpassDescription()
495 pPreserveAttachments = &m_preserveAttachments[0]; in SubpassDescription()
513 rhs.pPreserveAttachments, rhs.pPreserveAttachments + rhs.preserveAttachmentCount); in SubpassDescription()
530 pPreserveAttachments = &m_preserveAttachments[0]; in SubpassDescription()
559 pPreserveAttachments = &m_preserveAttachments[0]; in operator =()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.cpp482 pPreserveAttachments = DE_NULL; in SubpassDescription()
495 pPreserveAttachments = &m_preserveAttachments[0]; in SubpassDescription()
513 rhs.pPreserveAttachments, rhs.pPreserveAttachments + rhs.preserveAttachmentCount); in SubpassDescription()
530 pPreserveAttachments = &m_preserveAttachments[0]; in SubpassDescription()
559 pPreserveAttachments = &m_preserveAttachments[0]; in operator =()
/third_party/skia/src/gpu/vk/
DGrVkRenderPass.cpp245 subpassDescLoad.pPreserveAttachments = nullptr; in Create()
280 subpassDescMain.pPreserveAttachments = nullptr; in Create()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkSafetyCriticalUtil.cpp678 if (rCI.pSubpasses[i].pPreserveAttachments != DE_NULL) in calculateRenderPassHash()
680 hash_combine(seed, rCI.pSubpasses[i].pPreserveAttachments[j]); in calculateRenderPassHash()
718 if (rCI.pSubpasses[i].pPreserveAttachments != DE_NULL) in calculateRenderPass2Hash()
720 hash_combine(seed, rCI.pSubpasses[i].pPreserveAttachments[j]); in calculateRenderPass2Hash()
/third_party/flutter/skia/src/gpu/vk/
DGrVkRenderPass.cpp119 subpassDesc.pPreserveAttachments = nullptr; in init()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DRenderPassCache.cpp176 subpassDesc.pPreserveAttachments = nullptr; in CreateRenderPassForQuery()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DRenderPassCache.cpp213 subpassDesc.pPreserveAttachments = nullptr; in CreateRenderPassForQuery()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkTypeUtil.inl323 …e* pDepthStencilAttachment, uint32_t preserveAttachmentCount, const uint32_t* pPreserveAttachments) argument
335 res.pPreserveAttachments = pPreserveAttachments;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.cpp477 subpassDesc->pPreserveAttachments = unresolvePreserveAttachmentRefs->data(); in InitializeUnresolveSubpass()
660 desc2Out->pPreserveAttachments = desc.pPreserveAttachments; in ToSubpassDescription2()
1175 applicationSubpass->pPreserveAttachments = nullptr; in InitializeRenderPassFromDesc()
/third_party/mesa3d/src/vulkan/runtime/
Dvk_render_pass.c143 .pPreserveAttachments = pCreateInfo->pSubpasses[i].pPreserveAttachments, in vk_common_CreateRenderPass()
/third_party/mesa3d/src/amd/compiler/tests/
Dhelpers.cpp865 subpass.pPreserveAttachments = NULL; in create_graphics_pipeline()
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Drenderpass.adoc1229 element of pname:pPreserveAttachments in any element of pname:pSubpasses
1624 sname:VkSubpassDescription::pname:pPreserveAttachments for any subpass
2034 * pname:pPreserveAttachments is a pointer to an array of
2256 Each element of pname:pPreserveAttachments must: not be
2258 * [[VUID-VkSubpassDescription-pPreserveAttachments-00854]]
2259 Each element of pname:pPreserveAttachments must: not also be an element
3028 attachment indexed by any element of pname:pPreserveAttachments in any
3038 element of pname:pPreserveAttachments in any given element of
3414 * pname:pPreserveAttachments is a pointer to an array of
3570 Each element of pname:pPreserveAttachments must: not be
[all …]
Drenderpass.txt1038 element of pname:pPreserveAttachments in any element of pname:pSubpasses
1425 sname:VkSubpassDescription::pname:pPreserveAttachments for any subpass
1890 * pname:pPreserveAttachments is a pointer to an array of
2084 Each element of pname:pPreserveAttachments must: not be
2086 * [[VUID-VkSubpassDescription-pPreserveAttachments-00854]]
2087 Each element of pname:pPreserveAttachments must: not also be an element
2874 attachment indexed by any element of pname:pPreserveAttachments in any
2884 element of pname:pPreserveAttachments in any given element of
3265 * pname:pPreserveAttachments is a pointer to an array of
3359 Each element of pname:pPreserveAttachments must: not be
[all …]
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_meta_clear.c714 .pPreserveAttachments = NULL, in create_color_clear_render_pass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp409 subpassDesc.pPreserveAttachments = DE_NULL; in createColorOnlyRenderPass()

12