Home
last modified time | relevance | path

Searched refs:depthStencilAttachment (Results 1 – 7 of 7) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTestsUtil.cpp407 AttachmentReference depthStencilAttachment, in Subpass() argument
416 ,m_depthStencilAttachment (depthStencilAttachment) in Subpass()
DvktRenderPassTestsUtil.hpp291 AttachmentReference depthStencilAttachment,
DvktRenderPassTests.cpp548 AttachmentReference depthStencilAttachment, in Subpass() argument
556 , m_depthStencilAttachment (depthStencilAttachment) in Subpass()
866 const AttachmentReference& depthStencilAttachment = subpass.getDepthStencilAttachment(); in logRenderPassInfo() local
868 …log << TestLog::Message << "Attachment: " << depthStencilAttachment.getAttachment() << TestLog::En… in logRenderPassInfo()
869 …log << TestLog::Message << "Layout: " << depthStencilAttachment.getImageLayout() << TestLog::EndMe… in logRenderPassInfo()
5191 Maybe<deUint32> depthStencilAttachment (useDepthStencilAttachment in addAttachmentAllocationTests() local
5202 if (depthStencilAttachment) in addAttachmentAllocationTests()
5203 definedAttachments.insert(*depthStencilAttachment); in addAttachmentAllocationTests()
5297 if (depthStencilAttachment) in addAttachmentAllocationTests()
5299 if (lastUseOfAttachment[*depthStencilAttachment]) in addAttachmentAllocationTests()
[all …]
/external/deqp/modules/gles3/functional/
Des3fFboInvalidateTests.cpp1523 static const deUint32 depthStencilAttachment[] = { GL_DEPTH_STENCIL_ATTACHMENT }; in init() local
1533 …ncil").c_str(), "", boundT, invalidateT, &depthStencilAttachment[0], DE_LENGTH_OF_ARRAY(depthStenc… in init()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.cpp460 vk::VkAttachmentReference depthStencilAttachment, in SubpassDescription() argument
472 m_depthStencilAttachment = depthStencilAttachment; in SubpassDescription()
DvktDrawCreateInfoUtil.hpp165 vk::VkAttachmentReference depthStencilAttachment,
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp2101 Dependency<ImageView> depthStencilAttachment; member
2115 …, depthStencilAttachment (env, ImageView::Parameters(Image::Parameters(0u, VK_IMAGE_TYPE_2D, VK_FO… in Resources()
2140 *res.depthStencilAttachment.object, in create()