HomeSort by relevance Sort by last modified time
    Searched defs:LRP (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_builder.h 541 LRP(const dst_reg &dst, const src_reg &x, const src_reg &y,
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. */
brw_vec4_builder.h 502 LRP(const dst_reg &dst, const src_reg &x, const src_reg &y,
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 56 milliseconds