OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:this_tile
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
xf86RandR12.c
1779
struct xf86CrtcTileInfo *tile_info = &output->tile_info, *
this_tile
;
local
1806
this_tile
= &config->output[ot]->tile_info;
1808
if (
this_tile
->group_id != tile_info->group_id)
1811
if (
this_tile
->tile_h_loc != ht ||
1812
this_tile
->tile_v_loc != vt)
xf86Crtc.c
2230
struct xf86CrtcTileInfo *tile_info = &config->output[o]->tile_info, *
this_tile
;
local
2251
this_tile
= &config->output[ot]->tile_info;
2252
if (
this_tile
->group_id != tile_info->group_id)
2255
if (
this_tile
->tile_h_loc != ht ||
2256
this_tile
->tile_v_loc != vt)
2263
add_x =
this_tile
->tile_h_size;
2264
cur_y +=
this_tile
->tile_v_size;
Completed in 20 milliseconds
Indexes created Thu Jul 02 00:25:40 UTC 2026