Lines Matching refs:stencilFormat
117 VkFormat stencilFormat,
141 VkFormat stencilFormat,
272 VkFormat stencilFormat,
279 , m_stencilFormat (stencilFormat)
350 VkFormat stencilFormat,
362 , m_stencilFormat (stencilFormat)
967 const VkFormat stencilFormat = stencilFormats[formatNdx];
968 const bool hasDepth = tcu::hasDepthComponent(mapVkFormat(stencilFormat).order);
969 const bool hasStencil = tcu::hasStencilComponent(mapVkFormat(stencilFormat).order);
977 (getFormatCaseName(stencilFormat) + ((useSeparateDepthStencilLayouts) ? "_separate_layouts" : "")).c_str(),
978 (std::string("Uses format ") + getFormatName(stencilFormat) + ((useSeparateDepthStencilLayouts) ? " with separate depth/stencil layouts" : "")).c_str()));
1037 dFailOpTest->addChild(new StencilTest(testCtx, caseName, pipelineConstructionType, stencilFormat, stencilStateFront, stencilStateBack, colorEnabled, useSeparateDepthStencilLayouts));