Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedClearAttachmentTests.cpp59 DEPTH_STENCIL_BOTH = 3, enumerator
87 case DEPTH_STENCIL_BOTH: return "depthstencil_" + formatName; in depthStencilTypeName()
98 if (type == DEPTH_STENCIL_DEPTH_ONLY || type == DEPTH_STENCIL_BOTH) in getClearAspectMask()
101 if (type == DEPTH_STENCIL_STENCIL_ONLY || type == DEPTH_STENCIL_BOTH) in getClearAspectMask()