Searched refs:lineNormalDir (Results 1 - 3 of 3) sorted by relevance
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuRasterizationVerifier.cpp | 959 const tcu::Vec2 lineNormalDir = (strictMode || scene.isRectangular) ? tcu::Vec2(lineDir.y(), -lineDir.x()) 1026 l0 + lineNormalDir * halfLineWidth, 1027 l0 - lineNormalDir * halfLineWidth, 1028 l1 - lineNormalDir * halfLineWidth, 1029 l1 + lineNormalDir * halfLineWidth, 1058 lineScreenSpace[0] + lineNormalDir * halfLineWidth, 1059 lineScreenSpace[0] - lineNormalDir * halfLineWidth, 1060 lineScreenSpace[1] - lineNormalDir * halfLineWidth, 1061 lineScreenSpace[1] + lineNormalDir * halfLineWidth, 1138 const tcu::Vec2 lineNormalDir [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/clipping/ |
H A D | vktClippingTests.cpp | 982 const tcu::Vec4 lineNormalDir = (strictLines) ? tcu::Vec4(lineDir.y(), -lineDir.x(), 0.0f, 0.0f) // Line caps are perpendicular to the direction of the line segment. in testWideLines() local 987 tcu::Vec4(vertices[vertexNdx0] + lineNormalDir * halfWidth), in testWideLines() 988 tcu::Vec4(vertices[vertexNdx0] - lineNormalDir * halfWidth), in testWideLines() 989 tcu::Vec4(vertices[vertexNdx1] - lineNormalDir * halfWidth), in testWideLines() 990 tcu::Vec4(vertices[vertexNdx1] + lineNormalDir * halfWidth) in testWideLines()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/clipping/ |
H A D | vktClippingTests.cpp | 982 const tcu::Vec4 lineNormalDir = (strictLines) ? tcu::Vec4(lineDir.y(), -lineDir.x(), 0.0f, 0.0f) // Line caps are perpendicular to the direction of the line segment. in testWideLines() local 987 tcu::Vec4(vertices[vertexNdx0] + lineNormalDir * halfWidth), in testWideLines() 988 tcu::Vec4(vertices[vertexNdx0] - lineNormalDir * halfWidth), in testWideLines() 989 tcu::Vec4(vertices[vertexNdx1] - lineNormalDir * halfWidth), in testWideLines() 990 tcu::Vec4(vertices[vertexNdx1] + lineNormalDir * halfWidth) in testWideLines()
|
Completed in 8 milliseconds