OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:minComp
(Results
1 - 2
of
2
) sorted by null
/external/deqp/framework/referencerenderer/
rrFragmentOperations.cpp
501
inline float
minComp
(const Vec3& v)
518
return maxComp(rgb) -
minComp
(rgb);
527
const float minC =
minComp
(color);
540
const float minbase =
minComp
(cbase);
[
all
...]
/external/deqp/framework/common/
tcuTexLookupVerifier.cpp
127
static T
minComp
(const Vector<T, Size>& vec)
153
const float step = de::max(
minComp
(minStep), 1.0f / float(maxSteps));
171
const float step = de::max(
minComp
(minStep), 1.0f / float(maxSteps));
182
const float step =
minComp
(minStep);
193
const float step =
minComp
(minStep);
[
all
...]
Completed in 46 milliseconds