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

Completed in 81 milliseconds