Home
last modified time | relevance | path

Searched refs:depthAttachments (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fFboStateQueryTests.cpp674 } depthAttachments[] = in test() local
682 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(depthAttachments); ++ndx) in test()
683 …stDepthAttachment(depthAttachments[ndx].internalFormat, depthAttachments[ndx].attachment, depthAtt… in test()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawDepthClampTests.cpp269 const std::vector<VkImageView> depthAttachments { *m_depthTargetView }; in DepthClampTestInstance() local
270 …FramebufferCreateInfo framebufferCreateInfo (*m_renderPass, depthAttachments, WIDTH, HEIGHT… in DepthClampTestInstance()