/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A 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].pPreserveAttachments[j]; 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/vulkan/multiview/ |
H A D | vktMultiViewRenderPassUtil.hpp | 99 const deUint32* pPreserveAttachments); 116 const deUint32* pPreserveAttachments);
|
H A D | vktMultiViewRenderPassUtil.cpp | 140 pPreserveAttachments = pPreserveAttachments_; in SubpassDescription1() 168 pPreserveAttachments = pPreserveAttachments_; in SubpassDescription2()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/ |
H A D | vktMultiViewRenderPassUtil.hpp | 99 const deUint32* pPreserveAttachments); 116 const deUint32* pPreserveAttachments);
|
H A D | vktMultiViewRenderPassUtil.cpp | 140 pPreserveAttachments = pPreserveAttachments_; in SubpassDescription1() 168 pPreserveAttachments = pPreserveAttachments_; in SubpassDescription2()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassTestsUtil.hpp | 105 const deUint32* pPreserveAttachments); 122 const deUint32* pPreserveAttachments);
|
H A D | vktRenderPassTestsUtil.cpp | 142 pPreserveAttachments = pPreserveAttachments_; in SubpassDescription1() 170 pPreserveAttachments = pPreserveAttachments_; in SubpassDescription2() 691 preserveAttachmentReferences->empty() ? DE_NULL : &(*preserveAttachmentReferences)[0] // const deUint32* pPreserveAttachments; || const deUint32* pPreserveAttachments; in createSubpassDescription()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassTestsUtil.hpp | 105 const deUint32* pPreserveAttachments); 122 const deUint32* pPreserveAttachments);
|
H A D | vktRenderPassTestsUtil.cpp | 142 pPreserveAttachments = pPreserveAttachments_; in SubpassDescription1() 170 pPreserveAttachments = pPreserveAttachments_; in SubpassDescription2() 691 preserveAttachmentReferences->empty() ? DE_NULL : &(*preserveAttachmentReferences)[0] // const deUint32* pPreserveAttachments; || const deUint32* pPreserveAttachments; in createSubpassDescription()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A 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_no_buildgn/vulkan/draw/ |
H A 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/mesa3d/src/virtio/venus-protocol/ |
H A 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/skia/src/gpu/vk/ |
H A D | GrVkRenderPass.cpp | 247 subpassDescLoad.pPreserveAttachments = nullptr; in Create() 282 subpassDescMain.pPreserveAttachments = nullptr; in Create()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | RenderPassCache.cpp | 213 subpassDesc.pPreserveAttachments = nullptr; in CreateRenderPassForQuery()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A 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() 918 DE_NULL // const deUint32* pPreserveAttachments in prepareSimpleRenderPassCI()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
H A D | vktDynamicStateLineWidthTests.cpp | 183 subpassTemplate.pPreserveAttachments = nullptr; in buildRenderPass()
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_render_pass.c | 143 .pPreserveAttachments = pCreateInfo->pSubpasses[i].pPreserveAttachments, in vk_common_CreateRenderPass()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A 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/broadcom/vulkan/ |
H A D | v3dv_meta_clear.c | 714 .pPreserveAttachments = NULL, in create_color_clear_render_pass()
|
/third_party/mesa3d/src/amd/compiler/tests/ |
H A D | helpers.cpp | 865 subpass.pPreserveAttachments = NULL; in create_graphics_pipeline()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationSmokeTests.cpp | 408 subpassDesc.pPreserveAttachments = DE_NULL; in createColorOnlyRenderPass()
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/ |
H A D | vulkan_command_buffer_utils.cpp | 1272 subpass.pPreserveAttachments = NULL; in init_renderpass()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktSynchronizationSmokeTests.cpp | 409 subpassDesc.pPreserveAttachments = DE_NULL; in createColorOnlyRenderPass()
|
/third_party/glfw/tests/ |
H A D | triangle-vulkan.c | 1185 .pPreserveAttachments = NULL, in demo_prepare_render_pass()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vulkan_json_data.hpp | 12223 _OUT << "\"pPreserveAttachments\":" << std::endl; in print_VkSubpassDescription() 12225 if (obj.pPreserveAttachments) { in print_VkSubpassDescription() 12229 print_uint32_t(obj.pPreserveAttachments[i], "", isCommaNeeded); in print_VkSubpassDescription() 12327 _OUT << "\"pPreserveAttachments\":" << std::endl; in print_VkSubpassDescription() 12329 if (obj->pPreserveAttachments) { in print_VkSubpassDescription() 12333 print_uint32_t(obj->pPreserveAttachments[i], "", isCommaNeeded); in print_VkSubpassDescription() 19501 _OUT << "\"pPreserveAttachments\":" << std::endl; in print_VkSubpassDescription2() 19503 if (obj.pPreserveAttachments) { in print_VkSubpassDescription2() 19507 print_uint32_t(obj.pPreserveAttachments[i], "", isCommaNeeded); in print_VkSubpassDescription2() 19616 _OUT << "\"pPreserveAttachments\" in print_VkSubpassDescription2() [all...] |