Home
last modified time | relevance | path

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

12

/external/swiftshader/src/Vulkan/
DVkRenderPass.cpp52 subpasses[i].pPreserveAttachments = nullptr; in RenderPass()
91 subpasses[i].pPreserveAttachments = reinterpret_cast<uint32_t*>(hostMemory); in RenderPass()
92 memcpy(const_cast<uint32_t*>(subpasses[i].pPreserveAttachments), in RenderPass()
93 pCreateInfo->pSubpasses[i].pPreserveAttachments, preserveAttachmentSize); in RenderPass()
/external/vulkan-validation-layers/layers/
Dconvert_to_renderpass2.cpp62 out_struct->pPreserveAttachments = nullptr; in ConvertVkSubpassDescriptionToV2KHR()
88 if (in_struct->pPreserveAttachments) { in ConvertVkSubpassDescriptionToV2KHR()
89 out_struct->pPreserveAttachments = new uint32_t[in_struct->preserveAttachmentCount]; in ConvertVkSubpassDescriptionToV2KHR()
90 memcpy((void*)out_struct->pPreserveAttachments, (void*)in_struct->pPreserveAttachments, in ConvertVkSubpassDescriptionToV2KHR()
/external/deqp/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()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTestsUtil.hpp109 const deUint32* pPreserveAttachments);
126 const deUint32* pPreserveAttachments);
DvktRenderPassTestsUtil.cpp143 pPreserveAttachments = pPreserveAttachments_; in SubpassDescription1()
171 pPreserveAttachments = pPreserveAttachments_; in SubpassDescription2()
/external/deqp/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 =()
/external/deqp/external/vulkancts/framework/vulkan/
DvkTypeUtil.inl285 …e* pDepthStencilAttachment, deUint32 preserveAttachmentCount, const deUint32* pPreserveAttachments) argument
297 res.pPreserveAttachments = pPreserveAttachments;
DvkStructTypes.inl968 const deUint32* pPreserveAttachments; member
2176 const deUint32* pPreserveAttachments; member
DvkVulkan_c.inl2432 const deUint32* pPreserveAttachments; member
5694 const deUint32* pPreserveAttachments; member
/external/skia/src/gpu/vk/
DGrVkRenderPass.cpp119 subpassDesc.pPreserveAttachments = nullptr; in init()
/external/skqp/src/gpu/vk/
DGrVkRenderPass.cpp119 subpassDesc.pPreserveAttachments = nullptr; in init()
/external/mesa3d/src/amd/vulkan/
Dradv_meta_blit.c751 .pPreserveAttachments = (uint32_t[]) { 0 }, in radv_device_init_meta_blit_color()
910 .pPreserveAttachments = (uint32_t[]) { 0 }, in radv_device_init_meta_blit_depth()
1071 .pPreserveAttachments = (uint32_t[]) { 0 }, in radv_device_init_meta_blit_stencil()
Dradv_meta_blit2d.c737 .pPreserveAttachments = (uint32_t[]) { 0 }, in blit2d_init_color_pipeline()
899 .pPreserveAttachments = (uint32_t[]) { 0 }, in blit2d_init_depth_only_pipeline()
1061 .pPreserveAttachments = (uint32_t[]) { 0 }, in blit2d_init_stencil_only_pipeline()
Dradv_meta_decompress.c68 .pPreserveAttachments = NULL, in create_pass()
Dradv_meta_clear.c230 .pPreserveAttachments = (uint32_t[]) { 0 }, in create_color_renderpass()
476 .pPreserveAttachments = (uint32_t[]) { 0 }, in create_depthstencil_renderpass()
1242 .pPreserveAttachments = NULL, in radv_clear_image_layer()
Dradv_meta_resolve.c98 .pPreserveAttachments = NULL, in create_pass()
Dradv_meta_resolve_fs.c246 .pPreserveAttachments = (uint32_t[]) { 0 }, in create_resolve_pipeline()
Dradv_meta_fast_clear.c221 .pPreserveAttachments = NULL, in create_pass()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp334 subpassDesc.pPreserveAttachments = DE_NULL; in createColorOnlyRenderPass()
/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp567 subpass.pPreserveAttachments = NULL; in InitRenderTarget()
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h2694 const uint32_t* pPreserveAttachments; member
5648 const uint32_t* pPreserveAttachments; member
Dvulkan.hpp42672 , pPreserveAttachments( pPreserveAttachments_ ) in SubpassDescription()
42742 pPreserveAttachments = pPreserveAttachments_; in setPPreserveAttachments()
42767 && ( pPreserveAttachments == rhs.pPreserveAttachments ); in operator ==()
42784 const uint32_t* pPreserveAttachments; member
43038 , pPreserveAttachments( pPreserveAttachments_ ) in SubpassDescription2KHR()
43120 pPreserveAttachments = pPreserveAttachments_; in setPPreserveAttachments()
43148 && ( pPreserveAttachments == rhs.pPreserveAttachments ); in operator ==()
43171 const uint32_t* pPreserveAttachments; member
/external/swiftshader/include/vulkan/
Dvulkan_core.h2647 const uint32_t* pPreserveAttachments; member
5587 const uint32_t* pPreserveAttachments; member
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in2429 const uint32_t* pPreserveAttachments; member
5691 const uint32_t* pPreserveAttachments; member

12