Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/imageless_framebuffer/
DvktImagelessFramebufferTests.cpp165 const AspectFlags depthStencilAspects = ASPECT_NONE, in makeGraphicsPipeline() argument
169 const bool useDepth = (depthStencilAspects & ASPECT_DEPTH) != 0; in makeGraphicsPipeline()
170 const bool useStencil = (depthStencilAspects & ASPECT_STENCIL) != 0; in makeGraphicsPipeline()