Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/device_group/
DvktDeviceGroupRendering.cpp169 bool m_fillModeNonSolid; member in vkt::DeviceGroup::__anon66ee313a0111::DeviceGroupTestInstance
182 , m_fillModeNonSolid (m_testMode & TEST_MODE_LINEFILL) in DeviceGroupTestInstance()
323 if (m_fillModeNonSolid & static_cast<bool>(!enabledDeviceFeatures.fillModeNonSolid)) in init()
984 m_fillModeNonSolid ? VK_POLYGON_MODE_LINE : VK_POLYGON_MODE_FILL, // polygonMode in iterate()
1639 …string refImage = m_fillModeNonSolid ? "vulkan/data/device_group/sphere.png" : "vulkan/data/device… in iterate()