Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureMipmapTests.cpp2362 bool needsRobustness2 (void) const in needsRobustness2() function
2447 if (m_params.needsRobustness2()) in checkSupport()
2582 DeviceHelper& getDeviceHelper (Context& context, bool needsRobustness2) in getDeviceHelper() argument
2584 if (needsRobustness2) in getDeviceHelper()
2605 const auto& deviceHelper = getDeviceHelper(m_context, m_params.needsRobustness2()); in iterate()
2834 const auto expectedColor = (m_params.needsRobustness2() // This has to match the fragment shader. in iterate()
2837 const auto threshold = (m_params.needsRobustness2() in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureMipmapTests.cpp2366 bool needsRobustness2 (void) const in needsRobustness2() function
2451 if (m_params.needsRobustness2()) in checkSupport()
2586 DeviceHelper& getDeviceHelper (Context& context, bool needsRobustness2) in getDeviceHelper() argument
2588 if (needsRobustness2) in getDeviceHelper()
2609 const auto& deviceHelper = getDeviceHelper(m_context, m_params.needsRobustness2()); in iterate()
2838 const auto expectedColor = (m_params.needsRobustness2() // This has to match the fragment shader. in iterate()
2841 const auto threshold = (m_params.needsRobustness2() in iterate()

Completed in 12 milliseconds