Home
last modified time | relevance | path

Searched refs:pPreserveAttachments (Results 1 - 25 of 39) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A 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].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 DvktMultiViewRenderPassUtil.hpp99 const deUint32* pPreserveAttachments);
116 const deUint32* pPreserveAttachments);
H A DvktMultiViewRenderPassUtil.cpp140 pPreserveAttachments = pPreserveAttachments_; in SubpassDescription1()
168 pPreserveAttachments = pPreserveAttachments_; in SubpassDescription2()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/
H A DvktMultiViewRenderPassUtil.hpp99 const deUint32* pPreserveAttachments);
116 const deUint32* pPreserveAttachments);
H A DvktMultiViewRenderPassUtil.cpp140 pPreserveAttachments = pPreserveAttachments_; in SubpassDescription1()
168 pPreserveAttachments = pPreserveAttachments_; in SubpassDescription2()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassTestsUtil.hpp105 const deUint32* pPreserveAttachments);
122 const deUint32* pPreserveAttachments);
H A DvktRenderPassTestsUtil.cpp142 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 DvktRenderPassTestsUtil.hpp105 const deUint32* pPreserveAttachments);
122 const deUint32* pPreserveAttachments);
H A DvktRenderPassTestsUtil.cpp142 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 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_no_buildgn/vulkan/draw/
H A 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/mesa3d/src/virtio/venus-protocol/
H A 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/skia/src/gpu/vk/
H A DGrVkRenderPass.cpp247 subpassDescLoad.pPreserveAttachments = nullptr; in Create()
282 subpassDescMain.pPreserveAttachments = nullptr; in Create()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DRenderPassCache.cpp213 subpassDesc.pPreserveAttachments = nullptr; in CreateRenderPassForQuery()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A 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()
918 DE_NULL // const deUint32* pPreserveAttachments in prepareSimpleRenderPassCI()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateLineWidthTests.cpp183 subpassTemplate.pPreserveAttachments = nullptr; in buildRenderPass()
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_render_pass.c143 .pPreserveAttachments = pCreateInfo->pSubpasses[i].pPreserveAttachments, in vk_common_CreateRenderPass()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A 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/broadcom/vulkan/
H A Dv3dv_meta_clear.c714 .pPreserveAttachments = NULL, in create_color_clear_render_pass()
/third_party/mesa3d/src/amd/compiler/tests/
H A Dhelpers.cpp865 subpass.pPreserveAttachments = NULL; in create_graphics_pipeline()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationSmokeTests.cpp408 subpassDesc.pPreserveAttachments = DE_NULL; in createColorOnlyRenderPass()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
H A Dvulkan_command_buffer_utils.cpp1272 subpass.pPreserveAttachments = NULL; in init_renderpass()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationSmokeTests.cpp409 subpassDesc.pPreserveAttachments = DE_NULL; in createColorOnlyRenderPass()
/third_party/glfw/tests/
H A Dtriangle-vulkan.c1185 .pPreserveAttachments = NULL, in demo_prepare_render_pass()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
H A Dvulkan_json_data.hpp12223 _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...]

Completed in 93 milliseconds

12