OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vBounds1
(Results
1 - 2
of
2
) sorted by null
/external/deqp/framework/common/
tcuTexLookupVerifier.cpp
807
const Vec2
vBounds1
= computeNonNormalizedCoordBounds(sampler.normalizedCoords, h1, coord.y(), prec.coordBits.y(), prec.uvwBits.y());
816
const int minJ1 = deFloorFloatToInt32(
vBounds1
.x());
817
const int maxJ1 = deFloorFloatToInt32(
vBounds1
.y());
858
const Vec2
vBounds1
= computeNonNormalizedCoordBounds(sampler.normalizedCoords, h1, coord.y(), prec.coordBits.y(), prec.uvwBits.y());
869
const int minJ1 = deFloorFloatToInt32(
vBounds1
.x());
870
const int maxJ1 = deFloorFloatToInt32(
vBounds1
.y());
[
all
...]
tcuTexCompareVerifier.cpp
639
const Vec2
vBounds1
= computeNonNormalizedCoordBounds(sampler.normalizedCoords, h1, coord.y(), prec.coordBits.y(), prec.uvwBits.y());
648
const int minJ1 = deFloorFloatToInt32(
vBounds1
.x());
649
const int maxJ1 = deFloorFloatToInt32(
vBounds1
.y());
696
const Vec2
vBounds1
= computeNonNormalizedCoordBounds(sampler.normalizedCoords, h1, coord.y(), prec.coordBits.y(), prec.uvwBits.y());
705
const int minJ1 = deFloorFloatToInt32(
vBounds1
.x()-0.5f);
706
const int maxJ1 = deFloorFloatToInt32(
vBounds1
.y()-0.5f);
736
const float minB1 = de::clamp((
vBounds1
.x()-0.5f)-float(j1), 0.0f, 1.0f);
737
const float maxB1 = de::clamp((
vBounds1
.y()-0.5f)-float(j1), 0.0f, 1.0f);
[
all
...]
Completed in 207 milliseconds