Searched refs:last_color_export (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_ps.c900 int last_color_export = -1; local in function:si_llvm_build_ps_epilog
911 last_color_export = 0;
915 last_color_export = i;
939 output_index == last_color_export, color_type, &exp))
953 else if (last_color_export == -1)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader.c7759 int last_color_export = -1; local in function:si_build_ps_epilog_function
7772 last_color_export = 0;
7777 last_color_export = i;
7790 mrt == last_color_export, &exp);
7803 else if (last_color_export == -1)

Completed in 13 milliseconds