Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
H A DvktRasterizationTests.cpp1125 bool getLineStippleEnable (void) const { return m_stipple != LINESTIPPLE_DISABLED; } in getLineStippleEnable()
1126 virtual bool getLineStippleDynamic (void) const { return (m_stipple == LINESTIPPLE_DYNAMIC || m_stipple == LINESTIPPLE_DYNAMIC_WITH_TOPOLOGY); } in getLineStippleDynamic()
1127 virtual bool isDynamicTopology (void) const { return m_stipple == LINESTIPPLE_DYNAMIC_WITH_TOPOLOGY; } in isDynamicTopology()
1159 LineStipple m_stipple; member in vkt::rasterization::__anon28377::BaseLineTestInstance
1193 , m_stipple (stipple) in BaseLineTestInstance()
1605 if (m_stipple == LINESTIPPLE_STATIC) in initLineRasterizationStateCreateInfo()
1610 else if (m_stipple == LINESTIPPLE_DISABLED) in initLineRasterizationStateCreateInfo()
4794 , m_stipple (stipple)
4802 return new ConcreteTestInstance(context, m_wideness, m_strictness, m_sampleCount, m_stipple, m_lineRasterizationMod
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/
H A DvktRasterizationTests.cpp1122 bool getLineStippleEnable (void) const { return m_stipple != LINESTIPPLE_DISABLED; } in getLineStippleEnable()
1123 virtual bool getLineStippleDynamic (void) const { return (m_stipple == LINESTIPPLE_DYNAMIC || m_stipple == LINESTIPPLE_DYNAMIC_WITH_TOPOLOGY); } in getLineStippleDynamic()
1124 virtual bool isDynamicTopology (void) const { return m_stipple == LINESTIPPLE_DYNAMIC_WITH_TOPOLOGY; } in isDynamicTopology()
1156 LineStipple m_stipple; member in vkt::rasterization::__anon29580::BaseLineTestInstance
1190 , m_stipple (stipple) in BaseLineTestInstance()
1602 if (m_stipple == LINESTIPPLE_STATIC) in initLineRasterizationStateCreateInfo()
1607 else if (m_stipple == LINESTIPPLE_DISABLED) in initLineRasterizationStateCreateInfo()
4544 , m_stipple (stipple)
4552 return new ConcreteTestInstance(context, m_wideness, m_strictness, m_sampleCount, m_stipple, m_lineRasterizationMod
[all...]

Completed in 13 milliseconds