Home
last modified time | relevance | path

Searched refs:globalPass (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp7117 const bool globalPass = (wouldPass && !depthFail); // Global result of the stencil+depth test. in createExtendedDynamicStateTests() local
7198 staticStencilConfig.compareOp = (globalPass ? vk::VK_COMPARE_OP_NEVER : vk::VK_COMPARE_OP_ALWAYS); in createExtendedDynamicStateTests()
7232 config.referenceColor.reset (new SingleColorGenerator(globalPass ? kDefaultTriangleColor : kDefaultClearColor)); in createExtendedDynamicStateTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp8757 const bool globalPass = (wouldPass && !depthFail); // Global result of the stencil+depth test. in createExtendedDynamicStateTests() local
8838 staticStencilConfig.compareOp = (globalPass ? vk::VK_COMPARE_OP_NEVER : vk::VK_COMPARE_OP_ALWAYS); in createExtendedDynamicStateTests()
8872 config.referenceColor.reset (new SingleColorGenerator(globalPass ? kDefaultTriangleColor : kDefaultClearColor)); in createExtendedDynamicStateTests()

Completed in 36 milliseconds