Searched refs:enableStr (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineExtendedDynamicStateTests.cpp | 6677 const std::string enableStr = (sriEnable ? "enable" : "disable"); in createExtendedDynamicStateTests() local 6684 orderingGroup->addChild(new ExtendedDynamicStateTest(testCtx, "shading_rate_image_" + enableStr, "Dynamically " + enableStr + " a shading rate image", config)); in createExtendedDynamicStateTests() 6695 const std::string enableStr = (wScalingEnable ? "enable" : "disable"); in createExtendedDynamicStateTests() local 6703 orderingGroup->addChild(new ExtendedDynamicStateTest(testCtx, "viewport_w_scaling_" + enableStr, "Dynamically " + enableStr + " viewport W scaling", config)); in createExtendedDynamicStateTests() 6714 const std::string enableStr = (reprFragTestEnable ? "enable" : "disable"); in createExtendedDynamicStateTests() local 6726 orderingGroup->addChild(new ExtendedDynamicStateTest(testCtx, "repr_frag_test_" + enableStr, "Dynamically " + enableStr + " representative frag test", config)); in createExtendedDynamicStateTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineExtendedDynamicStateTests.cpp | 8219 const std::string enableStr = (sriEnable ? "enable" : "disable"); in createExtendedDynamicStateTests() local 8226 orderingGroup->addChild(new ExtendedDynamicStateTest(testCtx, "shading_rate_image_" + enableStr, config)); in createExtendedDynamicStateTests() 8237 const std::string enableStr = (wScalingEnable ? "enable" : "disable"); in createExtendedDynamicStateTests() local 8245 orderingGroup->addChild(new ExtendedDynamicStateTest(testCtx, "viewport_w_scaling_" + enableStr, config)); in createExtendedDynamicStateTests() 8256 const std::string enableStr = (reprFragTestEnable ? "enable" : "disable"); in createExtendedDynamicStateTests() local 8268 orderingGroup->addChild(new ExtendedDynamicStateTest(testCtx, "repr_frag_test_" + enableStr, config)); in createExtendedDynamicStateTests()
|
Completed in 23 milliseconds