Searched refs:stencilClearVal (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageDepthStencilDescriptorTests.cpp | 562 const uint32_t stencilClearVal = 100u; in iterate() local 1063 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()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageDepthStencilDescriptorTests.cpp | 562 const uint32_t stencilClearVal = 100u; in iterate() local 1063 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()
|
Completed in 6 milliseconds