OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bw_ceil2
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
amdgpu_bw_fixed.c
129
struct bw_fixed
bw_ceil2
(
function in typeref:struct:bw_fixed
amdgpu_dce_calcs.c
486
data->source_width_rounded_up_to_chunks[i] =
bw_ceil2
(data->source_width_pixels[i], bw_int_to_fixed(128));
520
if (dceip->pre_downscaler_enabled == 1 && bw_mtn(data->hsr[i], bw_int_to_fixed(1)) && bw_leq(data->hsr[i],
bw_ceil2
(bw_div(data->h_taps[i], bw_int_to_fixed(4)), bw_int_to_fixed(1)))) {
554
data->lb_line_pitch =
bw_ceil2
(bw_mul(bw_div(bw_frc_to_fixed(2401171875ul, 100000000), bw_int_to_fixed(3)),
bw_ceil2
(data->source_width_in_lb, bw_int_to_fixed(8))), bw_int_to_fixed(48));
557
data->lb_line_pitch =
bw_ceil2
(bw_mul(bw_div(bw_frc_to_fixed(300234375, 10000000), bw_int_to_fixed(3)),
bw_ceil2
(data->source_width_in_lb, bw_int_to_fixed(8))), bw_int_to_fixed(48));
560
data->lb_line_pitch =
bw_ceil2
(bw_mul(bw_int_to_fixed(data->lb_bpc[i]), data->source_width_in_lb), bw_int_to_fixed(48));
692
if (surface_type[i] == bw_def_graphics || (bw_mtn(data->source_width_rounded_up_to_chunks[i],
bw_ceil2
(data->underlay_maximum_source_efficient_for_tiling, bw_int_to_fixed(256))))) {
815
else if ((((dceip->underlay_downscale_prefetch_enabled == 1 && surface_type[i] != bw_def_graphics) || surface_type[i] == bw_def_graphics) && (bw_mtn(data->lb_partitions[i], bw_add(data->v_taps[i],
bw_ceil2
(data->vsr[i], bw_int_to_fixed(1))))))) {
821
data->lb_lines_in_per_line_out_in_beginning_of_frame[i] = bw_div(
bw_ceil2
(data->v_filter_init[i], bw_int_to_fixed(dceip->lines_interleaved_into_lb)), data->num_lines_at_fra (…)
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
bw_fixed.h
136
struct bw_fixed
bw_ceil2
(const struct bw_fixed arg, const struct bw_fixed significance);
Completed in 12 milliseconds
Indexes created Mon Oct 20 20:10:13 GMT 2025