HomeSort by relevance Sort by last modified time
    Searched full:chip_family (Results 1 - 7 of 7) sorted by null

  /external/drm_gralloc/
gralloc_drm_radeon.c 57 RADEONChipFamily chip_family; member in struct:radeon_info
85 if (info->chip_family >= CHIP_FAMILY_R600) {
126 if (info->chip_family >= CHIP_FAMILY_R600) {
152 if (info->chip_family >= CHIP_FAMILY_R600) {
179 if (info->chip_family >= CHIP_FAMILY_R600)
347 if (info->chip_family >= CHIP_FAMILY_CEDAR) {
462 info->chip_family = card->chip_family;
469 if (info->chip_family == CHIP_FAMILY_UNKNOW) {
474 if (info->chip_family >= CHIP_FAMILY_R600)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_screen.c 402 screen->chip_family = CHIP_FAMILY_RV100;
407 screen->chip_family = CHIP_FAMILY_RS100;
414 screen->chip_family = CHIP_FAMILY_RS200;
422 screen->chip_family = CHIP_FAMILY_R100;
430 screen->chip_family = CHIP_FAMILY_RV200;
439 screen->chip_family = CHIP_FAMILY_R200;
448 screen->chip_family = CHIP_FAMILY_RV250;
460 screen->chip_family = CHIP_FAMILY_RV280;
468 screen->chip_family = CHIP_FAMILY_RS300;
radeon_screen.h 58 int chip_family; member in struct:radeon_screen
radeon_common_context.c 54 static const char* get_chip_family_name(int chip_family)
56 switch(chip_family) {
98 get_chip_family_name(radeon->radeonScreen->chip_family),
  /external/drm_gralloc/radeon/
radeon.h 109 RADEONChipFamily chip_family; member in struct:__anon10867
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state_init.c 663 if (rmesa->radeon.radeonScreen->chip_family == CHIP_FAMILY_R200) {
    [all...]
r200_texstate.c     [all...]

Completed in 91 milliseconds