Home
last modified time | relevance | path

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

/third_party/skia/gm/
Dfp_sample_chaining.cpp186 auto nextRow = [&] { x = 10; y += (64 + 10); }; in __anon3efbe3c40302() variable
216 nextRow();
221 nextRow();
226 nextRow();
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsScissorMultiViewportTests.cpp156 const bool nextRow = (scissorNdx != 0) && (scissorNdx % numCols == 0); in generateScissors() local
157 if (nextRow) in generateScissors()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawShaderLayerTests.cpp513 const bool nextRow = (cellNdx != 0) && (cellNdx % numCols == 0); in generateGrid() local
514 if (nextRow) in generateGrid()
DvktDrawShaderViewportIndexTests.cpp381 const bool nextRow = (cellNdx != 0) && (cellNdx % numCols == 0); in generateGrid() local
382 if (nextRow) in generateGrid()