Home
last modified time | relevance | path

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

/external/virglrenderer/src/
Dvrend_shader.h135 bool fs_logicop_emulate_coherent; member
Dvrend_shader.c5476 if (ctx->key->fs_logicop_emulate_coherent) in emit_header()
6401 … const char *noncoherent = ctx->key->fs_logicop_emulate_coherent ? "" : ", noncoherent"; in emit_ios_fs()
Dvrend_renderer.c3284 key->fs_logicop_emulate_coherent = !has_feature(feat_framebuffer_fetch_non_coherent); in vrend_fill_shader_key()