Home
last modified time | relevance | path

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

12345678910>>...15

/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.cpp884 int benefit = 0; in get_register_pressure_benefit() local
889 benefit -= v->alloc.sizes[inst->dst.nr]; in get_register_pressure_benefit()
899 benefit += v->alloc.sizes[inst->src[i].nr]; in get_register_pressure_benefit()
907 benefit++; in get_register_pressure_benefit()
913 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/mesa3d/src/panfrost/bifrost/
Dbi_ra.c581 unsigned benefit = lcra_count_constraints(l, i); in bi_choose_spill_node() local
583 if (benefit > best_benefit) { in bi_choose_spill_node()
584 best_benefit = benefit; in bi_choose_spill_node()
598 unsigned benefit = lcra_count_constraints(l, i); in bi_choose_spill_node() local
600 if (benefit > best_benefit) { in bi_choose_spill_node()
601 best_benefit = benefit; in bi_choose_spill_node()
/third_party/mesa3d/src/util/
Dregister_allocate.c1016 float benefit = 0; in ra_get_spill_benefit() local
1027 benefit += ((float)g->regs->classes[n_class]->q[n2_class] / in ra_get_spill_benefit()
1031 return benefit; in ra_get_spill_benefit()
1052 float benefit; in ra_get_best_spill_node() local
1060 benefit = ra_get_spill_benefit(g, n); in ra_get_best_spill_node()
1062 if (benefit / cost > best_benefit) { in ra_get_best_spill_node()
1063 best_benefit = benefit / cost; in ra_get_best_spill_node()
/third_party/mesa3d/src/compiler/nir/
Dnir_opt_preamble.c71 float benefit; member
463 state->benefit = state->value - in nir_opt_preamble()
466 if (state->benefit > 0) { in nir_opt_preamble()
/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/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_EXT_color_write_enable.txt26 By making the state dynamic, one additional benefit is the ability to reduce
DVK_EXT_color_write_enable.adoc26 By making the state dynamic, one additional benefit is the ability to reduce
DVK_NV_dedicated_allocation.adoc25 (and probably should not) be used for smaller resources that can benefit
DVK_NV_dedicated_allocation.txt25 (and probably should not) be used for smaller resources that can benefit
DVK_SEC_amigo_profiling.adoc26 It is documented solely for the benefit of tools and layer developers, who
/third_party/rust/crates/termcolor/
DUNLICENSE10 software to the public domain. We make this dedication for the benefit
/third_party/rust/crates/termcolor/wincolor/
DUNLICENSE10 software to the public domain. We make this dedication for the benefit
/third_party/rust/crates/memchr/
DUNLICENSE10 software to the public domain. We make this dedication for the benefit
/third_party/rust/crates/aho-corasick/
DUNLICENSE10 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/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/tests/cases/user/formik/
Dindex.tsx14 The benefit of the render prop approach is that you have full access to React's

12345678910>>...15