Lines Matching defs:supported
265 /* Generate the bitmask of supported draw primitives. */
459 bool supported = true;
462 supported = VIV_FEATURE(screen, chipFeatures, ETC1_TEXTURE_COMPRESSION);
465 supported = VIV_FEATURE(screen, chipFeatures, DXT_TEXTURE_COMPRESSION);
468 supported = VIV_FEATURE(screen, chipMinorFeatures1, HALTI0);
471 supported = VIV_FEATURE(screen, chipMinorFeatures1, HALTI0);
474 supported = screen->specs.tex_astc;
478 supported = VIV_FEATURE(screen, chipMinorFeatures2, HALTI1);
482 supported = VIV_FEATURE(screen, chipMinorFeatures4, HALTI2);
485 if (!supported)
585 /* must be supported index format */
598 DBG("not supported: format=%s, target=%d, sample_count=%d, "