Home
last modified time | relevance | path

Searched refs:benefit (Results 1 – 25 of 397) sorted by relevance

12345678910>>...16

/third_party/mesa3d/src/intel/compiler/
Dbrw_nir_analyze_ubo_ranges.c50 int benefit; member
56 return 2 * entry->benefit - entry->range.length; in score()
194 info->offsets, entry->benefit, entry->range.length, score(entry)); in print_ubo_entry()
284 entry->benefit = 0; in brw_nir_analyze_ubo_ranges()
287 entry->benefit += info->uses[first_bit + i]; in brw_nir_analyze_ubo_ranges()
Dbrw_fs_bank_conflicts.cpp864 const int benefit = in optimize_reg_permutation() local
868 if (benefit > best_benefit) { in optimize_reg_permutation()
870 best_benefit = benefit; in optimize_reg_permutation()
Dbrw_schedule_instructions.cpp880 int benefit = 0; in get_register_pressure_benefit() local
885 benefit -= v->alloc.sizes[inst->dst.nr]; in get_register_pressure_benefit()
895 benefit += v->alloc.sizes[inst->src[i].nr]; in get_register_pressure_benefit()
903 benefit++; in get_register_pressure_benefit()
909 return benefit; in get_register_pressure_benefit()
/third_party/mesa3d/src/panfrost/util/
Dlcra.c238 float benefit = constraints / cost; in lcra_get_best_spill_node() local
240 if (benefit > best_benefit) { in lcra_get_best_spill_node()
241 best_benefit = benefit; in lcra_get_best_spill_node()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/
Dparallel_cost_model.cc76 int benefit = py::cast<int>(ret_tuple[1]); in CalFuseInfo() local
79 return std::make_tuple(dim_infos, benefit, fusion_info); in CalFuseInfo()
Dparallel_fusion.cc513 int benefit; in DoSearchInSortedCandidates() local
514 std::tie(std::ignore, benefit, std::ignore) = cost_model_ptr_->CalFuseInfo(other_candidates); in DoSearchInSortedCandidates()
515 if (benefit > 0) { in DoSearchInSortedCandidates()
528 auto [dim_infos, benefit, fusion_info] = cost_model_ptr_->CalFuseInfo(other_candidates); in DoSearchInSortedCandidates()
529 if (benefit <= 0) { in DoSearchInSortedCandidates()
532 max_benefit = benefit; in DoSearchInSortedCandidates()
/third_party/boost/libs/type_traits/doc/
Dhas_trivial_destructor.qbk17 to omit a call to a single trivial-constructor call is of no benefit whatsoever.
19 benefit in terms of code size and speed can be obtained.
Dhas_trivial_constructor.qbk23 to omit a call to a single trivial-constructor call is of no benefit whatsoever.
25 benefit in terms of code size and speed can be obtained.
/third_party/glib/glib/dirent/
DREADME2 benefit.
/third_party/mesa3d/src/util/
Dregister_allocate.c993 float benefit = 0; in ra_get_spill_benefit() local
1004 benefit += ((float)g->regs->classes[n_class]->q[n2_class] / in ra_get_spill_benefit()
1008 return benefit; in ra_get_spill_benefit()
1029 float benefit; in ra_get_best_spill_node() local
1037 benefit = ra_get_spill_benefit(g, n); in ra_get_best_spill_node()
1039 if (benefit / cost > best_benefit) { in ra_get_best_spill_node()
1040 best_benefit = benefit / cost; in ra_get_best_spill_node()
/third_party/boost/libs/type_index/patched/
DREADME.md9 Libraries Boost.Graph, Boost.XPressive, Boost.PropertyMap and others may also benefit from TypeInde…
/third_party/mesa3d/src/panfrost/bifrost/
Dbi_ra.c418 unsigned benefit = lcra_count_constraints(l, i); in bi_choose_spill_node() local
420 if (benefit > best_benefit) { in bi_choose_spill_node()
421 best_benefit = benefit; in bi_choose_spill_node()
/third_party/skia/third_party/externals/opengl-registry/extensions/OVR/
DOVR_multiview_multisampled_render_to_texture.txt193 This has the benefit of maintaining compatibility with GL_OVR_multiview,
201 This has the benefit of being simple (the error is only generated when
212 This has the benefit of being aligned with other GL features. The down-
/third_party/openGLES/extensions/OVR/
DOVR_multiview_multisampled_render_to_texture.txt193 This has the benefit of maintaining compatibility with GL_OVR_multiview,
201 This has the benefit of being simple (the error is only generated when
212 This has the benefit of being aligned with other GL features. The down-
/third_party/node/deps/npm/node_modules/tweetnacl/
DPULL_REQUEST_TEMPLATE.md12 public domain. I make this dedication for the benefit of the public at
DLICENSE10 software to the public domain. We make this dedication for the benefit
/third_party/curl/
Dlibcurl.pc.in23 # This should most probably benefit from getting a "Requires:" field added
/third_party/boost/libs/math/doc/distributions/
Derror_handling_example.qbk23 Therefore to get the benefit of helpful error messages, enabling *all exceptions
/third_party/grpc/third_party/upb/third_party/wyhash/
DLICENSE10 software to the public domain. We make this dedication for the benefit
/third_party/skia/third_party/externals/egl-registry/extensions/NV/
DEGL_NV_3dvision_surface.txt44 there are cases where applications can benefit from adjusting 3D
/third_party/boost/libs/yap/doc/
Drationale.qbk14 contain arrays), the benefit of a consistent programming model is more
/third_party/EGL/extensions/NV/
DEGL_NV_3dvision_surface.txt44 there are cases where applications can benefit from adjusting 3D
/third_party/icu/tools/unicode/c/
Dreadme.txt20 and setup. They might benefit from additional shell or Python scripts.
/third_party/skia/third_party/externals/sfntly/doc/
DMicroTypeExpress.md12 service striving for maximum performance can benefit from implementing
/third_party/typescript_eslint/packages/eslint-plugin/docs/rules/
Dno-throw-literal.md4 The fundamental benefit of `Error` objects is that they automatically keep track of where they were…

12345678910>>...16