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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_ps.c252 static LLVMValueRef get_color_32bit(struct si_shader_context *ctx, unsigned color_type, function in typeref:typename:LLVMValueRef
320 args->out[0] = get_color_32bit(ctx, color_type, values[0]);
325 args->out[0] = get_color_32bit(ctx, color_type, values[0]);
326 args->out[1] = get_color_32bit(ctx, color_type, values[1]);
332 args->out[0] = get_color_32bit(ctx, color_type, values[0]);
333 args->out[1] = get_color_32bit(ctx, color_type, values[3]);
336 args->out[0] = get_color_32bit(ctx, color_type, values[0]);
337 args->out[3] = get_color_32bit(ctx, color_type, values[3]);
378 args->out[i] = get_color_32bit(ctx, color_type, values[i]);

Completed in 3 milliseconds