HomeSort by relevance Sort by last modified time
    Searched refs:fixedScale (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles2/functional/
es2fClippingTests.cpp 352 const deInt64 fixedScale = 64;
356 const tcu::Vector<deInt64, 3> pfixed = tcu::Vector<deInt64, 3>(deFloorFloatToInt32(p.x() * fixedScale), deFloorFloatToInt32(p.y() * fixedScale), deFloorFloatToInt32(p.z() * fixedScale));
    [all...]
  /external/deqp/modules/gles3/functional/
es3fClippingTests.cpp 355 const deInt64 fixedScale = 64;
359 const tcu::Vector<deInt64, 3> pfixed = tcu::Vector<deInt64, 3>(deFloorFloatToInt32(p.x() * fixedScale), deFloorFloatToInt32(p.y() * fixedScale), deFloorFloatToInt32(p.z() * fixedScale));
    [all...]

Completed in 51 milliseconds