HomeSort by: relevance | last modified time | path
    Searched refs:coherent_fb_fetch (Results 1 - 18 of 18) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
brw_wm.c 61 if (prog->nir->info.outputs_read && !key->coherent_fb_fetch) {
536 key->coherent_fb_fetch = ctx->Extensions.EXT_shader_framebuffer_fetch;
604 key->coherent_fb_fetch = devinfo->ver >= 9;
618 /* check brw_wm_populate_default_key coherent_fb_fetch setting */
619 assert(key.coherent_fb_fetch ==
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
brw_wm.c 61 if (prog->nir->info.outputs_read && !key->coherent_fb_fetch) {
495 key->coherent_fb_fetch = ctx->Extensions.EXT_shader_framebuffer_fetch;
562 key->coherent_fb_fetch = devinfo->gen >= 9;
576 /* check brw_wm_populate_default_key coherent_fb_fetch setting */
577 assert(key.coherent_fb_fetch ==
  /xsrc/external/mit/MesaLib/dist/src/intel/compiler/
brw_debug_recompile.c 184 found |= check("coherent fb fetch", coherent_fb_fetch);
brw_compiler.h 491 bool coherent_fb_fetch:1; member in struct:brw_wm_prog_key
brw_fs_nir.cpp 3302 assert(!wm_key->coherent_fb_fetch);
3505 if (reinterpret_cast<const brw_wm_prog_key *>(key)->coherent_fb_fetch)
brw_fs.cpp 9263 (nir->info.outputs_read > 0 && !wm_key->coherent_fb_fetch)) {
  /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
brw_debug_recompile.c 176 found |= check("coherent fb fetch", coherent_fb_fetch);
brw_compiler.h 410 bool coherent_fb_fetch:1; member in struct:brw_wm_prog_key
brw_fs_nir.cpp 3201 assert(!wm_key->coherent_fb_fetch);
3386 if (reinterpret_cast<const brw_wm_prog_key *>(key)->coherent_fb_fetch)
brw_fs.cpp 7608 (nir->info.outputs_read > 0 && !wm_key->coherent_fb_fetch)) {
  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_extensions.c 1547 bool coherent_fb_fetch = local
1555 extensions->KHR_blend_equation_advanced_coherent = coherent_fb_fetch;
1560 extensions->EXT_shader_framebuffer_fetch = coherent_fb_fetch;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
iris_context.h 266 bool coherent_fb_fetch:1; member in struct:iris_fs_prog_key
iris_program.c 160 .coherent_fb_fetch = key->coherent_fb_fetch,
2667 .coherent_fb_fetch = devinfo->ver >= 9,
iris_state.c 4291 key->coherent_fb_fetch = GFX_VER >= 9;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
iris_program.c 1633 .coherent_fb_fetch = true,
iris_state.c 3550 key->coherent_fb_fetch = true;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
crocus_program.c 2872 .coherent_fb_fetch = false,
crocus_state.c 4845 key->coherent_fb_fetch = false; // TODO: needed?

Completed in 48 milliseconds