Searched refs:depthStencilAttachment (Results 1 – 6 of 6) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassTests.cpp | 528 AttachmentReference depthStencilAttachment, in Subpass() argument 535 , m_depthStencilAttachment (depthStencilAttachment) in Subpass() 830 const AttachmentReference& depthStencilAttachment = subpass.getDepthStencilAttachment(); in logRenderPassInfo() local 832 …log << TestLog::Message << "Attachment: " << depthStencilAttachment.getAttachment() << TestLog::En… in logRenderPassInfo() 833 …log << TestLog::Message << "Layout: " << depthStencilAttachment.getImageLayout() << TestLog::EndMe… in logRenderPassInfo() 4998 Maybe<deUint32> depthStencilAttachment (useDepthStencilAttachment in addAttachmentAllocationTests() local 5009 if (depthStencilAttachment) in addAttachmentAllocationTests() 5010 definedAttachments.insert(*depthStencilAttachment); in addAttachmentAllocationTests() 5102 if (depthStencilAttachment) in addAttachmentAllocationTests() 5105 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 | 2021 Dependency<ImageView> depthStencilAttachment; member 2035 …, depthStencilAttachment (env, ImageView::Parameters(Image::Parameters(0u, VK_IMAGE_TYPE_2D, VK_FO… in Resources() 2060 *res.depthStencilAttachment.object, in create()
|
/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingShaderAccessTests.cpp | 614 const vk::VkAttachmentReference depthStencilAttachment = in createRenderPass() local 628 &depthStencilAttachment, // pDepthStencilAttachment in createRenderPass()
|