/third_party/mesa3d/src/intel/compiler/ |
D | brw_nir_analyze_ubo_ranges.c | 50 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()
|
D | brw_fs_bank_conflicts.cpp | 864 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()
|
D | brw_schedule_instructions.cpp | 880 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/ |
D | lcra.c | 238 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/ |
D | parallel_cost_model.cc | 76 int benefit = py::cast<int>(ret_tuple[1]); in CalFuseInfo() local 79 return std::make_tuple(dim_infos, benefit, fusion_info); in CalFuseInfo()
|
D | parallel_fusion.cc | 513 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/ |
D | has_trivial_destructor.qbk | 17 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.
|
D | has_trivial_constructor.qbk | 23 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/ |
D | README | 2 benefit.
|
/third_party/mesa3d/src/util/ |
D | register_allocate.c | 993 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/ |
D | README.md | 9 Libraries Boost.Graph, Boost.XPressive, Boost.PropertyMap and others may also benefit from TypeInde…
|
/third_party/mesa3d/src/panfrost/bifrost/ |
D | bi_ra.c | 418 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/ |
D | OVR_multiview_multisampled_render_to_texture.txt | 193 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/ |
D | OVR_multiview_multisampled_render_to_texture.txt | 193 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/ |
D | PULL_REQUEST_TEMPLATE.md | 12 public domain. I make this dedication for the benefit of the public at
|
D | LICENSE | 10 software to the public domain. We make this dedication for the benefit
|
/third_party/curl/ |
D | libcurl.pc.in | 23 # This should most probably benefit from getting a "Requires:" field added
|
/third_party/boost/libs/math/doc/distributions/ |
D | error_handling_example.qbk | 23 Therefore to get the benefit of helpful error messages, enabling *all exceptions
|
/third_party/grpc/third_party/upb/third_party/wyhash/ |
D | LICENSE | 10 software to the public domain. We make this dedication for the benefit
|
/third_party/skia/third_party/externals/egl-registry/extensions/NV/ |
D | EGL_NV_3dvision_surface.txt | 44 there are cases where applications can benefit from adjusting 3D
|
/third_party/boost/libs/yap/doc/ |
D | rationale.qbk | 14 contain arrays), the benefit of a consistent programming model is more
|
/third_party/EGL/extensions/NV/ |
D | EGL_NV_3dvision_surface.txt | 44 there are cases where applications can benefit from adjusting 3D
|
/third_party/icu/tools/unicode/c/ |
D | readme.txt | 20 and setup. They might benefit from additional shell or Python scripts.
|
/third_party/skia/third_party/externals/sfntly/doc/ |
D | MicroTypeExpress.md | 12 service striving for maximum performance can benefit from implementing
|
/third_party/typescript_eslint/packages/eslint-plugin/docs/rules/ |
D | no-throw-literal.md | 4 The fundamental benefit of `Error` objects is that they automatically keep track of where they were…
|