Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp1185 const int stripeIdx = x / static_cast<int>(m_width); variable
1186 const auto& color = ((stripeIdx % 2 == 0) ? m_left : m_right);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp1546 const int stripeIdx = x / static_cast<int>(m_width); variable
1547 const auto& color = ((stripeIdx % 2 == 0) ? m_left : m_right);

Completed in 23 milliseconds