Home
last modified time | relevance | path

Searched refs:preserveAttachmentCount (Results 1 – 25 of 33) sorted by relevance

12

/external/swiftshader/src/Vulkan/
DVkRenderPass.cpp88 if(subpass.preserveAttachmentCount > 0) in RenderPass()
90 size_t preserveAttachmentSize = subpass.preserveAttachmentCount * sizeof(uint32_t); in RenderPass()
129 sizeof(uint32_t) * subpass.preserveAttachmentCount; in ComputeRequiredAllocationSize()
/external/vulkan-validation-layers/layers/
Dconvert_to_renderpass2.cpp61 out_struct->preserveAttachmentCount = in_struct->preserveAttachmentCount; in ConvertVkSubpassDescriptionToV2KHR()
89 out_struct->pPreserveAttachments = new uint32_t[in_struct->preserveAttachmentCount]; in ConvertVkSubpassDescriptionToV2KHR()
91 sizeof(uint32_t) * in_struct->preserveAttachmentCount); in ConvertVkSubpassDescriptionToV2KHR()
/external/deqp/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderPassUtil.hpp98 deUint32 preserveAttachmentCount,
115 deUint32 preserveAttachmentCount,
DvktMultiViewRenderPassUtil.cpp139 preserveAttachmentCount = preserveAttachmentCount_; in SubpassDescription1()
167 preserveAttachmentCount = preserveAttachmentCount_; in SubpassDescription2()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTestsUtil.hpp108 deUint32 preserveAttachmentCount,
125 deUint32 preserveAttachmentCount,
DvktRenderPassTestsUtil.cpp142 preserveAttachmentCount = preserveAttachmentCount_; in SubpassDescription1()
170 preserveAttachmentCount = preserveAttachmentCount_; in SubpassDescription2()
/external/deqp/external/vulkancts/framework/vulkan/
DvkTypeUtil.inl285 …, const VkAttachmentReference* pDepthStencilAttachment, deUint32 preserveAttachmentCount, const de… argument
296 res.preserveAttachmentCount = preserveAttachmentCount;
DvkStructTypes.inl967 deUint32 preserveAttachmentCount; member
2175 deUint32 preserveAttachmentCount; member
DvkVulkan_c.inl2431 deUint32 preserveAttachmentCount; member
5693 deUint32 preserveAttachmentCount; member
/external/skia/src/gpu/vk/
DGrVkRenderPass.cpp118 subpassDesc.preserveAttachmentCount = 0; in init()
/external/skqp/src/gpu/vk/
DGrVkRenderPass.cpp118 subpassDesc.preserveAttachmentCount = 0; in init()
/external/mesa3d/src/amd/vulkan/
Dradv_meta_blit.c750 .preserveAttachmentCount = 1, in radv_device_init_meta_blit_color()
909 .preserveAttachmentCount = 1, in radv_device_init_meta_blit_depth()
1070 .preserveAttachmentCount = 1, in radv_device_init_meta_blit_stencil()
Dradv_meta_blit2d.c736 .preserveAttachmentCount = 1, in blit2d_init_color_pipeline()
898 .preserveAttachmentCount = 1, in blit2d_init_depth_only_pipeline()
1060 .preserveAttachmentCount = 1, in blit2d_init_stencil_only_pipeline()
Dradv_meta_decompress.c67 .preserveAttachmentCount = 0, in create_pass()
Dradv_meta_clear.c229 .preserveAttachmentCount = 1, in create_color_renderpass()
475 .preserveAttachmentCount = 1, in create_depthstencil_renderpass()
1241 .preserveAttachmentCount = 0, in radv_clear_image_layer()
Dradv_meta_resolve.c97 .preserveAttachmentCount = 0, in create_pass()
Dradv_meta_resolve_fs.c245 .preserveAttachmentCount = 1, in create_resolve_pipeline()
Dradv_meta_fast_clear.c220 .preserveAttachmentCount = 0, in create_pass()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.cpp483 preserveAttachmentCount = _preserveAttachmentCount; in SubpassDescription()
513 rhs.pPreserveAttachments, rhs.pPreserveAttachments + rhs.preserveAttachmentCount); in SubpassDescription()
DvktDrawCreateInfoUtil.hpp166 deUint32 preserveAttachmentCount,
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp333 subpassDesc.preserveAttachmentCount = 0; in createColorOnlyRenderPass()
/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp566 subpass.preserveAttachmentCount = 0; in InitRenderTarget()
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h2693 uint32_t preserveAttachmentCount; member
5647 uint32_t preserveAttachmentCount; member
/external/swiftshader/include/vulkan/
Dvulkan_core.h2646 uint32_t preserveAttachmentCount; member
5586 uint32_t preserveAttachmentCount; member
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in2428 uint32_t preserveAttachmentCount; member
5690 uint32_t preserveAttachmentCount; member

12