Home
last modified time | relevance | path

Searched defs:src_x (Results 76 - 100 of 151) sorted by relevance

1234567

/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_copyimage.c549 fallback_copy_image(struct st_context *st, struct gl_texture_image *dst_image, struct pipe_resource *dst_res, int dst_x, int dst_y, int dst_z, struct gl_texture_image *src_image, struct pipe_resource *src_res, int src_x, int src_y, int src_z, int src_w, int src_h) fallback_copy_image() argument
638 st_CopyImageSubData(struct gl_context *ctx, struct gl_texture_image *src_image, struct gl_renderbuffer *src_renderbuffer, int src_x, int src_y, int src_z, struct gl_texture_image *dst_image, struct gl_renderbuffer *dst_renderbuffer, int dst_x, int dst_y, int dst_z, int src_width, int src_height) st_CopyImageSubData() argument
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_rast.c538 int src_x = util_iround(GET_A0(inputs)[1][0]*texture->width - 0.5f); in lp_rast_blit_tile_to_dest() local
H A Dlp_state_fs_linear.c367 int src_x, src_y; in blit_rgba_blit() local
419 int src_x, src_y; in blit_rgb1_blit() local
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_screen.h170 unsigned src_x:3; member
/third_party/mesa3d/src/util/format/
H A Du_format.c50 util_copy_rect(ubyte * dst, enum pipe_format format, unsigned dst_stride, unsigned dst_x, unsigned dst_y, unsigned width, unsigned height, const ubyte * src, int src_stride, unsigned src_x, unsigned src_y) util_copy_rect() argument
641 util_format_translate(enum pipe_format dst_format, void *dst, unsigned dst_stride, unsigned dst_x, unsigned dst_y, enum pipe_format src_format, const void *src, unsigned src_stride, unsigned src_x, unsigned src_y, unsigned width, unsigned height) util_format_translate() argument
866 util_format_translate_3d(enum pipe_format dst_format, void *dst, unsigned dst_stride, unsigned dst_slice_stride, unsigned dst_x, unsigned dst_y, unsigned dst_z, enum pipe_format src_format, const void *src, unsigned src_stride, unsigned src_slice_stride, unsigned src_x, unsigned src_y, unsigned src_z, unsigned width, unsigned height, unsigned depth) util_format_translate_3d() argument
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_surface.c65 util_copy_box(ubyte * dst, enum pipe_format format, unsigned dst_stride, unsigned dst_slice_stride, unsigned dst_x, unsigned dst_y, unsigned dst_z, unsigned width, unsigned height, unsigned depth, const ubyte * src, int src_stride, unsigned src_slice_stride, unsigned src_x, unsigned src_y, unsigned src_z) util_copy_box() argument
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_screen.h194 unsigned src_x:3; member
/kernel/linux/linux-5.10/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_pipeline_state.c287 u32 src_x, src_y, src_w, src_h; in komeda_layer_check_cfg() local
/kernel/linux/linux-5.10/drivers/gpu/drm/arm/
H A Dmalidp_planes.c752 u32 src_w, src_h, val = 0, src_x, src_y; in malidp_de_set_plane_afbc() local
/kernel/linux/linux-5.10/drivers/gpu/drm/hisilicon/kirin/
H A Dkirin_drm_ade.c766 u32 src_x = state->src_x >> 16; in ade_plane_atomic_check() local
709 ade_update_channel(struct kirin_plane *kplane, struct drm_framebuffer *fb, int crtc_x, int crtc_y, unsigned int crtc_w, unsigned int crtc_h, u32 src_x, u32 src_y, u32 src_w, u32 src_h) ade_update_channel() argument
/kernel/linux/linux-5.10/drivers/video/console/
H A Dsticore.c171 sti_set(struct sti_struct *sti, int src_y, int src_x, in sti_set() argument
199 sti_clear(struct sti_struct *sti, int src_y, int src_x, in sti_clear() argument
231 sti_bmove(struct sti_struct *sti, int src_y, int src_x, in sti_bmove() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_crtc.c875 uint32_t x, y, src_x, src_y, width, height; in mdp5_crtc_restore_cursor() local
H A Dmdp5_plane.c946 uint32_t src_x, src_y; in mdp5_plane_mode_set() local
830 mdp5_hwpipe_mode_set(struct mdp5_kms *mdp5_kms, struct mdp5_hw_pipe *hwpipe, struct drm_framebuffer *fb, struct phase_step *step, struct pixel_ext *pe, u32 scale_config, u32 hdecm, u32 vdecm, bool hflip, bool vflip, int crtc_x, int crtc_y, unsigned int crtc_w, unsigned int crtc_h, u32 src_img_w, u32 src_img_h, u32 src_x, u32 src_y, u32 src_w, u32 src_h) mdp5_hwpipe_mode_set() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_scrn.c620 vmw_sou_surface_clip_rect(struct vmw_du_update_plane *update, void *cmd, struct drm_rect *clip, uint32_t src_x, uint32_t src_y) vmw_sou_surface_clip_rect() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/sti/
H A Dsti_gdp.c628 int src_x, src_y, src_w, src_h; in sti_gdp_atomic_check() local
707 int src_x, src_y, src_w, src_h; in sti_gdp_atomic_update() local
[all...]
/kernel/linux/linux-6.6/drivers/video/
H A Dsticore.c197 sti_set(struct sti_struct *sti, int src_y, int src_x, in sti_set() argument
230 sti_clear(struct sti_struct *sti, int src_y, int src_x, in sti_clear() argument
267 sti_bmove(struct sti_struct *sti, int src_y, int src_x, in sti_bmove() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/hisilicon/kirin/
H A Dkirin_drm_ade.c767 u32 src_x = new_plane_state->src_x >> 16; in ade_plane_atomic_check() local
708 ade_update_channel(struct kirin_plane *kplane, struct drm_framebuffer *fb, int crtc_x, int crtc_y, unsigned int crtc_w, unsigned int crtc_h, u32 src_x, u32 src_y, u32 src_w, u32 src_h) ade_update_channel() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/arm/
H A Dmalidp_planes.c742 u32 src_w, src_h, val = 0, src_x, src_y; in malidp_de_set_plane_afbc() local
/kernel/linux/linux-6.6/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_pipeline_state.c287 u32 src_x, src_y, src_w, src_h; in komeda_layer_check_cfg() local
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_plane.c877 uint32_t src_x, src_y; in mdp5_plane_mode_set() local
761 mdp5_hwpipe_mode_set(struct mdp5_kms *mdp5_kms, struct mdp5_hw_pipe *hwpipe, struct drm_framebuffer *fb, struct phase_step *step, struct pixel_ext *pe, u32 scale_config, u32 hdecm, u32 vdecm, bool hflip, bool vflip, int crtc_x, int crtc_y, unsigned int crtc_w, unsigned int crtc_h, u32 src_img_w, u32 src_img_h, u32 src_x, u32 src_y, u32 src_w, u32 src_h) mdp5_hwpipe_mode_set() argument
[all...]
H A Dmdp5_crtc.c890 uint32_t x, y, src_x, src_y, width, height; in mdp5_crtc_restore_cursor() local
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_sprite.c1234 int src_x, src_w, src_h, crtc_w, crtc_h; in g4x_sprite_check_scaling() local
/kernel/linux/linux-6.6/drivers/gpu/drm/sprd/
H A Dsprd_dpu.c326 u32 src_x = state->src_x >> 16; in sprd_dpu_layer() local
/kernel/linux/linux-6.6/drivers/gpu/drm/sti/
H A Dsti_gdp.c632 int src_x, src_y, src_w, src_h; in sti_gdp_atomic_check() local
716 int src_x, src_y, src_w, src_h; in sti_gdp_atomic_update() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_scrn.c613 vmw_sou_surface_clip_rect(struct vmw_du_update_plane *update, void *cmd, struct drm_rect *clip, uint32_t src_x, uint32_t src_y) vmw_sou_surface_clip_rect() argument

Completed in 38 milliseconds

1234567