Searched refs:dsType (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassUnusedClearAttachmentTests.cpp | 1010 const DepthStencilType dsType = static_cast<DepthStencilType>(depthStencilType); in createRenderPassUnusedClearAttachmentTests() local 1011 const auto dsFormats = getFormats(dsType); in createRenderPassUnusedClearAttachmentTests() 1018 const std::string dsCase = depthStencilTypeName(dsType, dsFormat); in createRenderPassUnusedClearAttachmentTests() 1021 if (hasDepthStencil(dsType)) in createRenderPassUnusedClearAttachmentTests() 1022 …testTypes.emplace_back(0, dsType, depthStencilUse, dsFormat, renderPassType); // No color att… in createRenderPassUnusedClearAttachmentTests() 1023 …testTypes.emplace_back(1, dsType, depthStencilUse, dsFormat, renderPassType); // Single colo… in createRenderPassUnusedClearAttachmentTests() 1024 …testTypes.emplace_back(COLOR_ATTACHMENTS_NUMBER, dsType, depthStencilUse, dsFormat, renderPassType… in createRenderPassUnusedClearAttachmentTests() 1032 if (hasDepthStencil(dsType)) in createRenderPassUnusedClearAttachmentTests() 1045 if (!hasDepthStencil(dsType)) in createRenderPassUnusedClearAttachmentTests()
|