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

  /external/mesa3d/src/intel/compiler/
brw_fs_builder.h 540 LRP(const dst_reg &dst, const src_reg &x, const src_reg &y,
544 /* The LRP instruction actually does op1 * op0 + op2 * (1 - op0), so
550 /* We can't use the LRP instruction. Emit x*(1-a) + y*a. */
brw_vec4_builder.h 501 LRP(const dst_reg &dst, const src_reg &x, const src_reg &y,
505 /* The LRP instruction actually does op1 * op0 + op2 * (1 - op0), so
511 /* We can't use the LRP instruction. Emit x*(1-a) + y*a. */

Completed in 211 milliseconds