Home
last modified time | relevance | path

Searched refs:emit_export_pixel (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shader_fragment.h57 bool emit_export_pixel(const nir_variable *, nir_intrinsic_instr* instr, int outputs);
Dsfn_shader_fragment.cpp307 return emit_export_pixel(out_var, instr, m_dual_source_blend ? 1 : m_max_color_exports); in do_emit_store_deref()
314 return emit_export_pixel(out_var, instr, 1); in do_emit_store_deref()
759 bool FragmentShaderFromNir::emit_export_pixel(const nir_variable *out_var, nir_intrinsic_instr* ins… in emit_export_pixel() function in r600::FragmentShaderFromNir