Searched refs:toSubpixelCoord (Results 1 - 1 of 1) sorted by relevance
/third_party/vk-gl-cts/framework/referencerenderer/ |
H A D | rrRasterizer.cpp | 31 inline deInt64 toSubpixelCoord (float v, int bits) in toSubpixelCoord() function 36 inline deInt64 toSubpixelCoord (deInt32 v, int bits) in toSubpixelCoord() function 123 return tcu::Vector<deInt64,2>(toSubpixelCoord(v.x(), bits), toSubpixelCoord(v.y(), bits)); in toSubpixelVector() 128 return tcu::Vector<deInt64,2>(toSubpixelCoord(v.x(), bits), toSubpixelCoord(v.y(), bits)); in toSubpixelVector() 473 const deInt64 x0 = toSubpixelCoord(v0.x(), m_subpixelBits); in init() 474 const deInt64 y0 = toSubpixelCoord(v0.y(), m_subpixelBits); in init() 475 const deInt64 x1 = toSubpixelCoord(v1.x(), m_subpixelBits); in init() 476 const deInt64 y1 = toSubpixelCoord(v in init() [all...] |
Completed in 2 milliseconds