Home
last modified time | relevance | path

Searched refs:result (Results 9026 - 9050 of 10911) sorted by relevance

1...<<361362363364365366367368369370>>...437

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageSampleDrawnCubeFaceTests.cpp428 // Read the result buffer data in iterate()
440 bool result = true; in iterate() local
449 result = false; in iterate()
457 if (result) in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassTestsUtil.cpp746 de::MovePtr<VkRenderPassInputAttachmentAspectCreateInfo> result (DE_NULL); in createRenderPassInputAttachmentAspectCreateInfo()
759 result = de::MovePtr<VkRenderPassInputAttachmentAspectCreateInfo>(new VkRenderPassInputAttachmentAspectCreateInfo(inputAspectCreateInfo)); in createRenderPassInputAttachmentAspectCreateInfo()
762 return result; in createRenderPassInputAttachmentAspectCreateInfo()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiFullScreenExclusiveTests.cpp434 VkResult result = vkd.createSwapchainKHR(device, &swapchainInfo, DE_NULL, &object); in fullScreenExclusiveTest() local
435 if (result == VK_ERROR_INITIALIZATION_FAILED && testParams.fseType == VK_FULL_SCREEN_EXCLUSIVE_APPLICATION_CONTROLLED_EXT) in fullScreenExclusiveTest()
444 VK_CHECK(result); in fullScreenExclusiveTest()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiFillBufferTests.cpp204 result);
307 result) in checkTestResult()
313 if (!tcu::intThresholdCompare(m_context.getTestContext().getLog(), "Compare", "Result comparsion", expected, result, threshold, tcu::COMPARE_LOG_RESULT)) in checkTestResult()
305 checkTestResult(tcu::ConstPixelBufferAccess result) checkTestResult() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageAstcDecodeModeTests.cpp367 deUint8* result = static_cast<deUint8*>(resultAlloc.getHostPtr()); in iterate() local
370 // expected result should be around 128 (if reference is same as tested mode then we return 0.5) in iterate()
371 if ((result[i] < 100) || (result[i] > 150)) in iterate()
446 << "layout (binding = 2, " << formatQualifierStr << ") writeonly uniform " << imageTypeStr << " result;\n" in initPrograms()
463 src << " imageStore(result, pos, vec4(result_color));\n" in initPrograms()
H A DvktImageSampleDrawnCubeFaceTests.cpp428 // Read the result buffer data in iterate()
440 bool result = true; in iterate() local
449 result = false; in iterate()
457 if (result) in iterate()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DShader.cpp36 std::vector<VarT> result; in GetActiveShaderVariables() local
42 result.push_back(var); in GetActiveShaderVariables()
45 return result; in GetActiveShaderVariables()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/
H A DReplaceForShaderFramebufferFetch.cpp406 TIntermTyped *result = subpassLoadFuncCall; in assignSubpassLoad() local
415 result = new TIntermSwizzle(subpassLoadFuncCall, fieldOffsets); in assignSubpassLoad()
418 return new TIntermBinary(EOpAssign, resultVar, result); in assignSubpassLoad()
636 // Declare the variables which store the result of subpassLoad function in ReplaceLastFragData()
/third_party/vk-gl-cts/executor/tools/
H A DxeCommandLineExecutor.cpp424 // Parse result data if such exists. in printBatchResultSummary()
428 xe::TestCaseResult result; in printBatchResultSummary() local
431 xe::parseTestCaseResultFromData(&parser, &result, *resultData.get()); in printBatchResultSummary()
432 statusCode = result.statusCode; in printBatchResultSummary()
599 // Initialize batch result. in runExecutor()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DSecondaryCommandBuffer.cpp613 std::stringstream result; in dumpCommands() local
619 result << GetCommandString(currentCommand->id) << separator; in dumpCommands()
622 return result.str(); in dumpCommands()
/third_party/skia/src/gpu/ops/
H A DFillRectOp.cpp145 auto result = fHelper.finalizeProcessors(caps, clip, clampType, coverage, &quadColors); variable
168 if (fColorType == ColorType::kNone && !result.hasColorFragmentProcessor()) {
172 return result;
/third_party/skia/src/core/
H A DSkDevice.cpp355 sk_sp<SkSpecialImage> result = as_IFB(filter)->filterImage(ctx).imageAndOffset(&offset); in drawFilteredImage() local
356 if (result) { in drawFilteredImage()
359 this->drawSpecial(result.get(), deviceMatrixWithOffset, sampling, paint); in drawFilteredImage()
/third_party/skia/src/gpu/vk/
H A DGrVkImage.cpp517 VkResult result; in InitImageInfo() local
523 GR_VK_CALL_RESULT(gpu, result, CreateImage(gpu->device(), &imageCreateInfo, nullptr, &image)); in InitImageInfo()
524 if (result != VK_SUCCESS) { in InitImageInfo()
/third_party/skia/third_party/externals/jinja2/
H A Dlexer.py356 result = self.current
357 self.push(result)
359 return result
801 # if there is a internal parsing error which would result
/third_party/skia/third_party/externals/harfbuzz/util/
H A Dhb-subset.cc116 hb_blob_t *result = hb_face_reference_blob (new_face); in operator ()() local
117 write_file (output_file, result); in operator ()()
118 hb_blob_destroy (result); in operator ()()
/third_party/python/Modules/
H A D_posixsubprocess.c570 PyObject *result; in child_exec() local
678 result = PyObject_Call(preexec_fn, preexec_fn_args_tuple, NULL); in child_exec()
679 if (result == NULL) { in child_exec()
689 /* Py_DECREF(result); - We're about to exec so why bother? */ in child_exec()
/third_party/skia/third_party/externals/icu/source/common/
H A Duidna.cpp873 int32_t result=-1; in uidna_compare() local
907 result = compareCaseInsensitiveASCII(b1,b1Len,b2,b2Len); in uidna_compare()
918 return result; in uidna_compare()
/third_party/protobuf/js/binary/
H A Dreader.js978 * the result value, takes parameters (lowBits, highBits).
995 * the result value, takes parameters (lowBits, highBits).
1028 * the result value, takes parameters (lowBits, highBits).
1050 var result = [];
1053 result.push(decodeMethod.call(this.decoder_));
1055 return result;
/third_party/protobuf/src/google/protobuf/io/
H A Dtokenizer_unittest.cc182 uint64 result; in ParseInteger() local
183 EXPECT_TRUE(Tokenizer::ParseInteger(text, kuint64max, &result)); in ParseInteger()
184 return result; in ParseInteger()
898 // Check that control characters at end of input don't result in an
/third_party/python/Lib/test/
H A Dtest_heapq.py224 result = [i.pair for i in self.module.merge(*inputs)]
225 self.assertEqual(result, sorted(result))
/third_party/python/Lib/
H A Dtokenize.py90 result = {''}
96 result.add(''.join(u))
97 return result
H A Dtrace.py458 result = None
462 result = func(*args, **kw)
466 return result
499 # cache the result - assumption is that new.* is
/third_party/protobuf/src/google/protobuf/util/internal/
H A Ddefault_value_objectwriter.cc54 StatusOr<T> result = (DataPiece(value, true).*converter_fn)(); in ConvertTo()
55 return result.ok() ? result.value() : default_value; in ConvertTo()
/third_party/protobuf/src/google/protobuf/util/
H A Djson_util_test.cc71 std::string result; in ToJson() local
72 GOOGLE_CHECK_OK(MessageToJsonString(message, &result, options)); in ToJson()
73 return result; in ToJson()
/third_party/skia/third_party/externals/abseil-cpp/absl/status/
H A Dstatus_test.cc231 PayloadsVec result; in AllVisitedPayloads() local
234 result.push_back(std::make_pair(std::string(type_url), payload)); in AllVisitedPayloads()
237 return result; in AllVisitedPayloads()

Completed in 32 milliseconds

1...<<361362363364365366367368369370>>...437