Searched refs:depthStencilUse (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassUnusedClearAttachmentTests.cpp | 1017 const deBool depthStencilUse = DE_BOOL_VALUES[i]; in createRenderPassUnusedClearAttachmentTests() local 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() 1033 name += std::string("_") + getUsed(depthStencilUse); in createRenderPassUnusedClearAttachmentTests() 1039 std::string name = dsCase + "_" + getUsed(depthStencilUse); in createRenderPassUnusedClearAttachmentTests()
|