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

  /external/deqp/framework/common/
tcuTexLookupVerifier.hpp 109 Vec2 computeCubeLodBoundsFromDerivates (const Vec3& coord, const Vec3& coordDx, const Vec3& coordDy, const int faceSize, const LodPrecision& prec);
tcuTexLookupVerifier.cpp     [all...]
  /frameworks/rs/
rsAllocation.cpp 800 uint32_t faceSize = t->getDimX();
801 uint32_t strideBytes = faceSize * 6 * t->getElementSizeBytes();
802 uint32_t copySize = faceSize * t->getElementSizeBytes();
806 for (uint32_t dI = 0; dI < faceSize; dI ++) {
    [all...]
  /external/deqp/framework/opengl/
gluTextureTestUtil.cpp 571 static float computeCubeLodFromDerivates (LodMode lodMode, const tcu::Vec3& coord, const tcu::Vec3& coordDx, const tcu::Vec3& coordDy, const int faceSize)
601 const float dudx = float(faceSize) * 0.5f * (scdx*ma - sc*madx) / (ma*ma);
602 const float dvdx = float(faceSize) * 0.5f * (tcdx*ma - tc*madx) / (ma*ma);
603 const float dudy = float(faceSize) * 0.5f * (scdy*ma - sc*mady) / (ma*ma);
604 const float dvdy = float(faceSize) * 0.5f * (tcdy*ma - tc*mady) / (ma*ma);
    [all...]

Completed in 279 milliseconds