Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm.c61 if (prog->nir->info.outputs_read && !key->coherent_fb_fetch) { in assign_fs_binding_table_offsets()
525 key->coherent_fb_fetch = ctx->Extensions.EXT_shader_framebuffer_fetch; in brw_wm_populate_key()
593 key->coherent_fb_fetch = devinfo->gen >= 9; in brw_wm_populate_default_key()
608 assert(key.coherent_fb_fetch == in brw_fs_precompile()
/external/mesa3d/src/intel/compiler/
Dbrw_debug_recompile.c184 found |= check("coherent fb fetch", coherent_fb_fetch); in debug_fs_recompile()
Dbrw_compiler.h471 bool coherent_fb_fetch:1; member
Dbrw_fs_nir.cpp3206 assert(!wm_key->coherent_fb_fetch); in emit_non_coherent_fb_read()
3408 if (reinterpret_cast<const brw_wm_prog_key *>(key)->coherent_fb_fetch) in nir_emit_fs_intrinsic()
Dbrw_fs.cpp8369 (nir->info.outputs_read > 0 && !wm_key->coherent_fb_fetch)) { in run_fs()
/external/mesa3d/src/gallium/drivers/iris/
Diris_context.h258 bool coherent_fb_fetch:1; member
Diris_program.c125 .coherent_fb_fetch = key->coherent_fb_fetch, in iris_to_brw_fs_key()
2373 .coherent_fb_fetch = devinfo->gen >= 9, in iris_create_fs_state()
Diris_state.c4237 key->coherent_fb_fetch = GEN_GEN >= 9; in iris_populate_fs_key()
/external/mesa3d/src/mesa/state_tracker/
Dst_extensions.c1479 bool coherent_fb_fetch = in st_init_extensions() local
1487 extensions->KHR_blend_equation_advanced_coherent = coherent_fb_fetch; in st_init_extensions()
1492 extensions->EXT_shader_framebuffer_fetch = coherent_fb_fetch; in st_init_extensions()