Searched refs:outputValue (Results 1 – 6 of 6) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fShaderAtomicOpTests.cpp | 305 …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/ |
D | Output.pm | 84 sub outputValue { subroutine 354 outputValue($noopers[0]); 373 outputValue($noevents[$j]);
|
/external/icu/icu4j/perf-tests/perldriver/ |
D | Output.pm | 82 sub outputValue { subroutine 352 outputValue($noopers[0]); 371 outputValue($noevents[$j]);
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesImageSparseResidency.cpp | 599 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()
|
D | vktSparseResourcesImageMemoryAliasing.cpp | 613 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/ |
D | xfa_fm2jscontext.h | 442 CFX_ByteString& outputValue);
|