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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_shader_fragment.h110 bool m_dual_source_blend; member in class:r600::FragmentShaderFromNir
H A Dsfn_shader_fragment.cpp51 m_dual_source_blend(key.ps.dual_source_blend),
441 if (semantic.location == FRAG_RESULT_COLOR && !m_dual_source_blend) {
454 m_dual_source_blend = true;
530 return emit_export_pixel(instr, m_dual_source_blend ? 1 : m_max_color_exports);
944 unsigned location = (m_dual_source_blend && (semantics.location == FRAG_RESULT_COLOR)
1012 unsigned location = (m_dual_source_blend && (out_var->data.location == FRAG_RESULT_COLOR)

Completed in 5 milliseconds