Searched refs:uses_fbfetch_output (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/
H A Dshader_info.h333 bool uses_fbfetch_output:1; member in struct:shader_info::__anon04aa5a9e010a::__anon04aa5a9e0408
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_gather_info.c153 shader->info.fs.uses_fbfetch_output = true;
558 shader->info.fs.uses_fbfetch_output = true;
888 shader->info.fs.uses_fbfetch_output = false;
H A Dnir_lower_blend.c361 b->shader->info.fs.uses_fbfetch_output = true;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_nir.c504 nir->info.fs.uses_fbfetch_output ||
H A Dsi_descriptors.c923 if (sctx->shader.ps.cso && sctx->shader.ps.cso->info.base.fs.uses_fbfetch_output &&
H A Dsi_state_shaders.c362 (info->base.fs.uses_fbfetch_output ||
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_descriptors_lazy.c151 if (!pg->is_compute && stages[PIPE_SHADER_FRAGMENT]->nir->info.fs.uses_fbfetch_output) {
H A Dzink_program.c882 if (nir->info.fs.uses_fbfetch_output) {
H A Dzink_compiler.c864 if (nir->info.fs.uses_fbfetch_output) {
H A Dzink_context.c1814 !ctx->gfx_stages[PIPE_SHADER_FRAGMENT]->nir->info.fs.uses_fbfetch_output) {

Completed in 27 milliseconds