Searched refs:si_export_mrt_color (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/amd/common/ |
D | ac_nir_to_llvm.c | 6490 si_export_mrt_color(struct nir_to_llvm_context *ctx, in si_export_mrt_color() function 6553 …bool ret = si_export_mrt_color(ctx, values, V_008DFC_SQ_EXP_MRT + (i - FRAG_RESULT_DATA0), last, &… in handle_fs_outputs_post() 6564 si_export_mrt_color(ctx, NULL, V_008DFC_SQ_EXP_NULL, true, &color_args[0]); in handle_fs_outputs_post()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader.c | 3719 static void si_export_mrt_color(struct lp_build_tgsi_context *bld_base, in si_export_mrt_color() function 7784 si_export_mrt_color(bld_base, color, mrt, in si_build_ps_epilog_function()
|