Searched refs:pDepthStencilAttachment (Results 1 - 17 of 17) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
H A DvkTypeUtil.inl285 inline VkSubpassDescription makeSubpassDescription (VkSubpassDescriptionFlags flags, VkPipelineBindPoint pipelineBindPoint, deUint32 inputAttachmentCount, const VkAttachmentReference* pInputAttachments, deUint32 colorAttachmentCount, const VkAttachmentReference* pColorAttachments, const VkAttachmentReference* pResolveAttachments, const VkAttachmentReference* pDepthStencilAttachment, deUint32 preserveAttachmentCount, const deUint32* pPreserveAttachments)
295 res.pDepthStencilAttachment = pDepthStencilAttachment;
H A DvkStructTypes.inl966 const VkAttachmentReference* pDepthStencilAttachment;
H A DvkStrUtilImpl.inl2672 s << "\tpDepthStencilAttachment = " << value.pDepthStencilAttachment << '\n';
/external/skia/src/gpu/vk/
H A DGrVkRenderPass.cpp103 subpassDesc.pDepthStencilAttachment = &stencilRef;
/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawCreateInfoUtil.cpp481 pDepthStencilAttachment = &m_depthStencilAttachment;
515 if (rhs.pDepthStencilAttachment)
516 m_depthStencilAttachment = *rhs.pDepthStencilAttachment;
527 pDepthStencilAttachment = &m_depthStencilAttachment;
556 pDepthStencilAttachment = &m_depthStencilAttachment;
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateCreateInfoUtil.cpp481 pDepthStencilAttachment = &m_depthStencilAttachment;
515 if (rhs.pDepthStencilAttachment)
516 m_depthStencilAttachment = *rhs.pDepthStencilAttachment;
527 pDepthStencilAttachment = &m_depthStencilAttachment;
556 pDepthStencilAttachment = &m_depthStencilAttachment;
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
H A DvktQueryPoolCreateInfoUtil.cpp484 pDepthStencilAttachment = &m_depthStencilAttachment;
518 if (rhs.pDepthStencilAttachment)
519 m_depthStencilAttachment = *rhs.pDepthStencilAttachment;
530 pDepthStencilAttachment = &m_depthStencilAttachment;
559 pDepthStencilAttachment = &m_depthStencilAttachment;
/external/vulkan-validation-layers/layers/
H A Dcore_validation.cpp2311 } else if (!attachment_references_compatible(cIdx, primaryRPCI->pSubpasses[spIndex].pDepthStencilAttachment,
2313 secondaryRPCI->pSubpasses[spIndex].pDepthStencilAttachment,
3347 if (pSD->pDepthStencilAttachment && pSD->pDepthStencilAttachment->attachment != VK_ATTACHMENT_UNUSED) {
3348 const VkSampleCountFlagBits samples = pRPCI->pAttachments[pSD->pDepthStencilAttachment->attachment].samples;
8207 if (!pSD->pDepthStencilAttachment || // Says no DS will be used in active subpass
8208 (pSD->pDepthStencilAttachment->attachment ==
8217 (pSD->pDepthStencilAttachment) ? pSD->pDepthStencilAttachment->attachment : VK_ATTACHMENT_UNUSED,
9053 if (subpass.pDepthStencilAttachment
[all...]
H A Dimage.cpp434 if (pCreateInfo->pSubpasses[i].pDepthStencilAttachment &&
435 pCreateInfo->pSubpasses[i].pDepthStencilAttachment->attachment != VK_ATTACHMENT_UNUSED) {
H A Dparameter_validation.cpp3874 if (pCreateInfo->pSubpasses->pDepthStencilAttachment &&
3875 ((pCreateInfo->pSubpasses->pDepthStencilAttachment->layout < VK_IMAGE_LAYOUT_BEGIN_RANGE) ||
3876 (pCreateInfo->pSubpasses->pDepthStencilAttachment->layout > VK_IMAGE_LAYOUT_END_RANGE)) &&
3877 (pCreateInfo->pSubpasses->pDepthStencilAttachment->layout != VK_IMAGE_LAYOUT_PRESENT_SRC_KHR)) {
3879 "vkCreateRenderPass parameter, VkImageLayout pCreateInfo->pSubpasses->pDepthStencilAttachment->layout, is "
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineEarlyFragmentTests.cpp409 const VkAttachmentReference* pDepthStencilAttachment = (useDepthStencilAttachment ? &depthStencilAttachmentReference : &unusedAttachmentReference); local
420 pDepthStencilAttachment, // const VkAttachmentReference* pDepthStencilAttachment;
/external/vulkan-validation-layers/tests/
H A Dvkrenderframework.cpp356 subpass.pDepthStencilAttachment = &ds_reference;
358 subpass.pDepthStencilAttachment = NULL;
/external/deqp/external/vulkancts/modules/vulkan/
H A DvktSynchronization.cpp335 subpassDesc.pDepthStencilAttachment = &stencilAttachmentRef;
/external/vulkan-validation-layers/demos/
H A Dcube.c1429 .pDepthStencilAttachment = &depth_reference,
H A Dtri.c1174 .pDepthStencilAttachment = &depth_reference,
/external/skia/third_party/vulkan/
H A Dvulkan.h2000 const VkAttachmentReference* pDepthStencilAttachment; member in struct:VkSubpassDescription
/external/vulkan-validation-layers/include/vulkan/
H A Dvulkan.h2009 const VkAttachmentReference* pDepthStencilAttachment; member in struct:VkSubpassDescription

Completed in 1697 milliseconds