Searched refs:first_color_export (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_shader_llvm_ps.c | 416 unsigned first_color_export, unsigned color_type, in si_export_mrt_color() 421 assert(exp->num == first_color_export); in si_export_mrt_color() 425 if (si_llvm_init_ps_export_args(ctx, color, c, exp->num - first_color_export, in si_export_mrt_color() 433 if (si_llvm_init_ps_export_args(ctx, color, index, exp->num - first_color_export, in si_export_mrt_color() 902 const unsigned first_color_export = exp.num; in si_llvm_build_ps_epilog() local 909 si_export_mrt_color(ctx, color[write_i], write_i, first_color_export, color_type, &exp); in si_llvm_build_ps_epilog() 919 ac_build_dual_src_blend_swizzle(&ctx->ac, &exp.args[first_color_export], in si_llvm_build_ps_epilog() 920 &exp.args[first_color_export + 1]); in si_llvm_build_ps_epilog() 415 si_export_mrt_color(struct si_shader_context *ctx, LLVMValueRef *color, unsigned index, unsigned first_color_export, unsigned color_type, struct si_ps_exports *exp) si_export_mrt_color() argument
|
Completed in 3 milliseconds