OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:outputValue
(Results
1 - 6
of
6
) sorted by null
/external/icu/icu4c/source/test/perf/perldriver/
Output.pm
84
sub
outputValue
{
354
outputValue
($noopers[0]);
373
outputValue
($noevents[$j]);
/external/icu/icu4j/perf-tests/perldriver/
Output.pm
82
sub
outputValue
{
352
outputValue
($noopers[0]);
371
outputValue
($noevents[$j]);
/external/deqp/modules/gles31/functional/
es31fShaderAtomicOpTests.cpp
305
const int
outputValue
= *(const deInt32*)((const deUint8*)outputs + outputStride*(groupOffset+localNdx));
307
if (!de::inRange(
outputValue
, (int)m_initialValue, valueSum-inputValue))
311
<< "], got " <<
outputValue
316
if (outValues.find(
outputValue
) != outValues.end())
319
<< ": found duplicate value " <<
outputValue
324
outValues.insert(
outputValue
);
325
if (
outputValue
== valueSum-inputValue)
464
const deUint32
outputValue
= *(const deUint32*)((const deUint8*)outputs + outputStride*(groupOffset+localNdx));
466
if (!containsAfterUintCast(inValues,
outputValue
, m_precision) &&
467
!intEqualsAfterUintCast((deInt32)m_initialValue,
outputValue
, m_precision)
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesImageMemoryAliasing.cpp
646
const tcu::UVec4
outputValue
= pixelBuffer.getPixelUint(offsetX, offsetY, offsetZ);
648
if (deMemCmp(&
outputValue
, &referenceValue, sizeof(deUint32) * getNumUsedChannels(m_format.order)) != 0)
[
all
...]
vktSparseResourcesImageSparseResidency.cpp
630
const tcu::UVec4
outputValue
= pixelBuffer.getPixelUint(offsetX, offsetY, offsetZ);
632
if (deMemCmp(&
outputValue
, &referenceValue, sizeof(deUint32) * getNumUsedChannels(m_format.order)) != 0)
643
const tcu::UVec4
outputValue
= pixelBuffer.getPixelUint(offsetX, offsetY, offsetZ);
645
if (deMemCmp(&
outputValue
, &referenceValue, sizeof(deUint32) * getNumUsedChannels(m_format.order)) != 0)
661
const tcu::UVec4
outputValue
= pixelBuffer.getPixelUint(offsetX, offsetY, offsetZ);
663
if (deMemCmp(&
outputValue
, &referenceValue, sizeof(deUint32) * getNumUsedChannels(m_format.order)) != 0)
[
all
...]
/external/deqp/external/openglcts/modules/common/
glcPackedPixelsTests.cpp
[
all
...]
Completed in 1118 milliseconds