/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkRenderPass.cpp | 63 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/ |
D | vktMultiViewRenderPassUtil.hpp | 99 const deUint32* pPreserveAttachments); 116 const deUint32* pPreserveAttachments);
|
D | vktMultiViewRenderPassUtil.cpp | 140 pPreserveAttachments = pPreserveAttachments_; in SubpassDescription1() 168 pPreserveAttachments = pPreserveAttachments_; in SubpassDescription2()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/ |
D | vktMultiViewRenderPassUtil.hpp | 99 const deUint32* pPreserveAttachments); 116 const deUint32* pPreserveAttachments);
|
D | vktMultiViewRenderPassUtil.cpp | 140 pPreserveAttachments = pPreserveAttachments_; in SubpassDescription1() 168 pPreserveAttachments = pPreserveAttachments_; in SubpassDescription2()
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
D | vn_protocol_driver_render_pass.h | 99 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/ |
D | vktRenderPassTestsUtil.hpp | 105 const deUint32* pPreserveAttachments); 122 const deUint32* pPreserveAttachments);
|
D | vktRenderPassTestsUtil.cpp | 142 pPreserveAttachments = pPreserveAttachments_; in SubpassDescription1() 170 pPreserveAttachments = pPreserveAttachments_; in SubpassDescription2()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
D | vktRenderPassTestsUtil.hpp | 105 const deUint32* pPreserveAttachments); 122 const deUint32* pPreserveAttachments);
|
D | vktRenderPassTestsUtil.cpp | 142 pPreserveAttachments = pPreserveAttachments_; in SubpassDescription1() 170 pPreserveAttachments = pPreserveAttachments_; in SubpassDescription2()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
D | vktDrawCreateInfoUtil.cpp | 482 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/ |
D | vktDrawCreateInfoUtil.cpp | 482 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/ |
D | GrVkRenderPass.cpp | 245 subpassDescLoad.pPreserveAttachments = nullptr; in Create() 280 subpassDescMain.pPreserveAttachments = nullptr; in Create()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkSafetyCriticalUtil.cpp | 678 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/ |
D | GrVkRenderPass.cpp | 119 subpassDesc.pPreserveAttachments = nullptr; in init()
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | RenderPassCache.cpp | 176 subpassDesc.pPreserveAttachments = nullptr; in CreateRenderPassForQuery()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | RenderPassCache.cpp | 213 subpassDesc.pPreserveAttachments = nullptr; in CreateRenderPassForQuery()
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkTypeUtil.inl | 323 …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/ |
D | vk_cache_utils.cpp | 477 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/ |
D | vk_render_pass.c | 143 .pPreserveAttachments = pCreateInfo->pSubpasses[i].pPreserveAttachments, in vk_common_CreateRenderPass()
|
/third_party/mesa3d/src/amd/compiler/tests/ |
D | helpers.cpp | 865 subpass.pPreserveAttachments = NULL; in create_graphics_pipeline()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | renderpass.adoc | 1229 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 …]
|
D | renderpass.txt | 1038 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/ |
D | v3dv_meta_clear.c | 714 .pPreserveAttachments = NULL, in create_color_clear_render_pass()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationSmokeTests.cpp | 409 subpassDesc.pPreserveAttachments = DE_NULL; in createColorOnlyRenderPass()
|