Searched refs:LRP (Results 1 - 25 of 36) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/graw/fragment-shader/
H A Dfrag-lrp.sh9 LRP OUT[0], TEMP[0], IN[0].xxxx, IN[0].yyyy
/xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/graw/vertex-shader/
H A Dvert-lrp.sh12 LRP OUT[1], TEMP[0], IN[1].xxxx, IN[1].yyyy
/xsrc/external/mit/MesaLib/dist/src/gallium/tests/graw/fragment-shader/
H A Dfrag-lrp.sh9 LRP OUT[0], TEMP[0], IN[0].xxxx, IN[0].yyyy
/xsrc/external/mit/MesaLib/dist/src/gallium/tests/graw/vertex-shader/
H A Dvert-lrp.sh12 LRP OUT[1], TEMP[0], IN[1].xxxx, IN[1].yyyy
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_opcode_tmp.h57 OP13(LRP)
H A Dtgsi_info_opcodes.h19 OPCODE(1, 3, COMP, LRP)
H A Dtgsi_lowering.c261 /* LRP - Linear Interpolate
1468 OPCS(LRP) ||
1496 if (OPCS(LRP)) {
1497 newlen += LRP_GROW * OPCS(LRP);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprogram_lexer.l211 LRP{sat} { return_opcode(require_ARB_fp, TRI_OP, LRP, 3); }
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprogram_lexer.l211 LRP{sat} { return_opcode(require_ARB_fp, TRI_OP, LRP, 3); }
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_opcode_tmp.h61 OP13(LRP)
H A Dtgsi_info_opcodes.h19 OPCODE(1, 3, COMP, LRP)
H A Dtgsi_lowering.c262 /* LRP - Linear Interpolate
1468 OPCS(LRP) ||
1496 if (OPCS(LRP)) {
1497 newlen += LRP_GROW * OPCS(LRP);
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4.h217 EMIT3(LRP)
H A Dbrw_vec4_builder.h501 LRP(const dst_reg &dst, const src_reg &x, const src_reg &y, function in class:brw::vec4_builder
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. */
H A Dbrw_fs_builder.h672 LRP(const dst_reg &dst, const src_reg &x, const src_reg &y, function in class:brw::fs_builder
676 /* The LRP instruction actually does op1 * op0 + op2 * (1 - op0), so
682 /* We can't use the LRP instruction. Emit x*(1-a) + y*a. */
H A Dbrw_vec4_visitor.cpp178 ALU3(LRP)
747 return emit(LRP(dst, fix_3src_operand(a), fix_3src_operand(y),
H A Dbrw_eu.h225 ALU3(LRP)
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4.h217 EMIT3(LRP)
H A Dbrw_vec4_builder.h525 LRP(const dst_reg &dst, const src_reg &x, const src_reg &y, function in class:brw::vec4_builder
528 /* The LRP instruction actually does op1 * op0 + op2 * (1 - op0), so
H A Dbrw_fs_builder.h741 LRP(const dst_reg &dst, const src_reg &x, const src_reg &y, function in class:brw::fs_builder
745 /* The LRP instruction actually does op1 * op0 + op2 * (1 - op0), so
751 /* We can't use the LRP instruction. Emit x*(1-a) + y*a. */
H A Dbrw_eu.h268 ALU3(LRP)
H A Dbrw_vec4_visitor.cpp178 ALU3(LRP)
/xsrc/external/mit/MesaLib/dist/src/intel/tools/
H A Di965_gram.y394 %token <integer> LINE LRP LZD
916 | LRP
/xsrc/external/mit/MesaLib/src/mesa/program/
H A Dlex.yy.c1752 { return_opcode(require_ARB_fp, TRI_OP, LRP, 3); }
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler.c1784 INSTR(LRP, trans_lrp),

Completed in 34 milliseconds

12