Home
last modified time | relevance | path

Searched refs:ati_space (Results 1 – 3 of 3) sorted by relevance

/haiku/src/add-ons/accelerants/radeon/
H A Doverlay_management.c77 uint ati_space, test_reg, bpp; in ALLOCATE_OVERLAY_BUFFER() local
85 ati_space = RADEON_SCALER_SOURCE_15BPP >> 8; in ALLOCATE_OVERLAY_BUFFER()
91 ati_space = RADEON_SCALER_SOURCE_16BPP >> 8; in ALLOCATE_OVERLAY_BUFFER()
97 ati_space = RADEON_SCALER_SOURCE_32BPP >> 8; in ALLOCATE_OVERLAY_BUFFER()
105 ati_space = RADEON_SCALER_SOURCE_VYUY422 >> 8; in ALLOCATE_OVERLAY_BUFFER()
127 node->ati_space = ati_space; in ALLOCATE_OVERLAY_BUFFER()
H A Doverlay.c655 SHOW_FLOW( 3, "ati_space=%d", node->ati_space ); in Radeon_ShowOverlay()
656 params = &space_params_table[node->ati_space]; in Radeon_ShowOverlay()
699 (node->ati_space == 11 || node->ati_space == 12 ? 2 : 1)); in Radeon_ShowOverlay()
888 (node->ati_space << 8) | in Radeon_ShowOverlay()
893 switch (node->ati_space << 8) { in Radeon_ShowOverlay()
905 SHOW_FLOW(4, "What overlay format is this??? %d", node->ati_space); in Radeon_ShowOverlay()
/haiku/headers/private/graphics/radeon/
H A Dradeon_interface.h359 uint ati_space; // colour space according to ATI member