Home
last modified time | relevance | path

Searched refs:uses_fbfetch_output (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/compiler/
Dshader_info.h267 bool uses_fbfetch_output:1; member
/external/mesa3d/src/compiler/nir/
Dnir_gather_info.c157 shader->info.fs.uses_fbfetch_output = true; in set_io_mask()
426 shader->info.fs.uses_fbfetch_output = true; in gather_intrinsic_info()
820 shader->info.fs.uses_fbfetch_output = false; in nir_shader_gather_info()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_descriptors.c866 if (sctx->ps_shader.cso && sctx->ps_shader.cso->info.base.fs.uses_fbfetch_output && in si_update_ps_colorbuf0_slot()