Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp1146 constexpr auto kLastSegmentStart = static_cast<int>(kWidth * 0.75f); variable
1152 const auto& color = ((y == kHeight - 1 && x >= kLastSegmentStart) ? m_clearColor : m_geomColor);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp1507 constexpr auto kLastSegmentStart = static_cast<int>(kWidth * 0.75f); variable
1513 const auto& color = ((y == kHeight - 1 && x >= kLastSegmentStart) ? m_clearColor : m_geomColor);

Completed in 31 milliseconds