Searched refs:coherent_fb_fetch (Results 1 – 9 of 9) sorted by relevance
61 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()
184 found |= check("coherent fb fetch", coherent_fb_fetch); in debug_fs_recompile()
471 bool coherent_fb_fetch:1; member
3206 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()
8369 (nir->info.outputs_read > 0 && !wm_key->coherent_fb_fetch)) { in run_fs()
258 bool coherent_fb_fetch:1; member
125 .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()
4237 key->coherent_fb_fetch = GEN_GEN >= 9; in iris_populate_fs_key()
1479 bool coherent_fb_fetch = in st_init_extensions() local1487 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()