Home
last modified time | relevance | path

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

/external/virglrenderer/src/
Dvrend_shader.h168 bool has_arrays_of_arrays; member
Dvrend_shader.c384 if (ctx->cfg->has_arrays_of_arrays && !ctx->cfg->use_gles) in prefer_generic_io_block()
4383 if (ctx->cfg->has_arrays_of_arrays && !ctx->cfg->use_gles) in rewrite_io_ranged()
4398 if (ctx->cfg->has_arrays_of_arrays && !ctx->cfg->use_gles) in rewrite_io_ranged()
4439 if (ctx->cfg->has_arrays_of_arrays && !ctx->cfg->use_gles) in rewrite_io_ranged()
4456 if (ctx->cfg->has_arrays_of_arrays && !ctx->cfg->use_gles) in rewrite_io_ranged()
Dvrend_renderer.c6415 grctx->shader_cfg.has_arrays_of_arrays = has_feature(feat_arrays_of_arrays); in vrend_create_context()