/external/virglrenderer/tests/ |
D | large_shader.h | 79 47: LRP TEMP[27].x, TEMP[17].xxxx, TEMP[26].xxxx, TEMP[22].xxxx 88 56: LRP TEMP[36].x, TEMP[17].xxxx, TEMP[35].xxxx, TEMP[31].xxxx 89 57: LRP TEMP[37].x, TEMP[17].yyyy, TEMP[36].xxxx, TEMP[27].xxxx 98 66: LRP TEMP[46].x, TEMP[17].xxxx, TEMP[45].xxxx, TEMP[41].xxxx 107 75: LRP TEMP[55].x, TEMP[17].xxxx, TEMP[54].xxxx, TEMP[50].xxxx 108 76: LRP TEMP[56].x, TEMP[17].yyyy, TEMP[55].xxxx, TEMP[46].xxxx 109 77: LRP TEMP[57].x, TEMP[17].zzzz, TEMP[56].xxxx, TEMP[37].xxxx 130 98: LRP TEMP[77].x, TEMP[67].xxxx, TEMP[76].xxxx, TEMP[72].xxxx 139 107: LRP TEMP[86].x, TEMP[67].xxxx, TEMP[85].xxxx, TEMP[81].xxxx 140 108: LRP TEMP[87].x, TEMP[67].yyyy, TEMP[86].xxxx, TEMP[77].xxxx [all …]
|
/external/mesa3d/src/gallium/tests/graw/fragment-shader/ |
D | frag-lrp.sh | 9 LRP OUT[0], TEMP[0], IN[0].xxxx, IN[0].yyyy
|
/external/mesa3d/src/gallium/tests/graw/vertex-shader/ |
D | vert-lrp.sh | 12 LRP OUT[1], TEMP[0], IN[1].xxxx, IN[1].yyyy
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_opcode_tmp.h | 77 OP13(LRP)
|
/external/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()
|
/external/mesa3d/src/mesa/program/ |
D | program_lexer.l | 211 LRP{sat} { return_opcode(require_ARB_fp, TRI_OP, LRP, 3); }
|
/external/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
|
/external/mesa3d/src/intel/compiler/ |
D | brw_vec4.h | 212 EMIT3(LRP)
|
D | brw_vec4_builder.h | 501 LRP(const dst_reg &dst, const src_reg &x, const src_reg &y, in LRP() function
|
D | brw_fs_builder.h | 670 LRP(const dst_reg &dst, const src_reg &x, const src_reg &y, in LRP() function
|
D | brw_eu.h | 262 ALU3(LRP) in ALU2()
|
D | brw_vec4_visitor.cpp | 178 ALU3(LRP) in ALU1()
|
D | brw_vec4_nir.cpp | 1831 inst = emit(LRP(dst, op[2], op[1], op[0])); in nir_emit_alu()
|
D | brw_eu_emit.c | 1091 ALU3F(LRP) in ALU1()
|
/external/igt-gpu-tools/assembler/ |
D | lex.l | 103 "lrp" { yylval.integer = BRW_OPCODE_LRP; return LRP; }
|
D | gram.y | 487 %token <integer> MAD LRP BFE BFI2 SUBB 1123 trinaryop: MAD | LRP | BFE | BFI2
|
/external/mesa3d/src/intel/tools/ |
D | i965_lex.l | 93 lrp { yylval.integer = BRW_OPCODE_LRP; return LRP; }
|
D | i965_gram.y | 384 %token <integer> LINE LRP LZD 906 | LRP
|
/external/mesa3d/src/gallium/frontends/nine/ |
D | nine_shader.c | 3076 _OPI(LRP, LRP, V(0,0), V(3,0), V(0,0), V(3,0), 1, 3, NULL), /* 18 */
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_compiler_tgsi.c | 1828 INSTR(LRP, trans_lrp),
|
/external/skqp/src/compute/skc/platforms/cl_12/kernels/ |
D | render.cl | 743 // on GEN9 there is an LRP "linear interoplation" function but it
|
/external/mesa3d/docs/gallium/ |
D | tgsi.rst | 260 .. opcode:: LRP - Linear Interpolate 3796 DP3, DP4, DST, LOG, LRP, and possibly others. If there is a
|