Searched refs:m_max_color_exports (Results 1 – 3 of 3) sorted by relevance
78 unsigned m_max_color_exports; variable
40 m_max_color_exports(MAX2(key.ps.nr_cbufs,1)), in FragmentShaderFromNir()307 return emit_export_pixel(out_var, instr, m_dual_source_blend ? 1 : m_max_color_exports); in do_emit_store_deref()795 if (location >= m_max_color_exports) { in emit_export_pixel()798 << " skipped because we have only " << m_max_color_exports << " CBs\n"; in emit_export_pixel()843 sh_info().nr_ps_max_color_exports = m_max_color_exports; in do_finalize()
90 unsigned m_max_color_exports; member224 m_max_color_exports = MAX2(m_key->ps.nr_cbufs, 1); in AssemblyFromShaderLegacyImpl()443 if (exi.location() >= m_max_color_exports && exi.location() < 60) { in emit_fs_pixel_export()445 exi.location(), m_max_color_exports); in emit_fs_pixel_export()