Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/clipping/
DvktClippingTests.cpp274 bool checkFragColors (const tcu::ConstPixelBufferAccess pixels, IVec2 clipRegion, int barIdx, bool … in checkFragColors() argument
284 const bool insideBar = x >= barWidth * barIdx && x < barWidth * (barIdx + 1); in checkFragColors()