Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/
Dr300_chipset.h93 void r300_parse_chipset(uint32_t pci_id, struct r300_capabilities* caps);
Dr300_chipset.c66 void r300_parse_chipset(uint32_t pci_id, struct r300_capabilities* caps) in r300_parse_chipset() function
Dr300_screen.c756 r300_parse_chipset(r300screen->info.pci_id, &r300screen->caps); in r300_screen_create()