OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:resultMax
(Results
1 - 6
of
6
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/texture/
vktSampleVerifierUtil.cpp
621
float&
resultMax
)
627
resultMax
= (float) fpInterval.hi();
635
float&
resultMax
)
651
resultMax
= (float) resultInterval.hi();
776
Vec4&
resultMax
)
829
resultMax
[compNdx] = 0.0f;
834
resultMax
[compNdx] = 1.0f;
881
convertNormalizedInt(chanVal, chanBits, isSigned, internalFormat, resultMin[compNdx],
resultMax
[compNdx]);
890
Vec4&
resultMax
)
903
resultMax
[compNdx] = 0.0f
[
all
...]
vktSampleVerifier.hpp
192
tcu::Vec4&
resultMax
) const;
198
tcu::Vec4&
resultMax
) const;
205
tcu::Vec4&
resultMax
) const;
212
tcu::Vec4&
resultMax
) const;
219
tcu::Vec4&
resultMax
) const;
226
tcu::Vec4&
resultMax
) const;
vktSampleVerifier.cpp
97
Vec4&
resultMax
) const
114
convertFormat(pixelPtr, mapVkFormat(m_imParams.format), m_conversionPrecision, resultMin,
resultMax
);
124
DE_ASSERT(de::inRange(refPix[c], resultMin[c],
resultMax
[c]));
133
Vec4&
resultMax
) const
220
resultMax
[compNdx] = compMax;
258
resultMax
= Vec4(0.0f, 0.0f, 0.0f, 0.0f);
264
resultMax
= Vec4(0.0f, 0.0f, 0.0f, 1.0f);
270
resultMax
= Vec4(1.0f, 1.0f, 1.0f, 1.0f);
286
fetchTexelWrapped(coord, layer, level, resultMin,
resultMax
);
295
Vec4&
resultMax
) cons
[
all
...]
vktSampleVerifierUtil.hpp
106
tcu::Vec4&
resultMax
);
/cts/tests/tests/media/src/android/media/cts/
AudioTrackLatencyTest.java
106
int
resultMax
= track.setBufferSizeInFrames(Integer.MAX_VALUE);
107
assertTrue(TEST_NAME + ": set MAX_VALUE, >",
resultMax
> resultZero);
108
assertTrue(TEST_NAME + ": set MAX_VALUE, <=",
resultMax
<= bufferCapacity);
109
assertEquals(TEST_NAME + ": should match
resultMax
",
110
resultMax
, track.getBufferSizeInFrames());
114
assertTrue(TEST_NAME + ": set middle, <=", resultMiddle <
resultMax
);
475
int
resultMax
= track.setBufferSizeInFrames(bufferCapacity);
/cts/tests/tests/renderscript/src/android/renderscript/cts/
CoreMathVerifier.java
[
all
...]
Completed in 397 milliseconds