Home
last modified time | relevance | path

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

/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
DvkStrUtilImpl.inl2673 s << "\tpreserveAttachmentCount = " << value.preserveAttachmentCount << '\n';
/external/skia/src/gpu/vk/
DGrVkRenderPass.cpp105 subpassDesc.preserveAttachmentCount = 0; in initSimple()
/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/dynamic_state/
DvktDynamicStateCreateInfoUtil.cpp483 preserveAttachmentCount = _preserveAttachmentCount; in SubpassDescription()
513 rhs.pPreserveAttachments, rhs.pPreserveAttachments + rhs.preserveAttachmentCount); in SubpassDescription()
DvktDynamicStateCreateInfoUtil.hpp168 deUint32 preserveAttachmentCount,
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolCreateInfoUtil.cpp486 preserveAttachmentCount = _preserveAttachmentCount; in SubpassDescription()
516 rhs.pPreserveAttachments, rhs.pPreserveAttachments + rhs.preserveAttachmentCount); in SubpassDescription()
DvktQueryPoolCreateInfoUtil.hpp166 deUint32 preserveAttachmentCount,
/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp361 subpass.preserveAttachmentCount = 0; in InitRenderTarget()
/external/deqp/external/vulkancts/modules/vulkan/
DvktSynchronization.cpp336 subpassDesc.preserveAttachmentCount = 0; in createColorOnlyRenderPass()
/external/vulkan-validation-layers/demos/
Dtri.c1175 .preserveAttachmentCount = 0, in demo_prepare_render_pass()
Dcube.c1430 .preserveAttachmentCount = 0, in demo_prepare_render_pass()
/external/skia/third_party/vulkan/
Dvulkan.h2001 uint32_t preserveAttachmentCount; member
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h2010 uint32_t preserveAttachmentCount; member
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp9066 for (uint32_t j = 0; j < subpass.preserveAttachmentCount; ++j) { in CheckPreserved()
9354 … ((subpass->pDepthStencilAttachment) ? 1 : 0) + subpass->preserveAttachmentCount; in vkCreateRenderPass()
9377 …chments, subpass->pPreserveAttachments, sizeof(attachments[0]) * subpass->preserveAttachmentCount); in vkCreateRenderPass()