OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uBounds
(Results
1 - 2
of
2
) sorted by null
/external/deqp/framework/common/
tcuTexLookupVerifier.cpp
504
const Vec2
uBounds
= computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth(), coordX, prec.coordBits.x(), prec.uvwBits.x());
506
const int minI = deFloorFloatToInt32(
uBounds
.x());
507
const int maxI = deFloorFloatToInt32(
uBounds
.y());
529
const Vec2
uBounds
= computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth(), coord.x(), prec.coordBits.x(), prec.uvwBits.x());
533
const int minI = deFloorFloatToInt32(
uBounds
.x());
534
const int maxI = deFloorFloatToInt32(
uBounds
.y());
563
const Vec2
uBounds
= computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth(), coord.x(), prec.coordBits.x(), prec.uvwBits.x());
568
const int minI = deFloorFloatToInt32(
uBounds
.x());
569
const int maxI = deFloorFloatToInt32(
uBounds
.y());
604
const Vec2
uBounds
= computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth(), coordX, prec.coord (…)
[
all
...]
tcuTexCompareVerifier.cpp
526
const Vec2
uBounds
= computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth(), coord.x(), prec.coordBits.x(), prec.uvwBits.x());
530
const int minI = deFloorFloatToInt32(
uBounds
.x());
531
const int maxI = deFloorFloatToInt32(
uBounds
.y());
561
const Vec2
uBounds
= computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth(), coord.x(), prec.coordBits.x(), prec.uvwBits.x());
565
const int minI = deFloorFloatToInt32(
uBounds
.x()-0.5f);
566
const int maxI = deFloorFloatToInt32(
uBounds
.y()-0.5f);
586
const float minA = de::clamp((
uBounds
.x()-0.5f)-float(i), 0.0f, 1.0f);
587
const float maxA = de::clamp((
uBounds
.y()-0.5f)-float(i), 0.0f, 1.0f);
[
all
...]
Completed in 50 milliseconds