Home
last modified time | relevance | path

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

/external/deqp/framework/referencerenderer/
DrrRasterizer.cpp1036 const tcu::Vec4 normal4 = tcu::Vec4(normal2.x(), normal2.y(), 0, 0); in init() local
1039 const tcu::Vec4 p0 = v0 + normal4 * offset; in init()
1040 const tcu::Vec4 p1 = v0 - normal4 * offset; in init()
1041 const tcu::Vec4 p2 = v1 - normal4 * offset; in init()
1042 const tcu::Vec4 p3 = v1 + normal4 * offset; in init()