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

  /external/deqp/framework/common/
tcuTexLookupVerifier.hpp 106 Vec2 computeLodBoundsFromDerivates (const float dudx, const float dudy, const LodPrecision& prec);
107 Vec2 computeLodBoundsFromDerivates (const float dudx, const float dvdx, const float dudy, const float dvdy, const LodPrecision& prec);
108 Vec2 computeLodBoundsFromDerivates (const float dudx, const float dvdx, const float dwdx, const float dudy, const float dvdy, const float dwdy, const LodPrecision& prec);
tcuTexLookupVerifier.cpp     [all...]
  /external/deqp/framework/opengl/
gluTextureTestUtil.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ycbcr/
vktYCbCrImageQueryTests.cpp 631 const Vec2 lodBounds (tcu::computeLodBoundsFromDerivates(dtdp.x(), 0.0f, 0.0f, dtdp.y(), lodPrec));

Completed in 199 milliseconds