Searched refs:depthStencilAttachment (Results 1 – 7 of 7) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassTestsUtil.cpp | 407 AttachmentReference depthStencilAttachment, in Subpass() argument 416 ,m_depthStencilAttachment (depthStencilAttachment) in Subpass()
|
D | vktRenderPassTestsUtil.hpp | 291 AttachmentReference depthStencilAttachment,
|
D | vktRenderPassTests.cpp | 548 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/ |
D | es3fFboInvalidateTests.cpp | 1523 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/ |
D | vktDrawCreateInfoUtil.cpp | 460 vk::VkAttachmentReference depthStencilAttachment, in SubpassDescription() argument 472 m_depthStencilAttachment = depthStencilAttachment; in SubpassDescription()
|
D | vktDrawCreateInfoUtil.hpp | 165 vk::VkAttachmentReference depthStencilAttachment,
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiObjectManagementTests.cpp | 2101 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()
|