Home
last modified time | relevance | path

Searched refs:m_fillModeNonSolid (Results 1 – 1 of 1) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/device_group/
H A DvktDeviceGroupRendering.cpp171 bool m_fillModeNonSolid; member in vkt::DeviceGroup::__anone9b3355b0111::DeviceGroupTestInstance
184 , m_fillModeNonSolid (m_testMode & TEST_MODE_LINEFILL) in DeviceGroupTestInstance()
306 if (m_fillModeNonSolid & static_cast<bool>(!enabledDeviceFeatures.fillModeNonSolid)) in init()
1009 m_fillModeNonSolid ? VK_POLYGON_MODE_LINE : VK_POLYGON_MODE_FILL, // polygonMode in iterate()
1664 …string refImage = m_fillModeNonSolid ? "vulkan/data/device_group/sphere.png" : "vulkan/data/device… in iterate()