OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:coordDx
(Results
1 - 3
of
3
) sorted by null
/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)
595
const float scdx =
coordDx
[sNdx];
596
const float tcdx =
coordDx
[tNdx];
597
const float madx = de::abs(
coordDx
[maNdx]);
645
const tcu::Vec3
coordDx
(triDerivateX(triS[triNdx], triW[triNdx], wx, dstW, triNy),
652
const float lod = de::clamp(computeCubeLodFromDerivates(params.lodMode, coord,
coordDx
, coordDy, srcSize) + lodBias, params.minLod, params.maxLod);
[
all
...]
/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
...]
Completed in 96 milliseconds