Searched defs:has_us_format (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_chipset.h88 boolean has_us_format; member in struct:r300_capabilities
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_emit.c793 boolean has_us_format = r300->screen->caps.has_us_format; local
816 if (has_us_format) {
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_chipset.h88 boolean has_us_format; member in struct:r300_capabilities
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_emit.c793 boolean has_us_format = r300->screen->caps.has_us_format; local
816 if (has_us_format) {

Completed in 2323 milliseconds