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/
H A Dbrw_debug_recompile.c182 found |= check("coherent fb fetch", coherent_fb_fetch); in debug_fs_recompile()
H A Dbrw_compiler.h522 bool coherent_fb_fetch:1; member
H A Dbrw_fs_nir.cpp3318 assert(!wm_key->coherent_fb_fetch);
3514 if (reinterpret_cast<const brw_wm_prog_key *>(key)->coherent_fb_fetch)
H A Dbrw_fs.cpp6894 (nir->info.outputs_read > 0 && !wm_key->coherent_fb_fetch)) {
/third_party/mesa3d/src/mesa/state_tracker/
H A 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/
H A Diris_context.h283 bool coherent_fb_fetch:1; member
H A 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()
H A Diris_state.c4444 key->coherent_fb_fetch = GFX_VER >= 9; in iris_populate_fs_key()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_program.c2900 .coherent_fb_fetch = false, in crocus_create_fs_state()
H A Dcrocus_state.c4846 key->coherent_fb_fetch = false; // TODO: needed? in crocus_populate_fs_key()

Completed in 75 milliseconds