Lines Matching refs:supported
127 /* Supported features (boolean caps). */
149 return 4; /* XXX could easily be supported */
167 case PIPE_CAP_COMPUTE: /* XXX supported on gc2000 */
168 case PIPE_CAP_MIXED_COLORBUFFER_FORMATS: /* only one colorbuffer supported, so mixing makes no sense */
171 case PIPE_CAP_START_INSTANCE: /* instancing not supported AFAIK */
172 case PIPE_CAP_VERTEX_ELEMENT_INSTANCE_DIVISOR: /* instancing not supported AFAIK */
174 case PIPE_CAP_MAX_DUAL_SOURCE_RENDER_TARGETS: /* no dual-source supported */
295 case PIPE_CAP_MAX_TEXTURE_3D_LEVELS: /* 3D textures not supported - fake it */
479 bool supported = true;
482 supported = VIV_FEATURE(screen, chipFeatures, ETC1_TEXTURE_COMPRESSION);
485 supported = VIV_FEATURE(screen, chipFeatures, DXT_TEXTURE_COMPRESSION);
488 supported = VIV_FEATURE(screen, chipMinorFeatures1, HALTI0);
491 supported = VIV_FEATURE(screen, chipMinorFeatures1, HALTI0);
494 * supported with HALTI0, however that implementation is buggy in hardware.
500 supported = VIV_FEATURE(screen, chipMinorFeatures2, HALTI1);
504 supported = screen->specs.tex_astc;
507 if (!supported)
534 /* if render target, must be RS-supported format */
570 /* must be supported index format */
583 DBG("not supported: format=%s, target=%d, sample_count=%d, "