OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dcn_bw_mod
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
dcn_calc_math.h
31
float
dcn_bw_mod
(const float arg1, const float arg2);
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/
dml_inline_defs.h
92
return (double)
dcn_bw_mod
(f, val);
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
amdgpu_dcn_calc_math.c
44
float
dcn_bw_mod
(const float arg1, const float arg2)
function in typeref:typename:float
amdgpu_dcn_calc_auto.c
756
v->max_partial_sw_y =
dcn_bw_mod
((v->prefill_y[k] - 2.0), v->swath_height_yper_state[i][j][k]);
759
v->max_partial_sw_y =
dcn_bw_mod
((v->prefill_y[k] + v->swath_height_yper_state[i][j][k] - 2.0), v->swath_height_yper_state[i][j][k]);
768
v->max_partial_sw_c =
dcn_bw_mod
((v->prefill_c[k] - 2.0), v->swath_height_cper_state[i][j][k]);
771
v->max_partial_sw_c =
dcn_bw_mod
((v->prefill_c[k] + v->swath_height_cper_state[i][j][k] - 2.0), v->swath_height_cper_state[i][j][k]);
1604
v->max_partial_swath_y =
dcn_bw_mod
((v->v_init_pre_fill_y[k] - 2.0), v->swath_height_y[k]);
1607
v->max_partial_swath_y =
dcn_bw_mod
((v->v_init_pre_fill_y[k] + v->swath_height_y[k] - 2.0), v->swath_height_y[k]);
1615
v->max_partial_swath_c =
dcn_bw_mod
((v->v_init_pre_fill_c[k] - 2.0), v->swath_height_c[k]);
1618
v->max_partial_swath_c =
dcn_bw_mod
((v->v_init_pre_fill_c[k] + v->swath_height_c[k] - 2.0), v->swath_height_c[k]);
Completed in 30 milliseconds
Indexes created Tue Oct 21 16:10:11 GMT 2025