Searched defs:LRP (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs_builder.h541 LRP(const dst_reg &dst, const src_reg &x, const src_reg &y, function in class:brw::fs_builder
545 /* The LRP instruction actually does op1 * op0 + op2 * (1 - op0), so
551 /* We can't use the LRP instruction. Emit x*(1-a) + y*a. */
H A Dbrw_vec4_builder.h502 LRP(const dst_reg &dst, const src_reg &x, const src_reg &y, function in class:brw::vec4_builder
506 /* The LRP instruction actually does op1 * op0 + op2 * (1 - op0), so
512 /* We can't use the LRP instruction. Emit x*(1-a) + y*a. */

Completed in 188 milliseconds