Searched defs:resultValue (Results 1 – 11 of 11) sorted by relevance
/external/vogar/src/vogar/ |
D | Driver.java | 225 ResultValue resultValue = outcome.getResultValue(expectation); in recordOutcome() local 239 run.console.printResult(outcome.getName(), result, resultValue, expectation); in recordOutcome() local
|
D | Console.java | 157 String outcomeName, Result result, ResultValue resultValue, Expectation expectation) { in printResult() 205 ResultValue resultValue = annotatedOutcome.getResultValue(); in summarizeOutcomes() local
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmComputeShaderTestUtil.hpp | 180 const deUint32 resultValue = *reinterpret_cast<deUint32*>(outputAllocs[0]->getHostPtr()); in compareWithRetvals() local 206 …s (const deUint32* inputValues, const size_t inputValuesCount, const deUint32 resultValue, const d… in compareRetVals()
|
/external/llvm-project/mlir/lib/Conversion/SCFToSPIRV/ |
D | SCFToSPIRV.cpp | 102 SmallVector<Value, 8> resultValue; in replaceSCFOutputValue() local
|
/external/deqp/external/openglcts/modules/glesext/texture_buffer/ |
D | esextcTextureBufferTextureBufferRange.cpp | 1218 const char* exptectedValue, const char* resultValue) in logError()
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageAtomicOperationTests.cpp | 1455 const void* resultValue = resultBuffer.getPixelPtr(x, y, z); in verifyResult() local 1543 bool BinaryAtomicEndResultInstance::isValueCorrect(const T resultValue, deInt32 x, deInt32 y, deInt… in isValueCorrect() argument
|
/external/llvm-project/mlir/tools/mlir-tblgen/ |
D | RewriterGen.cpp | 1012 std::string resultValue; in handleOpCreation() local
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureBorderClampTests.cpp | 1134 …const tcu::Vec4 resultValue = (resultPixel - samplerParams.colorBias) / samplerParams.colorScal… in verifyTextureGatherResult() local 1198 const tcu::Vec4 resultValue = renderedFrame.getPixel(px, py); in verifyTextureGatherCmpResult() local
|
D | es31fShaderImageLoadStoreTests.cpp | 2730 const deUint32 resultValue = resultSlice.getPixelUint(0, 0).x(); in operator ()() local
|
/external/skia/src/sksl/ |
D | SkSLParser.cpp | 779 SKSL_INT resultValue; in layoutInt() local
|
/external/cldr/tools/java/org/unicode/cldr/util/props/ |
D | UnicodeProperty.java | 549 String resultValue = (String) result.getValue(i); in _getUnicodeMap() local
|