Home
last modified time | relevance | path

Searched refs:coherent_fb_fetch (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_debug_recompile.c182 found |= check("coherent fb fetch", coherent_fb_fetch); in debug_fs_recompile()
Dbrw_compiler.h522 bool coherent_fb_fetch:1; member
Dbrw_fs_nir.cpp3318 assert(!wm_key->coherent_fb_fetch); in emit_non_coherent_fb_read()
3514 if (reinterpret_cast<const brw_wm_prog_key *>(key)->coherent_fb_fetch) in nir_emit_fs_intrinsic()
Dbrw_fs.cpp6894 (nir->info.outputs_read > 0 && !wm_key->coherent_fb_fetch)) { in run_fs()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_extensions.c1511 bool coherent_fb_fetch = in st_init_extensions() local
1519 extensions->KHR_blend_equation_advanced_coherent = coherent_fb_fetch; in st_init_extensions()
1524 extensions->EXT_shader_framebuffer_fetch = coherent_fb_fetch; in st_init_extensions()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_context.h283 bool coherent_fb_fetch:1; member
Diris_program.c167 .coherent_fb_fetch = key->coherent_fb_fetch, in iris_to_brw_fs_key()
2684 .coherent_fb_fetch = devinfo->ver >= 9, in iris_create_shader_state()
Diris_state.c4444 key->coherent_fb_fetch = GFX_VER >= 9; in iris_populate_fs_key()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_program.c2900 .coherent_fb_fetch = false, in crocus_create_fs_state()
Dcrocus_state.c4846 key->coherent_fb_fetch = false; // TODO: needed? in crocus_populate_fs_key()