Home
last modified time | relevance | path

Searched refs:m_stippleFactor (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrRasterizer.hpp207 deUint32 m_stippleFactor; member in rr::SingleSampleLineRasterizer
H A DrrRasterizer.cpp928 m_stippleFactor = stippleFactor;
966 int stippleBit = (m_stippleCounter / m_stippleFactor) % 16;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
H A DvktRasterizationTests.cpp1161 LineStippleFactorCase m_stippleFactor; member in vkt::rasterization::__anon28377::BaseLineTestInstance
1195 , m_stippleFactor (stippleFactor) in BaseLineTestInstance()
1612 if (m_stippleFactor == LineStippleFactorCase::ZERO) in initLineRasterizationStateCreateInfo()
1614 else if (m_stippleFactor == LineStippleFactorCase::LARGE) in initLineRasterizationStateCreateInfo()
4796 , m_stippleFactor (stippleFactor)
4802 return new ConcreteTestInstance(context, m_wideness, m_strictness, m_sampleCount, m_stipple, m_lineRasterizationMode, m_stippleFactor, m_additionalRenderSize);
4893 const LineStippleFactorCase m_stippleFactor;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/
H A DvktRasterizationTests.cpp1158 LineStippleFactorCase m_stippleFactor; member in vkt::rasterization::__anon29580::BaseLineTestInstance
1192 , m_stippleFactor (stippleFactor) in BaseLineTestInstance()
1609 if (m_stippleFactor == LineStippleFactorCase::ZERO) in initLineRasterizationStateCreateInfo()
1611 else if (m_stippleFactor == LineStippleFactorCase::LARGE) in initLineRasterizationStateCreateInfo()
4546 , m_stippleFactor (stippleFactor)
4552 return new ConcreteTestInstance(context, m_wideness, m_strictness, m_sampleCount, m_stipple, m_lineRasterizationMode, m_stippleFactor, m_additionalRenderSize);
4643 const LineStippleFactorCase m_stippleFactor;

Completed in 22 milliseconds