Home
last modified time | relevance | path

Searched refs:result (Results 7826 - 7850 of 10825) sorted by relevance

1...<<311312313314315316317318319320>>...433

/third_party/spirv-tools/source/opt/
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()
/third_party/protobuf/src/google/protobuf/
H A Dmap_test.cc1091 int result = 0; in Int() local
1092 std::istringstream(value) >> result; in Int()
1093 return result; in Int()
1536 std::unordered_map<int32, int32> result; in TEST_F() local
1544 result[key] = value; in TEST_F()
1548 for (std::unordered_map<int32, int32>::const_iterator it = result.begin(); in TEST_F()
1549 it != result.end(); ++it) { in TEST_F()
1556 std::unordered_map<int32, double> result; in TEST_F() local
1564 result[key] = value; in TEST_F()
1568 for (std::unordered_map<int32, double>::const_iterator it = result in TEST_F()
1576 std::unordered_map<std::string, std::string> result; TEST_F() local
1597 std::map<int32, ForeignMessage> result; TEST_F() local
[all...]
/third_party/node/deps/v8/src/wasm/baseline/loong64/
H A Dliftoff-assembler-loong64.h54 // 2 | (result address) | or parameter 0
590 ExtractBits(result.gp(), temp1, temp3, size, false); \
591 bin_instr(temp2, result.gp(), Operand(value.gp())); \
601 LiftoffRegister value, LiftoffRegister result, StoreType type) { \
602 LiftoffRegList pinned = {dst_addr, offset_reg, value, result}; \
627 am##opcode##_db_w(result.gp(), value.gp(), temp0); \
630 am##opcode##_db_d(result.gp(), value.gp(), temp0); \
647 load_linked(result.gp(), MemOperand(temp0, 0)); \
648 bin_instr(temp1, result.gp(), Operand(value.gp())); \
656 LiftoffRegister result, StoreTyp in AtomicSub()
654 AtomicSub(Register dst_addr, Register offset_reg, uintptr_t offset_imm, LiftoffRegister value, LiftoffRegister result, StoreType type) AtomicSub() argument
711 AtomicExchange(Register dst_addr, Register offset_reg, uintptr_t offset_imm, LiftoffRegister value, LiftoffRegister result, StoreType type) AtomicExchange() argument
786 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/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationTimelineSemaphoreTests.cpp225 VkResult result = vk.waitSemaphores(device, &waitInfo, 0ull); in iterate() local
226 if (result != VK_SUCCESS) in iterate()
338 VkResult result = vk.waitSemaphores(device, &waitInfo, 0ull); in iterate() local
339 if (result != VK_TIMEOUT) in iterate()
356 VkResult result = vk.waitSemaphores(device, &waitInfo, ~(0ull)); in iterate() local
357 if (result != VK_SUCCESS) in iterate()
453 VkResult result = vk.getSemaphoreCounterValue(device, semaphores.back(), &value); in iterate() local
455 if (result != VK_SUCCESS) in iterate()
655 VkResult result; in initialValueCase() local
659 result in initialValueCase()
820 VkResult result; run() local
840 VkResult result; run() local
[all...]
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_cmd_buffer.c561 * which wasn't designed to care about tilers and expects the result not to in use_hw_binning()
1109 VkResult result = tu_cs_alloc(&cmd->sub_cs, subpass->input_count * 2, in tu_emit_input_attachments() local
1111 if (result != VK_SUCCESS) { in tu_emit_input_attachments()
1112 cmd->record_result = result; in tu_emit_input_attachments()
1569 VkResult result = vk_command_buffer_init(&cmd_buffer->vk, &pool->vk, level); in tu_create_cmd_buffer()
1570 if (result != VK_SUCCESS) { in tu_create_cmd_buffer()
1572 return result; in tu_create_cmd_buffer()
1677 VkResult result = VK_SUCCESS; in tu_AllocateCommandBuffers() local
1689 result = tu_reset_cmd_buffer(cmd_buffer); in tu_AllocateCommandBuffers()
1694 result in tu_AllocateCommandBuffers()
1771 VkResult result = VK_SUCCESS; tu_cmd_buffer_begin() local
1803 VkResult result = tu_cmd_buffer_begin(cmd_buffer, pBeginInfo->flags); tu_BeginCommandBuffer() local
2044 VkResult result = tu_cs_alloc(&cmd->sub_cs, tu_CmdBindDescriptorSets() local
2109 VkResult result = tu_cs_alloc(&cmd->sub_cs, tu_CmdPushDescriptorSetKHR() local
2154 VkResult result = tu_cs_alloc(&cmd->sub_cs, tu_CmdPushDescriptorSetWithTemplateKHR() local
3513 VkResult result; tu_CmdExecuteCommands() local
3745 VkResult result; tu_ResetCommandPool() local
4656 VkResult result = tu_cs_begin_sub_stream(&cmd->sub_cs, 3 + (offset ? 8 : 0), &cs); tu6_emit_vs_params() local
[all...]
/third_party/node/deps/ada/
H A Dada.h1442 * Used for returning the validity from the result of the URL parser.
3937 using result = ret_t<Exp, detail::decay_t<Ret>>; in expected_map_impl()
3938 return exp.has_value() ? result(detail::invoke(std::forward<F>(f), in expected_map_impl()
3940 : result(unexpect, std::forward<Exp>(exp).error()); in expected_map_impl()
3949 using result = expected<void, err_t<Exp>>; in expected_map_impl()
3952 return result(); in expected_map_impl()
3955 return result(unexpect, std::forward<Exp>(exp).error()); in expected_map_impl()
3963 using result = ret_t<Exp, detail::decay_t<Ret>>; in expected_map_impl()
3964 return exp.has_value() ? result(detail::invoke(std::forward<F>(f))) in expected_map_impl()
3965 : result(unexpec in expected_map_impl()
[all...]
/third_party/libabigail/src/
H A Dabg-comparison.cc191 /// functions with the sorted result.
211 /// and store the result in a vector of @ref function_decl_diff_sptr
217 /// result of the sort into.
254 /// The result is a vector of @ref elf_symbol_sptr sorted by the
276 /// The result is a vector of var_decl* sorted by the qualified name
295 /// Sort the values of a string_var_diff_sptr_map and store the result
315 /// result into a vector of var_diff_sptr.
517 /// pretty representation of the type_sptr_sptr. The sorted result is
1055 /// categories to the result of the or.
2663 distinct_diff_sptr result(ne in compute_diff_for_distinct_kinds()
4190 size_t result = 0; get_deleted_non_static_data_members_number() local
4209 size_t result = 0; get_inserted_non_static_data_members_number() local
[all...]
/third_party/libabigail/tests/lib/
H A Dcatch.hpp156 // without a matching initialization. In practice, this can result in something
2198 #pragma warning(disable:4800) // Forcing result to true or false
2208 ITransientExpression( bool isBinaryExpression, bool result )
2210 m_result( result )
3453 // the same result if we do this for floats, as if we do this for
5726 void prepareExpandedExpression(AssertionResult& result);
6828 Result result;
6868 auto&& result = Detail::complete_invoke(fun, Chronometer(meter, iters));
6870 return { meter.elapsed(), std::move(result), iters };
6889 return { Timing.elapsed, std::move(Timing.result), iter
[all...]
/third_party/ffmpeg/libavcodec/
H A Dmlpdec.c270 int result = 0; in read_huff_channels() local
273 result = get_vlc2(gbp, huff_vlc[codebook-1].table, in read_huff_channels()
276 if (result < 0) in read_huff_channels()
280 result = (result << lsb_bits) + get_bits_long(gbp, lsb_bits); in read_huff_channels()
282 result += cp->sign_huff_offset; in read_huff_channels()
283 result *= 1 << quant_step_size; in read_huff_channels()
285 m->sample_buffer[pos + s->blockpos][channel] = result; in read_huff_channels()
H A Dpthread_frame.c97 int result; ///< The result of the last codec decode/encode() call. member
114 enum AVPixelFormat result_format; ///< get_format() result
227 p->result = codec->cb.decode(avctx, p->frame, &p->got_frame, p->avpkt); in frame_worker_thread()
229 if ((p->result < 0 || !p->got_frame) && p->frame->buf[0]) in frame_worker_thread()
500 p->result = ff_get_buffer(p->avctx, p->requested_frame, p->requested_flags); in submit_packet()
582 err = p->result; in ff_thread_decode_frame()
591 p->result = 0; in ff_thread_decode_frame()
946 p->result = 0; in ff_thread_flush()
1011 err = p->result; in thread_get_buffer_internal()
[all...]
/third_party/NuttX/drivers/usbdev/gadget/
H A Dcdcacm.c523 switch (req->result) in cdcacm_recvpacket()
894 PRINT_ERR("%s req->xfrd:%x\r\n", __FUNCTION__, req->result); in cdcacm_rdcomplete()
948 PRINT_ERR("%s req->xfrd:%x\r\n", __FUNCTION__, req->result); in cdcacm_wrcomplete()
968 switch (req->result) in cdcacm_wrcomplete()
998 PRINT_ERR("%s req->xfrd:%x\r\n", __FUNCTION__, usbd_req->result); in cdcacm_notify_complete()
1009 if (usbd_req->result != -ESHUTDOWN) in cdcacm_notify_complete()
1347 if (req->result != 0) in cdcacm_set_line_complete()
1544 req->result = OK; in cdcacm_setup()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DICUResourceBundleTest.java619 String result = b.getString(); in TestXPathAlias()
622 if(!result.equals(expResult)){ in TestXPathAlias()
623 errln("Did not get the expected result for XPath style alias"); in TestXPathAlias()
627 result = c.getString(); in TestXPathAlias()
629 if(!result.equals(expResult)){ in TestXPathAlias()
630 errln("Did not get the expected result for XPath style alias for rootAliasClient"); in TestXPathAlias()
674 errln("Did not get the expected result from getStringWithFallback method."); in TestGetWithFallback()
678 errln("Did not get the expected result form getStringWithFallback method."); in TestGetWithFallback()
822 errln("did not get the expected result"); in TestNorwegian()
856 String result in TestCLDRStyleAliases()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DICUResourceBundleTest.java616 String result = b.getString(); in TestXPathAlias()
619 if(!result.equals(expResult)){ in TestXPathAlias()
620 errln("Did not get the expected result for XPath style alias"); in TestXPathAlias()
624 result = c.getString(); in TestXPathAlias()
626 if(!result.equals(expResult)){ in TestXPathAlias()
627 errln("Did not get the expected result for XPath style alias for rootAliasClient"); in TestXPathAlias()
671 errln("Did not get the expected result from getStringWithFallback method."); in TestGetWithFallback()
675 errln("Did not get the expected result form getStringWithFallback method."); in TestGetWithFallback()
822 errln("did not get the expected result"); in TestNorwegian()
856 String result in TestCLDRStyleAliases()
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_loop_analyze.c796 nir_const_value result; in will_break_on_first_iteration() local
797 nir_eval_const_opcode(cond_op, &result, 1, bit_size, src, execution_mode); in will_break_on_first_iteration()
799 return invert_cond ? !result.b : result.b; in will_break_on_first_iteration()
845 nir_const_value result; in test_iterations() local
846 nir_eval_const_opcode(cond_op, &result, 1, bit_size, src, execution_mode); in test_iterations()
848 return invert_cond ? !result.b : result.b; in test_iterations()
/third_party/ntfs-3g/libntfs-3g/
H A Dunistr.c454 international characters!!! (and also fails on creating them) as result.
1685 char *result = NULL; local
1718 result = ntfs_calloc(resultLength);
1720 if (result != NULL) {
1723 (UInt8*) result, resultLength - 1,
1729 free(result);
1730 result = NULL;
1735 "bytes for char *result.\n", resultLength);
1745 if (result != NULL) {
1746 *target = result;
[all...]
/third_party/mesa3d/src/intel/vulkan/
H A Danv_formats.c1389 VkResult result; in anv_GetPhysicalDeviceImageFormatProperties2() local
1428 result = anv_get_image_format_properties(physical_device, base_info, in anv_GetPhysicalDeviceImageFormatProperties2()
1430 if (result != VK_SUCCESS) in anv_GetPhysicalDeviceImageFormatProperties2()
1521 result = vk_errorf(physical_device, VK_ERROR_FORMAT_NOT_SUPPORTED, in anv_GetPhysicalDeviceImageFormatProperties2()
1540 result = vk_errorf(physical_device, VK_ERROR_FORMAT_NOT_SUPPORTED, in anv_GetPhysicalDeviceImageFormatProperties2()
1569 result = vk_errorf(physical_device, VK_ERROR_FORMAT_NOT_SUPPORTED, in anv_GetPhysicalDeviceImageFormatProperties2()
1579 if (result == VK_ERROR_FORMAT_NOT_SUPPORTED) { in anv_GetPhysicalDeviceImageFormatProperties2()
1590 return result; in anv_GetPhysicalDeviceImageFormatProperties2()
/third_party/node/deps/npm/node_modules/path-scurry/dist/mjs/
H A Dindex.js330 const result = rootPath
333 return result;
565 * Does not read the filesystem, so an undefined result *could* simply
575 * Does not read the filesystem, so an undefined result *could* just mean we
586 * Does not read the filesystem, so an undefined result *could* just mean we
940 * simply result in an empty set of entries being returned.
1383 const result = this.cwd.resolve(r).fullpath();
1384 this.#resolveCache.set(r, result);
1385 return result;
1415 const result
[all...]
/third_party/node/deps/v8/src/compiler/
H A Descape-analysis.cc423 State result = first_input; in MergeInputs() local
468 result.Set(var, old_value); in MergeInputs()
475 result.Set(var, value); in MergeInputs()
479 result.Set(var, nullptr); in MergeInputs()
484 result.Set(var, value); in MergeInputs()
496 result.Set(var, phi); in MergeInputs()
501 if (Node* result_node = result.Get(var)) { in MergeInputs()
502 TRACE(" result: %s#%d\n", result_node->op()->mnemonic(), in MergeInputs()
505 TRACE(" result: nullptr\n"); in MergeInputs()
510 return result; in MergeInputs()
[all...]
/third_party/node/deps/v8/src/objects/
H A Dmap-updater.cc196 // If property kind is not reconfigured merge the result with in ReconfigureToDataField()
386 Map result = root_map.TryReplayPropertyTransitions( in TryUpdateNoLock() local
388 if (result.is_null()) return {}; in TryUpdateNoLock()
392 result = TransitionsAccessor(isolate, result, IsConcurrent(cmode)) in TryUpdateNoLock()
395 if (result.is_null()) return {}; in TryUpdateNoLock()
397 DCHECK_EQ(old_map.elements_kind(), result.elements_kind()); in TryUpdateNoLock()
398 DCHECK_EQ(old_map.instance_type(), result.instance_type()); in TryUpdateNoLock()
399 return result; in TryUpdateNoLock()
/third_party/node/deps/v8/src/torque/
H A Dcsa-generator.cc554 // result so we can unpack it into separate TNodes. in EmitInstruction()
610 ReportError("builtins must have exactly one result"); in EmitInstruction()
704 ReportError("runtime function must have at most one result"); in EmitInstruction()
1035 void CSAGenerator::EmitCSAValue(VisitResult result, in EmitCSAValue() argument
1038 if (!result.IsOnStack()) { in EmitCSAValue()
1039 out << result.constexpr_value(); in EmitCSAValue()
1040 } else if (auto struct_type = result.type()->StructSupertype()) { in EmitCSAValue()
1048 EmitCSAValue(ProjectStructField(result, field.name_and_type.name), values, in EmitCSAValue()
1053 DCHECK_EQ(1, result.stack_range().Size()); in EmitCSAValue()
1054 out << result in EmitCSAValue()
[all...]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DArrayDecoders.java245 Object result = schema.newInstance(); in decodeMessageField()
246 schema.mergeFrom(result, data, position, position + length, registers); in decodeMessageField()
247 schema.makeImmutable(result); in decodeMessageField()
248 registers.object1 = result; in decodeMessageField()
260 Object result = messageSchema.newInstance(); in decodeGroupField()
263 messageSchema.parseProto2Message(result, data, position, limit, endGroup, registers); in decodeGroupField()
264 messageSchema.makeImmutable(result); in decodeGroupField()
265 registers.object1 = result; in decodeGroupField()
/third_party/python/Lib/http/
H A Dclient.py654 result = self.fp.read1(n)
655 if not result and n:
658 self.length -= len(result)
659 return result
678 result = self.fp.readline(limit)
679 if not result and limit:
682 self.length -= len(result)
683 return result
/third_party/python/Lib/
H A Dshutil.py525 source tree result in symbolic links in the destination tree; if
874 result = getgrnam(name)
876 result = None
877 if result is not None:
878 return result[2]
892 result = getpwnam(name)
894 result = None
895 if result is not None:
896 return result[2]
1453 `mode` defaults to os.F_OK | os.X_OK. `path` defaults to the result
[all...]

Completed in 68 milliseconds

1...<<311312313314315316317318319320>>...433