Home
last modified time | relevance | path

Searched refs:result (Results 17526 - 17550 of 24969) sorted by relevance

1...<<701702703704705706707708709710>>...999

/third_party/skia/src/sksl/codegen/
H A DSkSLPipelineStageCodeGenerator.cpp613 String result; in modifierString() local
615 result.append("const "); in modifierString()
619 result.append("inout "); in modifierString()
621 result.append("in "); in modifierString()
623 result.append("out "); in modifierString()
626 return result; in modifierString()
/third_party/skia/third_party/externals/icu/source/common/
H A Ducasemap.cpp138 /* append a full case mapping result, see UCASE_MAX_STRING_LENGTH */
140 appendResult(int32_t cpLength, int32_t result, const UChar *s, in appendResult() argument
144 /* decode the result */ in appendResult()
145 if(result<0) { in appendResult()
151 ByteSinkUtil::appendCodePoint(cpLength, ~result, sink); in appendResult()
154 if(result<=UCASE_MAX_STRING_LENGTH) { in appendResult()
155 // string: "result" is the UTF-16 length in appendResult()
156 return ByteSinkUtil::appendChange(cpLength, s, result, sink, edits, errorCode); in appendResult()
158 ByteSinkUtil::appendCodePoint(cpLength, result, sink, edits); in appendResult()
/third_party/python/Lib/lib2to3/
H A Drefactor.py549 result = []
558 result.extend(self.refactor_doctest(block, block_lineno,
570 result.extend(self.refactor_doctest(block, block_lineno,
574 result.append(line)
576 result.extend(self.refactor_doctest(block, block_lineno,
578 return "".join(result)
/third_party/python/Lib/
H A Dcalendar.py755 result = cal.formatyear(datetime.date.today().year, **optdict)
757 result = cal.formatyear(options.year, **optdict)
759 result = cal.formatmonth(options.year, options.month, **optdict)
762 result = result.encode(options.encoding)
764 write(result)
/third_party/protobuf/src/google/protobuf/
H A Dmap_entry_lite.h390 const bool result = entry_->MergePartialFromCodedStream(input); in MergePartialFromCodedStream() local
391 if (result) UseKeyAndValueFromEntry(); in MergePartialFromCodedStream()
392 return result; in MergePartialFromCodedStream()
479 const bool result = entry_->MergePartialFromCodedStream(input); variable
480 if (result) UseKeyAndValueFromEntry();
481 return result;
/third_party/rust/crates/rustix/src/backend/linux_raw/net/
H A Dsyscalls.rs98 let mut result = MaybeUninit::<[OwnedFd; 2]>::uninit(); variables
104 &mut result
106 let [fd0, fd1] = result.assume_init();
111 let mut result = MaybeUninit::<[OwnedFd; 2]>::uninit(); variables
119 (&mut result).into(),
122 let [fd0, fd1] = result.assume_init();
/third_party/spirv-tools/source/opt/
H A Dcopy_prop_arrays.cpp220 CopyPropagateArrays::GetSourceObjectIfAny(uint32_t result) {
221 Instruction* result_inst = context()->get_def_use_mgr()->GetDef(result);
281 std::unique_ptr<MemoryObject> result = GetSourceObjectIfAny(
284 if (!result) {
293 result->PushIndirection(components);
294 return result;
304 // are being combined in the same order, then the result is the same as the
748 // We treat an OpImageTexelPointer as a load. The result type should
H A Dgraphics_robust_access_pass.cpp25 // execution of a shader instruction) is the result of an OpVariable.
27 // - Instructions that result in pointers are:
117 // - The pointer is the result of an access chain instruction. We clamp
121 // the result of an OpArrayLength instruction acting on the pointer of
172 auto result = module_status_.failed in Process() local
177 return result; in Process()
182 // We don't really have a position, and we'll ignore the result. in Fail()
435 // UConvert requires the result type to have 0 signedness. So enforce in ClampIndicesForAccessChain()
457 // Use unsigned-min to ensure that the result is always non-negative. in ClampIndicesForAccessChain()
727 // Compute the type of the result o in MakeRuntimeArrayLengthInst()
1045 auto* result = where_inst->InsertBefore( InsertInst() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingBuildTests.cpp230 "layout(r32ui, set = 0, binding = 0) uniform uimage2D result;\n" in initPrograms()
234 " imageStore(result, ivec2(gl_LaunchIDEXT.xy), color);\n" in initPrograms()
246 "layout(r32ui, set = 0, binding = 0) uniform uimage2D result;\n" in initPrograms()
250 " imageStore(result, ivec2(gl_LaunchIDEXT.xy), color);\n" in initPrograms()
282 de::MovePtr<TopLevelAccelerationStructure> result = makeTopLevelAccelerationStructure(); variable
285 result->setInstanceCount(blases.size());
286 result->setBuildType(useGpuBuild ? VK_ACCELERATION_STRUCTURE_BUILD_TYPE_DEVICE_KHR : VK_ACCELERATION_STRUCTURE_BUILD_TYPE_HOST_KHR);
287 result->setDeferredOperation(m_data.deferredOperation, workerThreadsCount);
294 result->addInstance(blases[instanceNdx], vk::identityMatrix3x4, 0, 0xFF, instanceShaderBindingTableRecordOffset);
297 return TlasPtr(result
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fFboApiTest.cpp66 GLenum result = ctx.getError(); in checkError() local
67 testCtx.getLog() << TestLog::Message << "// " << (result == expect ? "Pass" : "Fail") << ", expected " << glu::getErrorStr(expect) << TestLog::EndMessage; in checkError()
69 if (result != expect) in checkError()
75 GLenum result = ctx.getError(); in checkEitherError() local
76 bool isOk = (result == expectA || result == expectB); in checkEitherError()
144 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Invalid result for attachment param query"); in checkFboAttachmentParam()
611 // Initialize result to PASS in iterate()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp1313 int result = appMgrProxy->GetAllRunningProcesses(runningList); in CleanBundleCacheFilesAutomatic() local
1314 if (result != ERR_OK) { in CleanBundleCacheFilesAutomatic()
1813 const DumpFlag flag, const std::string &bundleName, int32_t userId, std::string &result) in DumpInfos()
1822 ret = DumpAllBundleInfoNames(userId, result); in DumpInfos()
1826 ret = DumpBundleInfo(bundleName, userId, result); in DumpInfos()
1830 ret = DumpShortcutInfo(bundleName, userId, result); in DumpInfos()
1840 bool BundleMgrHostImpl::DumpAllBundleInfoNames(int32_t userId, std::string &result) in DumpAllBundleInfoNames() argument
1844 return DumpAllBundleInfoNamesByUserId(userId, result); in DumpAllBundleInfoNames()
1849 DumpAllBundleInfoNamesByUserId(userId, result); in DumpAllBundleInfoNames()
1856 bool BundleMgrHostImpl::DumpAllBundleInfoNamesByUserId(int32_t userId, std::string &result) in DumpAllBundleInfoNamesByUserId() argument
1812 DumpInfos( const DumpFlag flag, const std::string &bundleName, int32_t userId, std::string &result) DumpInfos() argument
1883 DumpBundleInfo( const std::string &bundleName, int32_t userId, std::string &result) DumpBundleInfo() argument
1923 DumpShortcutInfo( const std::string &bundleName, int32_t userId, std::string &result) DumpShortcutInfo() argument
2967 std::string result; Dump() local
[all...]
/kernel/linux/linux-5.10/drivers/scsi/
H A Ddc395x.c162 /* cmd->result */
988 cmd->result = DID_BAD_TARGET << 16; in dc395x_queue_command_lck()
1013 /* set callback and clear result in the command */ in dc395x_queue_command_lck()
1015 cmd->result = 0; in dc395x_queue_command_lck()
1252 cmd->result = DID_ABORT << 16; in dc395x_eh_abort()
3246 cmd->result = DID_BAD_TARGET << 16; in srb_done()
3253 cmd->result = in srb_done()
3256 /*SET_RES_DID(cmd->result,DID_OK) */ in srb_done()
3258 cmd->result = in srb_done()
3289 cmd->result in srb_done()
3394 int result; doing_srb_done() local
3425 int result; doing_srb_done() local
3968 u8 result = 0; trms1040_get_data() local
[all...]
/kernel/linux/linux-5.10/drivers/scsi/bfa/
H A Dbfa_svc.c1808 /* Clear virtual link to base port will result in link down */ in bfa_lps_cvl_event_cb()
1826 /* Clear virtual link to base port will result in link down */ in bfa_lps_cvl_event()
5725 memset(&dport->result, 0, sizeof(struct bfa_diag_dport_result_s)); in bfa_fcdiag_attach()
5749 struct bfa_diag_qtest_result_s *res = fcdiag->qtest.result; in bfa_fcdiag_queuetest_timeout()
5794 struct bfa_diag_qtest_result_s *res = fcdiag->qtest.result; in bfa_fcdiag_queuetest_comp()
5807 /* Check result */ in bfa_fcdiag_queuetest_comp()
5852 struct bfa_diag_loopback_result_s *res = fcdiag->lb.result; in bfa_fcdiag_loopback_comp()
5934 * @param[in] *result - pt to bfa_diag_loopback_result_t data struct
5943 struct bfa_diag_loopback_result_s *result, bfa_cb_diag_t cbfn, in bfa_fcdiag_loopback()
6029 fcdiag->lb.result in bfa_fcdiag_loopback()
5941 bfa_fcdiag_loopback(struct bfa_s *bfa, enum bfa_port_opmode opmode, enum bfa_port_speed speed, u32 lpcnt, u32 pat, struct bfa_diag_loopback_result_s *result, bfa_cb_diag_t cbfn, void *cbarg) bfa_fcdiag_loopback() argument
6053 bfa_fcdiag_queuetest(struct bfa_s *bfa, u32 force, u32 queue, struct bfa_diag_qtest_result_s *result, bfa_cb_diag_t cbfn, void *cbarg) bfa_fcdiag_queuetest() argument
6868 bfa_dport_show(struct bfa_s *bfa, struct bfa_diag_dport_result_s *result) bfa_dport_show() argument
[all...]
/kernel/linux/linux-6.6/drivers/scsi/bfa/
H A Dbfa_svc.c1802 /* Clear virtual link to base port will result in link down */ in bfa_lps_cvl_event_cb()
1820 /* Clear virtual link to base port will result in link down */ in bfa_lps_cvl_event()
5719 memset(&dport->result, 0, sizeof(struct bfa_diag_dport_result_s)); in bfa_fcdiag_attach()
5743 struct bfa_diag_qtest_result_s *res = fcdiag->qtest.result; in bfa_fcdiag_queuetest_timeout()
5788 struct bfa_diag_qtest_result_s *res = fcdiag->qtest.result; in bfa_fcdiag_queuetest_comp()
5801 /* Check result */ in bfa_fcdiag_queuetest_comp()
5846 struct bfa_diag_loopback_result_s *res = fcdiag->lb.result; in bfa_fcdiag_loopback_comp()
5928 * @param[in] *result - pt to bfa_diag_loopback_result_t data struct
5937 struct bfa_diag_loopback_result_s *result, bfa_cb_diag_t cbfn, in bfa_fcdiag_loopback()
6023 fcdiag->lb.result in bfa_fcdiag_loopback()
5935 bfa_fcdiag_loopback(struct bfa_s *bfa, enum bfa_port_opmode opmode, enum bfa_port_speed speed, u32 lpcnt, u32 pat, struct bfa_diag_loopback_result_s *result, bfa_cb_diag_t cbfn, void *cbarg) bfa_fcdiag_loopback() argument
6047 bfa_fcdiag_queuetest(struct bfa_s *bfa, u32 force, u32 queue, struct bfa_diag_qtest_result_s *result, bfa_cb_diag_t cbfn, void *cbarg) bfa_fcdiag_queuetest() argument
6862 bfa_dport_show(struct bfa_s *bfa, struct bfa_diag_dport_result_s *result) bfa_dport_show() argument
[all...]
/third_party/node/deps/v8/src/wasm/baseline/x64/
H A Dliftoff-assembler-x64.h558 LiftoffRegister result, StoreType type) { in AtomicAdd()
559 DCHECK(!cache_state()->is_used(result)); in AtomicAdd()
562 // code we generate. Therefore we copy {value} to {result} and use the in AtomicAdd()
563 // {result} register in the code below. in AtomicAdd()
564 movq(result.gp(), value.gp()); in AtomicAdd()
565 value = result; in AtomicAdd()
573 movzxbq(result.gp(), value.gp()); in AtomicAdd()
578 movzxwq(result.gp(), value.gp()); in AtomicAdd()
583 if (value != result) { in AtomicAdd()
584 movq(result in AtomicAdd()
556 AtomicAdd(Register dst_addr, Register offset_reg, uintptr_t offset_imm, LiftoffRegister value, LiftoffRegister result, StoreType type) AtomicAdd() argument
598 AtomicSub(Register dst_addr, Register offset_reg, uintptr_t offset_imm, LiftoffRegister value, LiftoffRegister result, StoreType type) AtomicSub() argument
652 AtomicBinop(LiftoffAssembler* lasm, void (Assembler::*opl)(Register, Register), void (Assembler::*opq)(Register, Register), Register dst_addr, Register offset_reg, uintptr_t offset_imm, LiftoffRegister value, LiftoffRegister result, StoreType type) AtomicBinop() argument
728 AtomicAnd(Register dst_addr, Register offset_reg, uintptr_t offset_imm, LiftoffRegister value, LiftoffRegister result, StoreType type) AtomicAnd() argument
735 AtomicOr(Register dst_addr, Register offset_reg, uintptr_t offset_imm, LiftoffRegister value, LiftoffRegister result, StoreType type) AtomicOr() argument
742 AtomicXor(Register dst_addr, Register offset_reg, uintptr_t offset_imm, LiftoffRegister value, LiftoffRegister result, StoreType type) AtomicXor() argument
749 AtomicExchange(Register dst_addr, Register offset_reg, uintptr_t offset_imm, LiftoffRegister value, LiftoffRegister result, StoreType type) AtomicExchange() argument
791 AtomicCompareExchange( Register dst_addr, Register offset_reg, uintptr_t offset_imm, LiftoffRegister expected, LiftoffRegister new_value, LiftoffRegister result, StoreType type) AtomicCompareExchange() argument
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fPrimitiveBoundingBoxTests.cpp351 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Unexpected query result");
1411 << "Verifying render result."
1956 << "Verifying render result:"
1973 const deUint8 result = scanRow(viewportSurface.getAccess(),
1982 if ((result & SCANRESULT_NUM_LINES_OK_BIT) == 0)
1984 if ((result & SCANRESULT_LINE_CONT_OK_BIT) == 0)
1986 if ((result & SCANRESULT_LINE_CONT_WARN_BIT) != 0)
1991 else if ((result & SCANRESULT_LINE_WIDTH_OK_BIT) == 0)
1998 else if ((result & SCANRESULT_LINE_WIDTH_ERR_BIT) == 0 &&
1999 (result
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_view_register.cpp830 auto result = NG::Inspector::SendEventByKey(key, action, params); in JsSendEventByKey() local
831 return panda::BooleanRef::New(vm, result); in JsSendEventByKey()
838 auto result = V2::Inspector::SendEventByKey(pipelineContext, key, action, params); in JsSendEventByKey() local
839 return panda::BooleanRef::New(vm, result); in JsSendEventByKey()
889 auto result = pipelineContext->GetTaskExecutor()->PostTask( in JsSendTouchEvent() local
892 return panda::BooleanRef::New(vm, result); in JsSendTouchEvent()
947 auto result = pipelineContext->GetTaskExecutor()->PostTask( in JsSendKeyEvent() local
950 return panda::BooleanRef::New(vm, result); in JsSendKeyEvent()
999 auto result = pipelineContext->GetTaskExecutor()->PostTask( in JsSendMouseEvent() local
1002 return panda::BooleanRef::New(vm, result); in JsSendMouseEvent()
1213 bool result = false; RequestFocus() local
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_install_checker_test.cpp2159 Security::Verify::HapVerifyResult result; in HWTEST_F() local
2160 hapVerifyRes.emplace_back(result); in HWTEST_F()
2199 Security::Verify::HapVerifyResult result; in HWTEST_F() local
2200 hapVerifyRes.emplace_back(result); in HWTEST_F()
2350 Security::Verify::HapVerifyResult result; in HWTEST_F() local
2351 hapVerifyRes.emplace_back(result); in HWTEST_F()
2409 Security::Verify::HapVerifyResult result; in HWTEST_F() local
2413 result.SetProvisionInfo(provisionInfo); in HWTEST_F()
2414 bool ret = installChecker.CheckEnterpriseBundle(result); in HWTEST_F()
2418 result in HWTEST_F()
2436 Security::Verify::HapVerifyResult result; HWTEST_F() local
[all...]
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/media_library_manager_test/src/
H A Dmedia_library_manager_test.cpp837 std::string result = manager.GetMovingPhotoImageUri(uri); in HWTEST_F() local
838 EXPECT_EQ(result, ""); in HWTEST_F()
844 std::string result = manager.GetMovingPhotoImageUri(uri); in HWTEST_F() local
845 EXPECT_EQ(result, uri); in HWTEST_F()
1124 * @tc.desc : check error result
1146 * @tc.desc : check error result
1333 * @tc.desc : check error result
1360 * @tc.desc : check error result
1950 * @tc.desc : check error result
1970 * @tc.desc : check error result
2025 auto result = manager.GetUriFromFilePath(filePath, fileUri, userId); HWTEST_F() local
2035 auto result = manager.GetUriFromFilePath(filePath, fileUri, userId); HWTEST_F() local
2044 auto result = manager.GetSandboxPath(path, size, isAstc); HWTEST_F() local
2055 auto result = manager.GetSandboxPath(path, size, isAstc); HWTEST_F() local
2066 auto result = manager.GetSandboxPath(path, size, isAstc); HWTEST_F() local
2077 auto result = manager.GetSandboxPath(path, size, isAstc); HWTEST_F() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H A Dqmi.c1988 if (resp.resp.result != QMI_RESULT_SUCCESS_V01) { in ath12k_qmi_host_cap_send()
1989 ath12k_warn(ab, "Host capability request failed, result: %d, err: %d\n", in ath12k_qmi_host_cap_send()
1990 resp.resp.result, resp.resp.error); in ath12k_qmi_host_cap_send()
2054 if (resp->resp.result != QMI_RESULT_SUCCESS_V01) { in ath12k_qmi_fw_ind_register_send()
2055 ath12k_warn(ab, "FW Ind register request failed, result: %d, err: %d\n", in ath12k_qmi_fw_ind_register_send()
2056 resp->resp.result, resp->resp.error); in ath12k_qmi_fw_ind_register_send()
2128 if (resp.resp.result != QMI_RESULT_SUCCESS_V01) { in ath12k_qmi_respond_fw_mem_request()
2135 ath12k_warn(ab, "Respond mem req failed, result: %d, err: %d\n", in ath12k_qmi_respond_fw_mem_request()
2136 resp.resp.result, resp.resp.error); in ath12k_qmi_respond_fw_mem_request()
2242 if (resp.resp.result ! in ath12k_qmi_request_target_cap()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DULocaleTest.java788 String result = ldn.localeDisplayName(badLocaleID); in TestUldnWithGarbage()
789 if (result.compareTo(expectedResult) != 0) { in TestUldnWithGarbage()
790 errln("FAIL: LocaleDisplayNames.localeDisplayName(String) for bad locale ID \"" + badLocaleID + "\", expected \"" + expectedResult + "\", got \"" + result + "\""); in TestUldnWithGarbage()
793 result = ldn.localeDisplayName(badLocale); in TestUldnWithGarbage()
794 if (result.compareTo(expectedResult) != 0) { in TestUldnWithGarbage()
795 errln("FAIL: LocaleDisplayNames.localeDisplayName(ULocale) for bad locale ID \"" + badLocaleID + "\", expected \"" + expectedResult + "\", got \"" + result + "\""); in TestUldnWithGarbage()
1156 public String result; in TestDisplayNames()
1164 result = res; in TestDisplayNames()
1229 String result = ldn.localeDisplayName(item.localeToBeNamed); in TestDisplayNames()
1230 if (!(item.result in TestDisplayNames()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureShadowTests.cpp155 const tcu::ConstPixelBufferAccess& result, in verifyTexCompareResult()
164 tcu::Surface reference (result.getWidth(), result.getHeight()); in verifyTexCompareResult()
165 tcu::Surface errorMask (result.getWidth(), result.getHeight()); in verifyTexCompareResult()
184 numFailedPixels = computeTextureCompareDiff(result, reference.getAccess(), errorMask.getAccess(), clampedSource, texCoord, sampleParams, comparePrec, lodPrec, nonShadowThreshold); in verifyTexCompareResult()
191 numFailedPixels = computeTextureCompareDiff(result, reference.getAccess(), errorMask.getAccess(), src, texCoord, sampleParams, comparePrec, lodPrec, nonShadowThreshold); in verifyTexCompareResult()
197 log << TestLog::ImageSet("VerifyResult", "Verification result") in verifyTexCompareResult()
198 << TestLog::Image("Rendered", "Rendered image", result); in verifyTexCompareResult()
627 tcu::Surface result (m_rendere in iterate()
154 verifyTexCompareResult(tcu::TestContext& testCtx, const tcu::ConstPixelBufferAccess& result, const TextureType& src, const float* texCoord, const ReferenceParams& sampleParams, const tcu::TexComparePrecision& comparePrec, const tcu::LodPrecision& lodPrec, const tcu::PixelFormat& pixelFormat) verifyTexCompareResult() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktTransformFeedbackFuzzLayoutCase.cpp1787 std::string result = validateValues(tfBufAllocation->getHostPtr()); in iterate() local
1789 if (!result.empty()) in iterate()
1790 return tcu::TestStatus::fail(result); in iterate()
1804 std::string result; in validateValue() local
1830 result = "Mismatch at offset " + de::toString(offset) + " expected " + de::toString(expected) + " received " + de::toString(received); in validateValue()
1840 result = "Mismatch at offset " + de::toString(offset) + " expected " + de::toString(expected) + " received " + de::toString(received); in validateValue()
1850 result = "Mismatch at offset " + de::toString(offset) + " expected " + de::toString(expected) + " received " + de::toString(received); in validateValue()
1860 result = "Mismatch at offset " + de::toString(offset) + " expected " + de::toString(expected) + " received " + de::toString(received); in validateValue()
1868 if (!result.empty()) in validateValue()
1870 result in validateValue()
1893 const std::string result = entry.validate ? validateValue(entry, &m_data[0], basePtr, recievedDataPtr) : ""; validateValues() local
[all...]
/third_party/python/Lib/test/
H A Dtest_types.py107 def test(f, result):
108 self.assertEqual(f.__format__('e'), result)
109 self.assertEqual('%e' % f, result)
227 def test(i, format_spec, result):
231 self.assertEqual(i.__format__(format_spec), result)
424 def test(f, format_spec, result):
425 self.assertEqual(f.__format__(format_spec), result)
426 self.assertEqual(format(f, format_spec), result)
465 result = f.__format__(fmt)
466 self.assertEqual(len(result), 9
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureShadowTests.cpp154 const tcu::ConstPixelBufferAccess& result, in verifyTexCompareResult()
163 tcu::Surface reference (result.getWidth(), result.getHeight()); in verifyTexCompareResult()
164 tcu::Surface errorMask (result.getWidth(), result.getHeight()); in verifyTexCompareResult()
182 numFailedPixels = computeTextureCompareDiff(result, reference.getAccess(), errorMask.getAccess(), clampedSource, texCoord, sampleParams, comparePrec, lodPrec, nonShadowThreshold); in verifyTexCompareResult()
189 numFailedPixels = computeTextureCompareDiff(result, reference.getAccess(), errorMask.getAccess(), src, texCoord, sampleParams, comparePrec, lodPrec, nonShadowThreshold); in verifyTexCompareResult()
195 log << TestLog::ImageSet("VerifyResult", "Verification result") in verifyTexCompareResult()
196 << TestLog::Image("Rendered", "Rendered image", result); in verifyTexCompareResult()
625 tcu::Surface result (m_rendere in iterate()
153 verifyTexCompareResult(tcu::TestContext& testCtx, const tcu::ConstPixelBufferAccess& result, const TextureType& src, const float* texCoord, const ReferenceParams& sampleParams, const tcu::TexComparePrecision& comparePrec, const tcu::LodPrecision& lodPrec, const tcu::PixelFormat& pixelFormat) verifyTexCompareResult() argument
[all...]

Completed in 75 milliseconds

1...<<701702703704705706707708709710>>...999