Home
last modified time | relevance | path

Searched full:blend (Results 1 – 25 of 212) sorted by relevance

123456789

/OK3568_Linux_fs/kernel/drivers/gpu/drm/xlnx/
H A Dzynqmp_disp.c196 * @blend: Blender (video rendering pipeline)
211 struct zynqmp_disp_blend blend; member
656 static void zynqmp_disp_blend_write(struct zynqmp_disp_blend *blend, in zynqmp_disp_blend_write() argument
659 writel(val, blend->base + reg); in zynqmp_disp_blend_write()
705 * @blend: Blender object
710 static void zynqmp_disp_blend_set_output_format(struct zynqmp_disp_blend *blend, in zynqmp_disp_blend_set_output_format() argument
726 zynqmp_disp_blend_write(blend, ZYNQMP_DISP_V_BLEND_OUTPUT_VID_FMT, fmt); in zynqmp_disp_blend_set_output_format()
736 zynqmp_disp_blend_write(blend, in zynqmp_disp_blend_set_output_format()
741 zynqmp_disp_blend_write(blend, in zynqmp_disp_blend_set_output_format()
748 * @blend: Blender object
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dvalue.cpp170 const constexpr Blend::Type Blend::Default;
172 void Blend::Set(const Type& value) { in Set()
176 Blend::Type Blend::Get() { in Get()
177 Type blend; in Get() local
178 MBGL_CHECK_ERROR(blend = glIsEnabled(GL_BLEND)); in Get()
179 return blend; in Get()
189 GLint blend; in Get() local
190 MBGL_CHECK_ERROR(glGetIntegerv(GL_BLEND_EQUATION_RGB, &blend)); in Get()
191 return static_cast<Type>(blend); in Get()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_blend.c142 * pixel blend mode:
143 * Pixel blend mode is set up with drm_plane_create_blend_mode_property().
144 * It adds a blend mode for alpha blending equation selection, describing
151 * Blend formula that ignores the pixel alpha::
157 * Blend formula that assumes the pixel color values
165 * Blend formula that assumes the pixel color values have not
537 * drm_plane_create_blend_mode_property - create a new blend mode property
544 * This creates a new property describing the blend mode.
547 * drm_property_create_enum()) called "pixel blend mode" and has the
551 * Blend formula that ignores the pixel alpha.
[all …]
/OK3568_Linux_fs/buildroot/package/qt5/qt5base/
H A D0018-HACK-qpaintengine_raster-Support-rga-in-fillRect-wit.patch38 d->rasterize(d->outlineMapper->convertPath(path), blend, fillData, d->rasterBuffer.data());
192 + int blend = ((alpha * 255) >> 8) << 16;
194 + blend |= 0x0100;
196 + blend |= 0x0105;
198 + blend |= 0x0405;
216 + src_info.blend = blend;
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/dispnv50/
H A Dwndw.c163 if (asyw->set.blend) wndw->func->blend_set(wndw, asyw); in nv50_wndw_flush_set()
333 asyw->blend.depth = 255 - asyw->state.normalized_zpos; in nv50_wndw_atomic_check_acquire()
334 asyw->blend.k1 = asyw->state.alpha >> 8; in nv50_wndw_atomic_check_acquire()
337 asyw->blend.src_color = NVC37E_SET_COMPOSITION_FACTOR_SELECT_SRC_COLOR_FACTOR_MATCH_SELECT_K1; in nv50_wndw_atomic_check_acquire()
338 …asyw->blend.dst_color = NVC37E_SET_COMPOSITION_FACTOR_SELECT_DST_COLOR_FACTOR_MATCH_SELECT_NEG_K1_… in nv50_wndw_atomic_check_acquire()
341 …asyw->blend.src_color = NVC37E_SET_COMPOSITION_FACTOR_SELECT_SRC_COLOR_FACTOR_MATCH_SELECT_K1_TIME… in nv50_wndw_atomic_check_acquire()
342 …asyw->blend.dst_color = NVC37E_SET_COMPOSITION_FACTOR_SELECT_DST_COLOR_FACTOR_MATCH_SELECT_NEG_K1_… in nv50_wndw_atomic_check_acquire()
346 asyw->blend.src_color = NVC37E_SET_COMPOSITION_FACTOR_SELECT_SRC_COLOR_FACTOR_MATCH_SELECT_K1; in nv50_wndw_atomic_check_acquire()
347 … asyw->blend.dst_color = NVC37E_SET_COMPOSITION_FACTOR_SELECT_DST_COLOR_FACTOR_MATCH_SELECT_NEG_K1; in nv50_wndw_atomic_check_acquire()
350 if (memcmp(&armw->blend, &asyw->blend, sizeof(asyw->blend))) in nv50_wndw_atomic_check_acquire()
[all …]
H A Dwndwc37e.c110 NVVAL(NVC37E, SET_COMPOSITION_CONTROL, DEPTH, asyw->blend.depth), in wndwc37e_blend_set()
113 NVVAL(NVC37E, SET_COMPOSITION_CONSTANT_ALPHA, K1, asyw->blend.k1) | in wndwc37e_blend_set()
118 asyw->blend.src_color) | in wndwc37e_blend_set()
120 asyw->blend.src_color) | in wndwc37e_blend_set()
122 asyw->blend.dst_color) | in wndwc37e_blend_set()
124 asyw->blend.dst_color), in wndwc37e_blend_set()
H A Datom.h251 } blend; member
262 bool blend:1; member
/OK3568_Linux_fs/kernel/drivers/media/platform/vsp1/
H A Dvsp1_brx.c3 * vsp1_brx.c -- R-Car VSP1 Blend ROP Unit (BRU and BRS)
328 * Blend/ROP unit B SRC input. Only needed for BRU, the BRS has no ROP in brx_configure_stream()
342 * Configure all Blend/ROP units corresponding to an enabled BRx in brx_configure_stream()
343 * input for alpha blending. Blend/ROP units corresponding to in brx_configure_stream()
358 * Select the virtual RPF as the Blend/ROP unit A DST input to in brx_configure_stream()
365 * Route inputs 0 to 3 as SRC inputs to Blend/ROP units A to D in brx_configure_stream()
366 * in that order. In the BRU the Blend/ROP unit B SRC is in brx_configure_stream()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vkms/
H A Dvkms_composer.c79 * blend - blend value at vaddr_src with value at vaddr_dst
85 * Blend the vaddr_src value with the vaddr_dst value using the pre-multiplied
91 static void blend(void *vaddr_dst, void *vaddr_src, in blend() function
140 blend(vaddr_out, cursor_vkms_obj->vaddr, in compose_cursor()
/OK3568_Linux_fs/external/rockit/mpi/sdk/include/
H A Drk_comm_avs.h62 AVS_MODE_BLEND = 0, /* according to LUT stitching, blend at the splicing point */
63 …AVS_MODE_NOBLEND_VER = 1, /* place input images vertically together, no blend at the stitching po…
64 …AVS_MODE_NOBLEND_HOR = 2, /* place input images horizontally together, no blend at the stitching …
68 * no blend at the stitching point.
H A Drk_comm_tde.h48 TDE_OSD_COVER = 0x100, /* not blend */
49 TDE_OSD_DST_ALPHA = 0x105, /* blend:src data alpha premultipy */
50 TDE_OSD_ALL_ALPHA = 0x405 /* blend:src data not alpha premultipy */
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dvidioc-g-fbuf.rst302 - Use the alpha channel of the framebuffer to clip or blend
303 framebuffer pixels with video images. The blend function is:
308 - Use a global alpha value to blend the framebuffer with video
309 images. The blend function is: output = (framebuffer pixel * alpha
318 framebuffer to clip or blend framebuffer pixels with video images,
319 but with an inverted alpha value. The blend function is: output =
/OK3568_Linux_fs/external/linux-rga/samples/im2d_api_demo/
H A Dargs.cpp33 " [--flip=H/V] [--translate] [--blend] [--cvtcolor]\n" in help_function()
55 "\t --blend Blend the image by RGA.Default, Porter-Duff 'SRC over DST'.\n" in help_function()
72 { "blend", no_argument, NULL, MODE_BLEND_CHAR }, in readArguments()
145 printf("im2d blend ..\n"); in readArguments()
/OK3568_Linux_fs/kernel/Documentation/gpu/
H A Dvkms.rst16 - Optimize CRC computation ``compute_crc()`` and plane blending ``blend()``
18 - Use the alpha value to blend vaddr_src with vaddr_dst instead of
19 overwriting it in ``blend()``.
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RV110X/lib/Linux/armhf/
HDlibrga.so ... d, %d, %d] f-blend-size-rotation-col-log-mmu ...
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK356X/include/
H A Dim2d_mpi.h47 * The input source image and is also the foreground image in blend.
49 * The output destination image and is also the foreground image in blend.
H A Dim2d_task.h202 * Add blend(SRC + DST -> DST) task
472 * The input source image and is also the foreground image in blend.
474 * The output destination image and is also the foreground image in blend.
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK3588/include/
H A Dim2d_mpi.h47 * The input source image and is also the foreground image in blend.
49 * The output destination image and is also the foreground image in blend.
H A Dim2d_task.h202 * Add blend(SRC + DST -> DST) task
472 * The input source image and is also the foreground image in blend.
474 * The output destination image and is also the foreground image in blend.
/OK3568_Linux_fs/external/linux-rga/im2d_api/
H A Dim2d_mpi.h47 * The input source image and is also the foreground image in blend.
49 * The output destination image and is also the foreground image in blend.
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/rga/
H A Dim2d_mpi.h47 * The input source image and is also the foreground image in blend.
49 * The output destination image and is also the foreground image in blend.
H A Dim2d_task.h202 * Add blend(SRC + DST -> DST) task
472 * The input source image and is also the foreground image in blend.
474 * The output destination image and is also the foreground image in blend.
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/stitching/detail/
H A Dblenders.hpp91 virtual void blend(InputOutputArray dst, InputOutputArray dst_mask);
110 void blend(InputOutputArray dst, InputOutputArray dst_mask) CV_OVERRIDE;
137 void blend(InputOutputArray dst, InputOutputArray dst_mask) CV_OVERRIDE;
/OK3568_Linux_fs/kernel/drivers/media/pci/ttpci/
H A Dav7110_hw.c945 static int OSDSetColor(struct av7110 *av7110, u8 color, u8 r, u8 g, u8 b, u8 blend) in OSDSetColor() argument
952 yuv = blend ? RGB2YUV(r,g,b) : 0; in OSDSetColor()
959 color, ((blend >> 4) & 0x0f)); in OSDSetColor()
972 u32 color, blend, yuv; in OSDSetPalette() local
976 blend = (color & 0xF0000000) >> 4; in OSDSetPalette()
977 yuv = blend ? RGB2YUV(color & 0xFF, (color >> 8) & 0xFF, in OSDSetPalette()
978 (color >> 16) & 0xFF) | blend : 0; in OSDSetPalette()
1088 u8 r, g = 0, b = 0, blend = 0; in av7110_osd_cmd() local
1094 get_user(blend, colors + i * 4 + 3)) { in av7110_osd_cmd()
1098 ret = OSDSetColor(av7110, dc->color + i, r, g, b, blend); in av7110_osd_cmd()
/OK3568_Linux_fs/external/linux-rga/im2d_api/src/
H A Dim2d_impl.cpp1051 /**************** blend mode check ****************/ in rga_check_blend()
1058 IM_LOGW("Blend mode 'src_over' unsupported src format without alpha, " in rga_check_blend()
1069 IM_LOGW("Blend mode 'dst_over' unsupported pat format without alpha, " in rga_check_blend()
1078 IM_LOGW("Blend mode 'dst_over' unsupported dst format without alpha, " in rga_check_blend()
1089 IM_LOGW("Blend mode unsupported format without alpha, " in rga_check_blend()
1101 IM_LOGW("In the three-channel mode Alapha blend, the width and height of the src1 channel " in rga_check_blend()
1631 /* Blend */ in rga_task_submit()
1635 srcinfo.blend = 0x1; in rga_task_submit()
1638 srcinfo.blend = 0x2; in rga_task_submit()
1641 srcinfo.blend = (usage & IM_ALPHA_BLEND_PRE_MUL) ? 0x405 : 0x105; in rga_task_submit()
[all …]

123456789