Home
last modified time | relevance | path

Searched refs:LRP (Results 1 – 25 of 34) sorted by relevance

12

/third_party/mesa3d/src/gallium/tests/graw/fragment-shader/
Dfrag-lrp.sh9 LRP OUT[0], TEMP[0], IN[0].xxxx, IN[0].yyyy
/third_party/mesa3d/src/gallium/tests/graw/vertex-shader/
Dvert-lrp.sh12 LRP OUT[1], TEMP[0], IN[1].xxxx, IN[1].yyyy
/third_party/mesa3d/src/mesa/program/
Dprogram_lexer.l211 LRP{sat} { return_opcode(require_ARB_fp, TRI_OP, LRP, 3); }
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_opcode_tmp.h61 OP13(LRP)
Dtgsi_info_opcodes.h19 OPCODE(1, 3, COMP, LRP)
Dtgsi_lowering.c1468 OPCS(LRP) || in tgsi_transform_lowering()
1496 if (OPCS(LRP)) { in tgsi_transform_lowering()
1497 newlen += LRP_GROW * OPCS(LRP); in tgsi_transform_lowering()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DPixelPipeline.hpp81 void LRP(Vector4s &dst, Vector4s &src0, Vector4s &src1, Vector4s &src2);
DPixelPipeline.cpp127 case Shader::OPCODE_LRP: LRP(d, s0, s1, s2); break; in applyShader()
1530 void PixelPipeline::LRP(Vector4s &dst, Vector4s &src0, Vector4s &src1, Vector4s &src2) in LRP() function in sw::PixelPipeline
/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4.h217 EMIT3(LRP)
Dbrw_vec4_builder.h525 LRP(const dst_reg &dst, const src_reg &x, const src_reg &y, in LRP() function
Dbrw_fs_builder.h741 LRP(const dst_reg &dst, const src_reg &x, const src_reg &y, in LRP() function
Dbrw_eu.h268 ALU3(LRP) in ALU2()
Dbrw_vec4_visitor.cpp178 ALU3(LRP) in ALU1()
Dbrw_vec4_nir.cpp1862 inst = emit(LRP(dst, op[2], op[1], op[0])); in nir_emit_alu()
/third_party/mesa3d/src/intel/tools/
Di965_lex.l94 lrp { yylval.integer = BRW_OPCODE_LRP; return LRP; }
Di965_gram.y394 %token <integer> LINE LRP LZD
916 | LRP
/third_party/openGLES/extensions/ARB/
DARB_fragment_program.txt224 trigonometric instructions, the LRP linear interpolation
691 LRP result.color.rgb, fogFactor.x, finalColor, fogColor;
705 LRP result.color.rgb, fogFactor.x, finalColor, fogColor;
717 LRP result.color.rgb, fogFactor.x, finalColor, fogColor;
1504 | "LRP" | "LRP_SAT"
1904 LG2_SAT, LIT, LIT_SAT, LRP, LRP_SAT, MAD, MAD_SAT, MAX, MAX_SAT,
2621 LRP v,v,v v linear interpolation
3174 3.11.5.14 LRP: Linear Interpolation
3176 The LRP instruction performs a component-wise linear interpolation
4287 LRP dst, tmp, src1, src2;
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_fragment_program.txt214 trigonometric instructions, the LRP linear interpolation
681 LRP result.color.rgb, fogFactor.x, finalColor, fogColor;
695 LRP result.color.rgb, fogFactor.x, finalColor, fogColor;
707 LRP result.color.rgb, fogFactor.x, finalColor, fogColor;
1494 | "LRP" | "LRP_SAT"
1894 LG2_SAT, LIT, LIT_SAT, LRP, LRP_SAT, MAD, MAD_SAT, MAX, MAX_SAT,
2611 LRP v,v,v v linear interpolation
3164 3.11.5.14 LRP: Linear Interpolation
3166 The LRP instruction performs a component-wise linear interpolation
4277 LRP dst, tmp, src1, src2;
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_fragment_program.txt530 The LRP instruction is defined so that the result of "LRP R0, R0, R1, R2"
538 "LRP" using the latter ordering to NV_fragment_program, swap the third
796 LRP R0, R2.x, R1, R0; # blend samples based on weight
1647 | "LRP" | "LRP_SAT"
1941 LRP[RHX][C][_SAT] v,v,v v linear interpolation
2670 Section 3.11.5.14, LRP: Linear Interpolation
2672 The LRP instruction performs a component-wise linear interpolation to
DNV_fragment_program_option.txt279 LRP X X X X X v,v,v v linear interpolation
1109 | "LRP"
/third_party/openGLES/extensions/NV/
DNV_fragment_program.txt530 The LRP instruction is defined so that the result of "LRP R0, R0, R1, R2"
538 "LRP" using the latter ordering to NV_fragment_program, swap the third
796 LRP R0, R2.x, R1, R0; # blend samples based on weight
1647 | "LRP" | "LRP_SAT"
1941 LRP[RHX][C][_SAT] v,v,v v linear interpolation
2670 Section 3.11.5.14, LRP: Linear Interpolation
2672 The LRP instruction performs a component-wise linear interpolation to
DNV_fragment_program_option.txt279 LRP X X X X X v,v,v v linear interpolation
1109 | "LRP"
DNV_fragment_program2.txt287 LRP X X X X X v,v,v v linear interpolation
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_shader.c3104 _OPI(LRP, LRP, V(0,0), V(3,0), V(0,0), V(3,0), 1, 3, NULL), /* 18 */
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_tgsi.c1828 INSTR(LRP, trans_lrp),

12