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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader.c435 static LLVMValueRef extract_double_to_float(struct si_shader_context *ctx, function in typeref:typename:LLVMValueRef
711 out[chan] = extract_double_to_float(ctx, input[0], chan);
718 out[chan] = extract_double_to_float(ctx, input[chan], 0);
724 out[chan] = extract_double_to_float(ctx, input[chan / 2],

Completed in 11 milliseconds