Searched refs:get_color_32bit (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_shader_llvm_ps.c | 231 static LLVMValueRef get_color_32bit(struct si_shader_context *ctx, unsigned color_type, in get_color_32bit() function 303 args->out[0] = get_color_32bit(ctx, color_type, values[0]); in si_llvm_init_ps_export_args() 308 args->out[0] = get_color_32bit(ctx, color_type, values[0]); in si_llvm_init_ps_export_args() 309 args->out[1] = get_color_32bit(ctx, color_type, values[1]); in si_llvm_init_ps_export_args() 315 args->out[0] = get_color_32bit(ctx, color_type, values[0]); in si_llvm_init_ps_export_args() 316 args->out[1] = get_color_32bit(ctx, color_type, values[3]); in si_llvm_init_ps_export_args() 319 args->out[0] = get_color_32bit(ctx, color_type, values[0]); in si_llvm_init_ps_export_args() 320 args->out[3] = get_color_32bit(ctx, color_type, values[3]); in si_llvm_init_ps_export_args() 361 args->out[i] = get_color_32bit(ctx, color_type, values[i]); in si_llvm_init_ps_export_args()
|
Completed in 3 milliseconds