Home
last modified time | relevance | path

Searched defs:deInt64 (Results 1 – 3 of 3) sorted by relevance

/external/deqp/framework/referencerenderer/
DrrRasterizer.cpp132 static bool isTheCenterOfTheFragment (const tcu::Vector<deInt64,2>& a) in isTheCenterOfTheFragment()
150 static bool vertexOnLeftSideOfLine (const tcu::Vector<deInt64,2>& p, const SubpixelLineSegment& l) in vertexOnLeftSideOfLine()
159 static bool vertexOnRightSideOfLine (const tcu::Vector<deInt64,2>& p, const SubpixelLineSegment& l) in vertexOnRightSideOfLine()
168 static bool vertexOnLine (const tcu::Vector<deInt64,2>& p, const SubpixelLineSegment& l) in vertexOnLine()
177 static bool vertexOnLineSegment (const tcu::Vector<deInt64,2>& p, const SubpixelLineSegment& l) in vertexOnLineSegment()
193 static LINE_SIDE getVertexSide (const tcu::Vector<deInt64,2>& v, const SubpixelLineSegment& l) in getVertexSide()
209 bool lineInCornerAngleRange (const SubpixelLineSegment& line, const tcu::Vector<deInt64,2>& cornerE… in lineInCornerAngleRange()
222 bool lineInCornerOutsideAngleRange (const SubpixelLineSegment& line, const tcu::Vector<deInt64,2>& … in lineInCornerOutsideAngleRange()
234 bool doesLineSegmentExitDiamond (const SubpixelLineSegment& line, const tcu::Vector<deInt64,2>& dia… in doesLineSegmentExitDiamond()
/external/deqp/framework/delibs/debase/
DdeDefs.h168 typedef signed __int64 deInt64; typedef
187 typedef int64_t deInt64; typedef
/external/deqp/modules/glshared/
DglsRasterizationTestUtil.cpp46 bool lineLineIntersect (const tcu::Vector<deInt64, 2>& line0Beg, const tcu::Vector<deInt64, 2>& lin… in lineLineIntersect()