Searched defs:depthStencilAttachment (Results 1 - 5 of 5) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fFboInvalidateTests.cpp1523 static const deUint32 depthStencilAttachment[] = { GL_DEPTH_STENCIL_ATTACHMENT }; local
1533 targetGroup->addChild(new InvalidateFboTargetCase(m_context, (baseName + "_depth_stencil").c_str(), "", boundT, invalidateT, &depthStencilAttachment[0], DE_LENGTH_OF_ARRAY(depthStencilAttachment)));
/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawCreateInfoUtil.cpp460 vk::VkAttachmentReference depthStencilAttachment,
472 m_depthStencilAttachment = depthStencilAttachment;
453 SubpassDescription(vk::VkPipelineBindPoint _pipelineBindPoint, vk::VkSubpassDescriptionFlags _flags, deUint32 _inputAttachmentCount, const vk::VkAttachmentReference* _inputAttachments, deUint32 _colorAttachmentCount, const vk::VkAttachmentReference* _colorAttachments, const vk::VkAttachmentReference* _resolveAttachments, vk::VkAttachmentReference depthStencilAttachment, deUint32 _preserveAttachmentCount, const deUint32* _preserveAttachments) argument
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiObjectManagementTests.cpp2020 Dependency<ImageView> depthStencilAttachment; member in struct:vkt::Framebuffer::Resources
2034 , depthStencilAttachment (env, ImageView::Parameters(Image::Parameters(0u, VK_IMAGE_TYPE_2D, VK_FORMAT_D16_UNORM,
2059 *res.depthStencilAttachment.object,
/external/deqp/external/vulkancts/modules/vulkan/
H A DvktRenderPassTests.cpp502 AttachmentReference depthStencilAttachment,
509 , m_depthStencilAttachment (depthStencilAttachment)
783 const AttachmentReference& depthStencilAttachment = subpass.getDepthStencilAttachment(); local
785 log << TestLog::Message << "Attachment: " << depthStencilAttachment.getAttachment() << TestLog::EndMessage;
786 log << TestLog::Message << "Layout: " << depthStencilAttachment.getImageLayout() << TestLog::EndMessage;
4750 Maybe<deUint32> depthStencilAttachment (useDepthStencilAttachment
4761 if (depthStencilAttachment)
4762 definedAttachments.insert(*depthStencilAttachment);
4854 if (depthStencilAttachment)
4857 if (lastUseOfAttachment[*depthStencilAttachment])
497 Subpass(VkPipelineBindPoint pipelineBindPoint, VkSubpassDescriptionFlags flags, const vector<AttachmentReference>& inputAttachments, const vector<AttachmentReference>& colorAttachments, const vector<AttachmentReference>& resolveAttachments, AttachmentReference depthStencilAttachment, const vector<deUint32>& preserveAttachments) argument
[all...]
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingShaderAccessTests.cpp614 const vk::VkAttachmentReference depthStencilAttachment = local
628 &depthStencilAttachment, // pDepthStencilAttachment

Completed in 492 milliseconds