Searched refs:m_max_color_exports (Results 1 – 3 of 3) sorted by relevance
40 m_max_color_exports(MAX2(key.ps.nr_cbufs,1)), in FragmentShaderFromNir()530 return emit_export_pixel(instr, m_dual_source_blend ? 1 : m_max_color_exports); in emit_store_output()949 if (location >= m_max_color_exports) { in emit_export_pixel()952 << " skipped because we have only " << m_max_color_exports << " CBs\n"; in emit_export_pixel()1017 if (location >= m_max_color_exports) { in emit_export_pixel()1020 << " skipped because we have only " << m_max_color_exports << " CBs\n"; in emit_export_pixel()1066 sh_info().nr_ps_max_color_exports = m_max_color_exports; in do_finalize()
83 unsigned m_max_color_exports; variable
94 unsigned m_max_color_exports; member193 m_max_color_exports = MAX2(m_key->ps.nr_cbufs, 1); in AssemblyFromShaderLegacyImpl()430 if (exi.location() >= m_max_color_exports && exi.location() < 60) { in emit_fs_pixel_export()432 exi.location(), m_max_color_exports); in emit_fs_pixel_export()