Searched refs:stencilClearVal (Results 1 – 1 of 1) sorted by relevance
562 const uint32_t stencilClearVal = 100u; in iterate() local1063 const auto dsClearValue = makeClearValueDepthStencil(depthClearValue, stencilClearVal); in iterate()1218 const auto refStencilVal = static_cast<int>(stencilWrites ? stencilPassVal : stencilClearVal); in iterate()1255 colorPIxels.setPixel(tcu::UVec4(stencilClearVal, 0u, 0u, 0u), x, y, z); in iterate()