/third_party/mesa3d/src/gallium/tests/graw/fragment-shader/ |
D | frag-lrp.sh | 9 LRP OUT[0], TEMP[0], IN[0].xxxx, IN[0].yyyy
|
/third_party/mesa3d/src/gallium/tests/graw/vertex-shader/ |
D | vert-lrp.sh | 12 LRP OUT[1], TEMP[0], IN[1].xxxx, IN[1].yyyy
|
/third_party/mesa3d/src/mesa/program/ |
D | program_lexer.l | 211 LRP{sat} { return_opcode(require_ARB_fp, TRI_OP, LRP, 3); }
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_opcode_tmp.h | 61 OP13(LRP)
|
D | tgsi_info_opcodes.h | 19 OPCODE(1, 3, COMP, LRP)
|
D | tgsi_lowering.c | 1468 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/ |
D | PixelPipeline.hpp | 81 void LRP(Vector4s &dst, Vector4s &src0, Vector4s &src1, Vector4s &src2);
|
D | PixelPipeline.cpp | 127 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/ |
D | brw_vec4.h | 217 EMIT3(LRP)
|
D | brw_vec4_builder.h | 525 LRP(const dst_reg &dst, const src_reg &x, const src_reg &y, in LRP() function
|
D | brw_fs_builder.h | 741 LRP(const dst_reg &dst, const src_reg &x, const src_reg &y, in LRP() function
|
D | brw_eu.h | 268 ALU3(LRP) in ALU2()
|
D | brw_vec4_visitor.cpp | 178 ALU3(LRP) in ALU1()
|
D | brw_vec4_nir.cpp | 1862 inst = emit(LRP(dst, op[2], op[1], op[0])); in nir_emit_alu()
|
/third_party/mesa3d/src/intel/tools/ |
D | i965_lex.l | 94 lrp { yylval.integer = BRW_OPCODE_LRP; return LRP; }
|
D | i965_gram.y | 394 %token <integer> LINE LRP LZD 916 | LRP
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_fragment_program.txt | 224 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/ |
D | ARB_fragment_program.txt | 214 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/ |
D | NV_fragment_program.txt | 530 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
|
D | NV_fragment_program_option.txt | 279 LRP X X X X X v,v,v v linear interpolation 1109 | "LRP"
|
/third_party/openGLES/extensions/NV/ |
D | NV_fragment_program.txt | 530 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
|
D | NV_fragment_program_option.txt | 279 LRP X X X X X v,v,v v linear interpolation 1109 | "LRP"
|
D | NV_fragment_program2.txt | 287 LRP X X X X X v,v,v v linear interpolation
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | nine_shader.c | 3104 _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/ |
D | etnaviv_compiler_tgsi.c | 1828 INSTR(LRP, trans_lrp),
|