Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shader_fragment.cpp40 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()
Dsfn_shader_fragment.h83 unsigned m_max_color_exports; variable
Dsfn_ir_to_assembly.cpp94 unsigned m_max_color_exports; member
193 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()