/external/swiftshader/src/Vulkan/ |
D | VkRenderPass.cpp | 88 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/ |
D | convert_to_renderpass2.cpp | 61 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/ |
D | vktMultiViewRenderPassUtil.hpp | 98 deUint32 preserveAttachmentCount, 115 deUint32 preserveAttachmentCount,
|
D | vktMultiViewRenderPassUtil.cpp | 139 preserveAttachmentCount = preserveAttachmentCount_; in SubpassDescription1() 167 preserveAttachmentCount = preserveAttachmentCount_; in SubpassDescription2()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassTestsUtil.hpp | 108 deUint32 preserveAttachmentCount, 125 deUint32 preserveAttachmentCount,
|
D | vktRenderPassTestsUtil.cpp | 142 preserveAttachmentCount = preserveAttachmentCount_; in SubpassDescription1() 170 preserveAttachmentCount = preserveAttachmentCount_; in SubpassDescription2()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkTypeUtil.inl | 285 …, const VkAttachmentReference* pDepthStencilAttachment, deUint32 preserveAttachmentCount, const de… argument 296 res.preserveAttachmentCount = preserveAttachmentCount;
|
D | vkStructTypes.inl | 967 deUint32 preserveAttachmentCount; member 2175 deUint32 preserveAttachmentCount; member
|
D | vkVulkan_c.inl | 2431 deUint32 preserveAttachmentCount; member 5693 deUint32 preserveAttachmentCount; member
|
/external/skia/src/gpu/vk/ |
D | GrVkRenderPass.cpp | 118 subpassDesc.preserveAttachmentCount = 0; in init()
|
/external/skqp/src/gpu/vk/ |
D | GrVkRenderPass.cpp | 118 subpassDesc.preserveAttachmentCount = 0; in init()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_meta_blit.c | 750 .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()
|
D | radv_meta_blit2d.c | 736 .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()
|
D | radv_meta_decompress.c | 67 .preserveAttachmentCount = 0, in create_pass()
|
D | radv_meta_clear.c | 229 .preserveAttachmentCount = 1, in create_color_renderpass() 475 .preserveAttachmentCount = 1, in create_depthstencil_renderpass() 1241 .preserveAttachmentCount = 0, in radv_clear_image_layer()
|
D | radv_meta_resolve.c | 97 .preserveAttachmentCount = 0, in create_pass()
|
D | radv_meta_resolve_fs.c | 245 .preserveAttachmentCount = 1, in create_resolve_pipeline()
|
D | radv_meta_fast_clear.c | 220 .preserveAttachmentCount = 0, in create_pass()
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawCreateInfoUtil.cpp | 483 preserveAttachmentCount = _preserveAttachmentCount; in SubpassDescription() 513 rhs.pPreserveAttachments, rhs.pPreserveAttachments + rhs.preserveAttachmentCount); in SubpassDescription()
|
D | vktDrawCreateInfoUtil.hpp | 166 deUint32 preserveAttachmentCount,
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationSmokeTests.cpp | 333 subpassDesc.preserveAttachmentCount = 0; in createColorOnlyRenderPass()
|
/external/vulkan-validation-layers/tests/ |
D | vkrenderframework.cpp | 566 subpass.preserveAttachmentCount = 0; in InitRenderTarget()
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan_core.h | 2693 uint32_t preserveAttachmentCount; member 5647 uint32_t preserveAttachmentCount; member
|
/external/swiftshader/include/vulkan/ |
D | vulkan_core.h | 2646 uint32_t preserveAttachmentCount; member 5586 uint32_t preserveAttachmentCount; member
|
/external/deqp/external/vulkancts/scripts/src/ |
D | vulkan.h.in | 2428 uint32_t preserveAttachmentCount; member 5690 uint32_t preserveAttachmentCount; member
|