Searched refs:src_width (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_overlay.c911 rec->src_width > IMAGE_MAX_WIDTH_LEGACY)
915 rec->src_width > IMAGE_MAX_WIDTH)
921 rec->src_width < N_HORIZ_Y_TAPS*4)
957 if (rec->src_width % uv_hscale)
981 if (packed_width_bytes(rec->flags, rec->src_width) > rec->stride_Y)
990 if (rec->src_width > rec->stride_Y)
992 if (rec->src_width/uv_hscale > rec->stride_UV)
1138 params->src_w = put_image_rec->src_width;
H A Di915_drm.h881 __u16 src_width; member in struct:drm_intel_overlay_put_image
/freebsd-11-stable/sys/arm/allwinner/
H A Da10_hdmiaudio.c166 conf.src_width = conf.dst_width = DMA_WIDTH;
H A Da10_dmac.c265 switch (cfg->src_width) {
H A Da10_codec.c362 conf.src_width = conf.dst_width = 16;
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dsi.c537 u32 src_width; /* viewport width */ member in struct:dce6_wm_params
663 fixed20_12 src_width; local
671 src_width.full = dfixed_const(wm->src_width);
672 bandwidth.full = dfixed_mul(src_width, bpp);
728 a.full = dfixed_const(max_src_lines_per_dst_line * wm->src_width * wm->bytes_per_pixel);
762 u32 lb_partitions = wm->lb_size / wm->src_width;
810 wm.src_width = mode->crtc_hdisplay;
H A Devergreen.c827 u32 src_width; /* viewport width */ member in struct:evergreen_wm_params
936 fixed20_12 src_width; local
944 src_width.full = dfixed_const(wm->src_width);
945 bandwidth.full = dfixed_mul(src_width, bpp);
991 a.full = dfixed_const(max_src_lines_per_dst_line * wm->src_width * wm->bytes_per_pixel);
1025 u32 lb_partitions = wm->lb_size / wm->src_width;
1074 wm.src_width = mode->crtc_hdisplay;
/freebsd-11-stable/sys/dev/vt/hw/vga/
H A Dvt_vga.c430 const uint8_t *src, const uint8_t *src_mask, unsigned int src_width,
438 bytes = (src_width + 7) / 8;
429 vga_copy_bitmap_portion(uint8_t *pattern_2colors, uint8_t *pattern_ncolors, const uint8_t *src, const uint8_t *src_mask, unsigned int src_width, unsigned int src_x, unsigned int dst_x, unsigned int x_count, unsigned int src_y, unsigned int dst_y, unsigned int y_count, term_color_t fg, term_color_t bg, int overwrite) argument

Completed in 109 milliseconds