OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:chip_family
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_state_init.c
663
if (rmesa->radeon.radeonScreen->
chip_family
== CHIP_FAMILY_R200) {
[
all
...]
r200_texstate.c
[
all
...]
/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 279 milliseconds