Home
last modified time | relevance | path

Searched refs:R200_CHIPSET_YCBCR_BROKEN (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_chipset.h38 #define R200_CHIPSET_YCBCR_BROKEN (1 << 2) /* r200 ycbcr bug */ macro
Dradeon_screen.c432 …screen->chip_flags = R200_CHIPSET_YCBCR_BROKEN | RADEON_CHIPSET_TCL | RADEON_CHIPSET_DEPTH_ALWAYS_… in radeon_set_screen_flags()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_chipset.h38 #define R200_CHIPSET_YCBCR_BROKEN (1 << 2) /* r200 ycbcr bug */ macro
Dr200_context.c358 if (!(rmesa->radeon.radeonScreen->chip_flags & R200_CHIPSET_YCBCR_BROKEN)) { in r200CreateContext()
Dradeon_screen.c432 …screen->chip_flags = R200_CHIPSET_YCBCR_BROKEN | RADEON_CHIPSET_TCL | RADEON_CHIPSET_DEPTH_ALWAYS_… in radeon_set_screen_flags()