Searched refs:lrp (Results 1 - 14 of 14) sorted by relevance
| /xsrc/external/mit/mesa-demos/dist/src/fp/ |
| H A D | Makefile.am | 68 lrp.txt \
|
| H A D | Makefile.in | 415 lrp.txt \
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/bellagio/ |
| H A D | vid_dec_av1.c | 1035 struct loop_restoration_params *lrp = &(priv->codec_data.av1.uncompressed_header.lrp); local in function:lr_params 1044 lrp->FrameRestorationType[0] = AV1_RESTORE_NONE; 1045 lrp->FrameRestorationType[1] = AV1_RESTORE_NONE; 1046 lrp->FrameRestorationType[2] = AV1_RESTORE_NONE; 1052 lrp->FrameRestorationType[i] = Remap_Lr_Type[lr_type]; 1053 if (lrp->FrameRestorationType[i] != AV1_RESTORE_NONE) { 1071 lrp->LoopRestorationSize[0] = AV1_RESTORATION_TILESIZE >> (2 - lr_unit_shift); 1076 lrp->LoopRestorationSize[1] = lrp [all...] |
| H A D | vid_dec_av1.h | 413 struct loop_restoration_params lrp; member in struct:av1_uncompressed_header_obu
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 20.1.1.rst | 82 - glsl: Don't replace lrp pattern with lrp if arguments are not floats
|
| H A D | 20.2.0.rst | 1314 - glsl: Don't replace lrp pattern with lrp if arguments are not floats
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | ir_builder.h | 212 ir_expression *lrp(operand x, operand y, operand a);
|
| H A D | ir_builder.cpp | 594 lrp(operand x, operand y, operand a) function in namespace:ir_builder
|
| H A D | opt_algebraic.cpp | 538 /* Replace (-x + y) * a + x and commutative variations with lrp(x, y, a). 544 * lrp(x, y, a) 586 return lrp(x_operand, y_operand, a_operand);
|
| H A D | builtin_functions.cpp | 5466 body.emit(ret(lrp(x, y, a)));
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | ir_builder.h | 212 ir_expression *lrp(operand x, operand y, operand a);
|
| H A D | ir_builder.cpp | 594 lrp(operand x, operand y, operand a) function in namespace:ir_builder
|
| H A D | opt_algebraic.cpp | 538 /* Replace (-x + y) * a + x and commutative variations with lrp(x, y, a). 544 * lrp(x, y, a) 585 return lrp(x_operand, y_operand, a_operand);
|
| H A D | builtin_functions.cpp | 4977 body.emit(ret(lrp(x, y, a)));
|
Completed in 39 milliseconds