Home
last modified time | relevance | path

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

/external/deqp/framework/referencerenderer/
DrrRasterizer.cpp31 inline deInt64 toSubpixelCoord (float v) in toSubpixelCoord() function
36 inline deInt64 toSubpixelCoord (deInt32 v) in toSubpixelCoord() function
123 return tcu::Vector<deInt64,2>(toSubpixelCoord(v.x()), toSubpixelCoord(v.y())); in toSubpixelVector()
128 return tcu::Vector<deInt64,2>(toSubpixelCoord(v.x()), toSubpixelCoord(v.y())); in toSubpixelVector()
472 const deInt64 x0 = toSubpixelCoord(v0.x()); in init()
473 const deInt64 y0 = toSubpixelCoord(v0.y()); in init()
474 const deInt64 x1 = toSubpixelCoord(v1.x()); in init()
475 const deInt64 y1 = toSubpixelCoord(v1.y()); in init()
476 const deInt64 x2 = toSubpixelCoord(v2.x()); in init()
477 const deInt64 y2 = toSubpixelCoord(v2.y()); in init()
[all …]