Home
last modified time | relevance | path

Searched refs:outputValue (Results 1 – 7 of 7) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fShaderAtomicOpTests.cpp305 …const int outputValue = *(const deInt32*)((const deUint8*)outputs + outputStride*(groupOffset+loc… in verify() local
307 if (!de::inRange(outputValue, (int)m_initialValue, valueSum-inputValue)) in verify()
311 << "], got " << outputValue in verify()
316 if (outValues.find(outputValue) != outValues.end()) in verify()
319 << ": found duplicate value " << outputValue in verify()
324 outValues.insert(outputValue); in verify()
325 if (outputValue == valueSum-inputValue) in verify()
464 …const deUint32 outputValue = *(const deUint32*)((const deUint8*)outputs + outputStride*(groupOffse… in verify() local
466 if (!containsAfterUintCast(inValues, outputValue, m_precision) && in verify()
467 !intEqualsAfterUintCast((deInt32)m_initialValue, outputValue, m_precision)) in verify()
[all …]
/external/icu/icu4c/source/test/perf/perldriver/
DOutput.pm84 sub outputValue { subroutine
354 outputValue($noopers[0]);
373 outputValue($noevents[$j]);
/external/icu/icu4j/perf-tests/perldriver/
DOutput.pm82 sub outputValue { subroutine
352 outputValue($noopers[0]);
371 outputValue($noevents[$j]);
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesImageSparseResidency.cpp630 const tcu::UVec4 outputValue = pixelBuffer.getPixelUint(offsetX, offsetY, offsetZ); in iterate() local
632 …if (deMemCmp(&outputValue, &referenceValue, sizeof(deUint32) * getNumUsedChannels(m_format.order))… in iterate()
643 const tcu::UVec4 outputValue = pixelBuffer.getPixelUint(offsetX, offsetY, offsetZ); in iterate() local
645 …if (deMemCmp(&outputValue, &referenceValue, sizeof(deUint32) * getNumUsedChannels(m_format.order))… in iterate()
661 const tcu::UVec4 outputValue = pixelBuffer.getPixelUint(offsetX, offsetY, offsetZ); in iterate() local
663 …if (deMemCmp(&outputValue, &referenceValue, sizeof(deUint32) * getNumUsedChannels(m_format.order))… in iterate()
DvktSparseResourcesImageMemoryAliasing.cpp646 const tcu::UVec4 outputValue = pixelBuffer.getPixelUint(offsetX, offsetY, offsetZ); in iterate() local
648 …if (deMemCmp(&outputValue, &referenceValue, sizeof(deUint32) * getNumUsedChannels(m_format.order))… in iterate()
/external/fonttools/Lib/fontTools/designspaceLib/
D__init__.py471 for inputValue, outputValue in axisObject.map:
474 mapElement.attrib['output'] = self.intOrFloat(outputValue)
1240 for inputValue, outputValue in axis.map:
1241 newOutputValue = self.normalizeLocation({axis.name: outputValue}).get(axis.name)
/external/deqp/external/openglcts/modules/common/
DglcPackedPixelsTests.cpp2500 int outputValue = outputBufferInt[NUM_FLOAT_PIXEL_COUNT * i + j]; in compare() local
2519 if (inputValue != outputValue) in compare()
2523 << " == " << outputValue << ": not equal." << tcu::TestLog::EndMessage; in compare()
2530 unsigned int outputValue = outputBufferUint[NUM_FLOAT_PIXEL_COUNT * i + j + 6]; in compare() local
2540 if (inputValue != outputValue) in compare()
2544 << " == " << outputValue << ": not equal." << tcu::TestLog::EndMessage; in compare()
2551 float outputValue = outputBufferFloat[NUM_FLOAT_PIXEL_COUNT * i + j + 12]; in compare() local
2585 if (deFloatAbs(inputValue - outputValue) > epsilon) in compare()
2590 << " == " << outputValue << ": not equal." << tcu::TestLog::EndMessage; in compare()