Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gles31/
Des31cDrawIndirectTests.cpp612 float LinesOffsetY(unsigned int i, float rasterSize) in LinesOffsetY() argument
618 return -1.0f + rasterSize * static_cast<float>(i) + rasterSize / 2 + rasterSize / 16; in LinesOffsetY()
624 float rasterSize = 2.0f / static_cast<float>(getWindowHeight()); in LinesGen() local
627 float offsetY = LinesOffsetY(i, rasterSize); in LinesGen()
635 float rasterSize = 2.0f / static_cast<float>(getWindowHeight()); in LinesAdjacencyGen() local
638 float offsetY = LinesOffsetY(i, rasterSize); in LinesAdjacencyGen()
648 float rasterSize = 2.0f / static_cast<float>(getWindowHeight()); in LineStripAdjacencyGen() local
649 output.push_back(tcu::Vec4(-1.5f, rasterSize / 2, 0.0f, 1.0f)); in LineStripAdjacencyGen()
652 float offsetY = LinesOffsetY(i, rasterSize); in LineStripAdjacencyGen()
658 output.push_back(tcu::Vec4(1.5f, 1.0f - rasterSize / 2, 0.0f, 1.0f)); in LineStripAdjacencyGen()