Searched refs:has_us_format (Results 1 - 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_chipset.h88 boolean has_us_format; member in struct:r300_capabilities
H A Dr300_chipset.c135 caps->has_us_format = caps->family == CHIP_FAMILY_R520;
H A Dr300_state_derived.c753 boolean has_us_format = r300->screen->caps.has_us_format; local
917 size += 16 + (has_us_format ? 2 : 0);
946 size += 16 + (has_us_format ? 2 : 0);
H A Dr300_screen.c538 r300screen->caps.has_us_format = FALSE;
H A Dr300_emit.c793 boolean has_us_format = r300->screen->caps.has_us_format; local
816 if (has_us_format) {

Completed in 101 milliseconds