/external/deqp/external/vulkancts/framework/vulkan/ |
H A D | vkTypeUtil.inl | 285 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 D | vkStructTypes.inl | 966 const VkAttachmentReference* pDepthStencilAttachment;
|
H A D | vkStrUtilImpl.inl | 2672 s << "\tpDepthStencilAttachment = " << value.pDepthStencilAttachment << '\n';
|
/external/skia/src/gpu/vk/ |
H A D | GrVkRenderPass.cpp | 103 subpassDesc.pDepthStencilAttachment = &stencilRef;
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawCreateInfoUtil.cpp | 481 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 D | vktDynamicStateCreateInfoUtil.cpp | 481 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 D | vktQueryPoolCreateInfoUtil.cpp | 484 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 D | core_validation.cpp | 2311 } 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 D | image.cpp | 434 if (pCreateInfo->pSubpasses[i].pDepthStencilAttachment && 435 pCreateInfo->pSubpasses[i].pDepthStencilAttachment->attachment != VK_ATTACHMENT_UNUSED) {
|
H A D | parameter_validation.cpp | 3874 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 D | vktPipelineEarlyFragmentTests.cpp | 409 const VkAttachmentReference* pDepthStencilAttachment = (useDepthStencilAttachment ? &depthStencilAttachmentReference : &unusedAttachmentReference); local 420 pDepthStencilAttachment, // const VkAttachmentReference* pDepthStencilAttachment;
|
/external/vulkan-validation-layers/tests/ |
H A D | vkrenderframework.cpp | 356 subpass.pDepthStencilAttachment = &ds_reference; 358 subpass.pDepthStencilAttachment = NULL;
|
/external/deqp/external/vulkancts/modules/vulkan/ |
H A D | vktSynchronization.cpp | 335 subpassDesc.pDepthStencilAttachment = &stencilAttachmentRef;
|
/external/vulkan-validation-layers/demos/ |
H A D | cube.c | 1429 .pDepthStencilAttachment = &depth_reference,
|
H A D | tri.c | 1174 .pDepthStencilAttachment = &depth_reference,
|
/external/skia/third_party/vulkan/ |
H A D | vulkan.h | 2000 const VkAttachmentReference* pDepthStencilAttachment; member in struct:VkSubpassDescription
|
/external/vulkan-validation-layers/include/vulkan/ |
H A D | vulkan.h | 2009 const VkAttachmentReference* pDepthStencilAttachment; member in struct:VkSubpassDescription
|