Home
last modified time | relevance | path

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

12345678910>>...14

/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/curl/
Dlibcurl.pc.in25 # This should most probably benefit from getting a "Requires:" field added
/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_SEC_amigo_profiling.adoc26 It is documented solely for the benefit of tools and layer developers, who
DVK_NV_dedicated_allocation.txt25 (and probably should not) be used for smaller resources that can benefit
DVK_NV_dedicated_allocation.adoc25 (and probably should not) be used for smaller resources that can benefit
/third_party/rust/crates/aho-corasick/
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/termcolor/wincolor/
DUNLICENSE10 software to the public domain. We make this dedication for the benefit
/third_party/rust/crates/termcolor/
DUNLICENSE10 software to the public domain. We make this dedication for the benefit
/third_party/vixl/doc/aarch64/topics/
Dstate-trace.md97 the benefit of human readers, and parsers may ignore them.
193 since these annotations are for the benefit of human readers, parsers can safely
205 values with the corresponding FP arithmetic values. This is for the benefit of
/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/curl/docs/libcurl/opts/
DCURLOPT_BUFFERSIZE.md31 is a benefit of having a larger buffer for performance.
DCURLOPT_UPLOAD_BUFFERSIZE.md30 protocols, there is a huge performance benefit of having a larger upload
/third_party/icu/tools/unicode/c/
Dreadme.txt20 and setup. They might benefit from additional shell or Python scripts.

12345678910>>...14