| /xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/graw/fragment-shader/ |
| H A D | frag-lrp.sh | 9 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 D | vert-lrp.sh | 12 LRP OUT[1], TEMP[0], IN[1].xxxx, IN[1].yyyy
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/tests/graw/fragment-shader/ |
| H A D | frag-lrp.sh | 9 LRP OUT[0], TEMP[0], IN[0].xxxx, IN[0].yyyy
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/tests/graw/vertex-shader/ |
| H A D | vert-lrp.sh | 12 LRP OUT[1], TEMP[0], IN[1].xxxx, IN[1].yyyy
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_opcode_tmp.h | 57 OP13(LRP)
|
| H A D | tgsi_info_opcodes.h | 19 OPCODE(1, 3, COMP, LRP)
|
| H A D | tgsi_lowering.c | 261 /* 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 D | program_lexer.l | 211 LRP{sat} { return_opcode(require_ARB_fp, TRI_OP, LRP, 3); }
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/program/ |
| H A D | program_lexer.l | 211 LRP{sat} { return_opcode(require_ARB_fp, TRI_OP, LRP, 3); }
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_opcode_tmp.h | 61 OP13(LRP)
|
| H A D | tgsi_info_opcodes.h | 19 OPCODE(1, 3, COMP, LRP)
|
| H A D | tgsi_lowering.c | 262 /* 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 D | brw_vec4.h | 217 EMIT3(LRP)
|
| H A D | brw_vec4_builder.h | 501 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 D | brw_fs_builder.h | 672 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 D | brw_vec4_visitor.cpp | 178 ALU3(LRP) 747 return emit(LRP(dst, fix_3src_operand(a), fix_3src_operand(y),
|
| H A D | brw_eu.h | 225 ALU3(LRP)
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_vec4.h | 217 EMIT3(LRP)
|
| H A D | brw_vec4_builder.h | 525 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 D | brw_fs_builder.h | 741 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 D | brw_eu.h | 268 ALU3(LRP)
|
| H A D | brw_vec4_visitor.cpp | 178 ALU3(LRP)
|
| /xsrc/external/mit/MesaLib/dist/src/intel/tools/ |
| H A D | i965_gram.y | 394 %token <integer> LINE LRP LZD 916 | LRP
|
| /xsrc/external/mit/MesaLib/src/mesa/program/ |
| H A D | lex.yy.c | 1752 { return_opcode(require_ARB_fp, TRI_OP, LRP, 3); }
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_compiler.c | 1784 INSTR(LRP, trans_lrp),
|