Searched refs:notSupported (Results 1 - 6 of 6) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiBufferMemoryRequirementsTests.cpp | 403 bool notSupported = false; in checkSupport() local 409 notSupported = true; in checkSupport() 413 if (notSupported) str << std::endl; in checkSupport() 415 notSupported = true; in checkSupport() 419 if (notSupported) str << std::endl; in checkSupport() 421 notSupported = true; in checkSupport() 425 if (notSupported) str << std::endl; in checkSupport() 427 notSupported = true; in checkSupport() 429 if (notSupported) in checkSupport() 450 bool notSupported in checkSupport() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiBufferMemoryRequirementsTests.cpp | 401 bool notSupported = false; in checkSupport() local 407 notSupported = true; in checkSupport() 411 if (notSupported) str << std::endl; in checkSupport() 413 notSupported = true; in checkSupport() 417 if (notSupported) str << std::endl; in checkSupport() 419 notSupported = true; in checkSupport() 423 if (notSupported) str << std::endl; in checkSupport() 425 notSupported = true; in checkSupport() 427 if (notSupported) in checkSupport() 448 bool notSupported in checkSupport() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
H A D | vktBuildPrograms.cpp | 382 int notSupported; member 387 , notSupported (0) in BuildStats() 408 int notSupported = 0; in buildPrograms() local 446 notSupported++; in buildPrograms() 534 stats.notSupported = notSupported; in buildPrograms() 702 tcu::print("DONE: %d passed, %d failed, %d not supported\n", stats.numSucceeded, stats.numFailed, stats.notSupported); in main()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ |
H A D | vktBuildPrograms.cpp | 382 int notSupported; member 387 , notSupported (0) in BuildStats() 407 int notSupported = 0; in buildPrograms() local 441 notSupported++; in buildPrograms() 532 stats.notSupported = notSupported; in buildPrograms() 698 tcu::print("DONE: %d passed, %d failed, %d not supported\n", stats.numSucceeded, stats.numFailed, stats.notSupported); in main()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcPackedDepthStencilTests.cpp | 2633 bool notSupported = false; in iterate() local 2635 notSupported = !glu::contextSupports(contextType, glu::ApiType::es(3, 1)); in iterate() 2637 notSupported = !glu::contextSupports(contextType, glu::ApiType::core(4, 3)); in iterate() 2639 if (notSupported) in iterate()
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglGLES2SharingThreadedTests.cpp | 2907 bool notSupported = false; in iterate() local 2922 notSupported = true; in iterate() 2935 if (notSupported) in iterate() 3722 bool notSupported = false; in iterate() local 3737 notSupported = true; in iterate() 3750 if (notSupported) in iterate()
|
Completed in 17 milliseconds