Lines Matching defs:scissors
1984 std::vector<VkRect2D> scissors;
2028 scissors.push_back(makeRect2D(fbExtent));
2214 scissors,
2295 scissors,
2834 renderPass.begin(vkd, cmdBuffer, scissors.at(0u), clearColor);
3089 // We will later run each pipeline to draw a pixel in a framebuffer (using viewports and scissors) to end up with 4 distinct colors.
3346 // Create pipelines using shader module ids. These will actually be run. Note the changing viewports and scissors.
3349 std::vector<VkRect2D> scissors;
3364 scissors.emplace_back(makeRect2D(static_cast<int32_t>(col), static_cast<int32_t>(row), 1u, 1u));
3375 std::vector<VkRect2D>(1u, scissors.back()),