Home
last modified time | relevance | path

Searched refs:outputValue (Results 1 – 6 of 6) 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.cpp599 const tcu::UVec4 outputValue = pixelBuffer.getPixelUint(offsetX, offsetY, offsetZ); in iterate() local
601 …if (deMemCmp(&outputValue, &referenceValue, sizeof(deUint32) * getNumUsedChannels(m_format.order))… in iterate()
612 const tcu::UVec4 outputValue = pixelBuffer.getPixelUint(offsetX, offsetY, offsetZ); in iterate() local
614 …if (deMemCmp(&outputValue, &referenceValue, sizeof(deUint32) * getNumUsedChannels(m_format.order))… in iterate()
630 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()
DvktSparseResourcesImageMemoryAliasing.cpp613 const tcu::UVec4 outputValue = pixelBuffer.getPixelUint(offsetX, offsetY, offsetZ); in iterate() local
615 …if (deMemCmp(&outputValue, &referenceValue, sizeof(deUint32) * getNumUsedChannels(m_format.order))… in iterate()
/external/pdfium/xfa/fxfa/fm2js/
Dxfa_fm2jscontext.h442 CFX_ByteString& outputValue);