OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fp_horz_stretch
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/xf86-video-ati/dist/src/
legacy_output.c
180
uint32_t
fp_horz_stretch
= INREG(RADEON_FP_HORZ_STRETCH);
local
189
if (
fp_horz_stretch
& RADEON_HORZ_STRETCH_ENABLE) {
190
native_mode->PanelXRes = (((
fp_horz_stretch
& RADEON_HORZ_PANEL_SIZE) >>
332
OUTREG(RADEON_FP_HORZ_STRETCH, restore->
fp_horz_stretch
);
387
save->
fp_horz_stretch
= INREG(RADEON_FP_HORZ_STRETCH);
1359
save->
fp_horz_stretch
= info->SavedReg->
fp_horz_stretch
&
1421
save->
fp_horz_stretch
|= ((xres/8-1)<<16);
1424
inc = (save->
fp_horz_stretch
& RADEON_HORZ_AUTO_RATIO_INC) ? 1 : 0;
1427
save->
fp_horz_stretch
|= (((scale) & RADEON_HORZ_STRETCH_RATIO_MASK)
[
all
...]
radeon_probe.h
629
uint32_t
fp_horz_stretch
;
member in struct:__anon6870
/xsrc/external/mit/xf86-video-r128/dist/src/
r128.h
209
uint32_t
fp_horz_stretch
;
member in struct:__anon167
Completed in 8 milliseconds
Indexes created Fri Jul 24 00:25:35 UTC 2026