Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm_ps.c256 static LLVMValueRef get_color_32bit(struct si_shader_context *ctx, unsigned color_type, in get_color_32bit() function
324 args->out[0] = get_color_32bit(ctx, color_type, values[0]); in si_llvm_init_ps_export_args()
329 args->out[0] = get_color_32bit(ctx, color_type, values[0]); in si_llvm_init_ps_export_args()
330 args->out[1] = get_color_32bit(ctx, color_type, values[1]); in si_llvm_init_ps_export_args()
336 args->out[0] = get_color_32bit(ctx, color_type, values[0]); in si_llvm_init_ps_export_args()
337 args->out[1] = get_color_32bit(ctx, color_type, values[3]); in si_llvm_init_ps_export_args()
340 args->out[0] = get_color_32bit(ctx, color_type, values[0]); in si_llvm_init_ps_export_args()
341 args->out[3] = get_color_32bit(ctx, color_type, values[3]); in si_llvm_init_ps_export_args()
382 args->out[i] = get_color_32bit(ctx, color_type, values[i]); in si_llvm_init_ps_export_args()