Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedClearAttachmentTests.cpp54 enum DepthStencilType enum
76 std::string depthStencilTypeName (DepthStencilType type, VkFormat format) in depthStencilTypeName()
94 VkImageAspectFlags getClearAspectMask (DepthStencilType type) in getClearAspectMask()
124 std::vector<VkFormat> getFormats (DepthStencilType type) in getFormats()
143 bool isDepthOnly(DepthStencilType type) in isDepthOnly()
148 bool isStencilOnly(DepthStencilType type) in isStencilOnly()
153 bool hasDepthStencil(DepthStencilType type) in hasDepthStencil()
160 …TestParams(size_t numColorAttachments, DepthStencilType depthStencilType_, deBool depthStencilUsed… in TestParams()
169 DepthStencilType depthStencilType;
1010 const DepthStencilType dsType = static_cast<DepthStencilType>(depthStencilType); in createRenderPassUnusedClearAttachmentTests()