Home
last modified time | relevance | path

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

/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
DvkStrUtilImpl.inl3048 s << "\tpPreserveAttachments = " << value.pPreserveAttachments << '\n';
/external/skia/src/gpu/vk/
DGrVkRenderPass.cpp119 subpassDesc.pPreserveAttachments = nullptr; in init()
/external/mesa3d/src/amd/vulkan/
Dradv_meta_blit2d.c783 .pPreserveAttachments = (uint32_t[]) { 0 }, in blit2d_init_color_pipeline()
936 .pPreserveAttachments = (uint32_t[]) { 0 }, in blit2d_init_depth_only_pipeline()
1089 .pPreserveAttachments = (uint32_t[]) { 0 }, in blit2d_init_stencil_only_pipeline()
Dradv_meta_clear.c250 .pPreserveAttachments = (uint32_t[]) { 0 }, in create_color_renderpass()
532 .pPreserveAttachments = (uint32_t[]) { 0 }, in create_depthstencil_renderpass()
1073 .pPreserveAttachments = NULL, in radv_clear_image_layer()
Dradv_meta_blit.c752 .pPreserveAttachments = (uint32_t[]) { 0 }, in radv_device_init_meta_blit_color()
929 .pPreserveAttachments = (uint32_t[]) { 0 }, in radv_device_init_meta_blit_depth()
1108 .pPreserveAttachments = (uint32_t[]) { 0 }, in radv_device_init_meta_blit_stencil()
Dradv_meta_decompress.c109 .pPreserveAttachments = NULL, in create_pass()
Dradv_meta_fast_clear.c113 .pPreserveAttachments = NULL, in create_pass()
Dradv_meta_resolve.c127 .pPreserveAttachments = NULL, in create_pass()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp340 subpassDesc.pPreserveAttachments = DE_NULL; in createColorOnlyRenderPass()
/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp348 subpass.pPreserveAttachments = NULL; in InitRenderTarget()
Dlayer_validation_tests.cpp2990 subpass.pPreserveAttachments = &preserve_attachment; in TEST_F()
16617 subpass.pPreserveAttachments = NULL; in TEST_F()
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp4566 , pPreserveAttachments( pPreserveAttachments_ ) in SubpassDescription()
4637 pPreserveAttachments = pPreserveAttachments_; in setPPreserveAttachments()
4657 && ( pPreserveAttachments == rhs.pPreserveAttachments ); in operator ==()
4674 const uint32_t* pPreserveAttachments; member
Dvulkan.h2058 const uint32_t* pPreserveAttachments; member
/external/vulkan-validation-layers/demos/
Dcube.c1620 .pPreserveAttachments = NULL, in demo_prepare_render_pass()
/external/mesa3d/include/vulkan/
Dvulkan.h2067 const uint32_t* pPreserveAttachments; member
/external/skia/third_party/vulkan/vulkan/
Dvulkan.h2164 const uint32_t* pPreserveAttachments; member
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in2223 const uint32_t* pPreserveAttachments; member
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp9730 if (subpass.pPreserveAttachments[j] == attachment) { in CheckPreserved()
10116 uint32_t attachment = subpass.pPreserveAttachments[j]; in ValidateRenderpassAttachmentUsage()
Dvk_validation_error_database.txt330 …pthStencilAttachment, or the attachment indexed by any element of pPreserveAttachments in any give…
331 …pResolveAttachments or pDepthStencilAttachment, or any element of pPreserveAttachments in any give…
332 …nder Pass Creation' which states 'The value of any element of the pPreserveAttachments member in a…
359 …s Creation' which states 'The attachment member of any element of pPreserveAttachments must not be…
360 …on '7.1. Render Pass Creation' which states 'Any given element of pPreserveAttachments must not al…
368 …Pass Creation' which states 'If preserveAttachmentCount is not 0, pPreserveAttachments must be a p…