OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:table_hash
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dsc/
amdgpu_rc_calc.c
36
#define
table_hash
(mode, bpc, max_min) ((mode << 16) | (bpc << 8) | max_min)
macro
42
#define TABLE_CASE(mode, bpc, max) case (
table_hash
(mode, BPC_##bpc, max)): \
51
int sel =
table_hash
(mode, bpc, max_min);
amdgpu_rc_calc.c
36
#define
table_hash
(mode, bpc, max_min) ((mode << 16) | (bpc << 8) | max_min)
macro
42
#define TABLE_CASE(mode, bpc, max) case (
table_hash
(mode, BPC_##bpc, max)): \
51
int sel =
table_hash
(mode, bpc, max_min);
Completed in 22 milliseconds
Indexes created Tue Sep 30 17:09:57 GMT 2025