/kernel/linux/linux-5.10/drivers/gpu/drm/armada/ |
H A D | armada_plane.h | 10 u16 pitches[3]; member
|
H A D | armada_plane.c | 37 armada_drm_plane_calc(struct drm_plane_state *state, u32 addrs[2][3], u16 pitches[3], bool interlaced) armada_drm_plane_calc() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/armada/ |
H A D | armada_plane.h | 10 u16 pitches[3]; member
|
H A D | armada_plane.c | 37 armada_drm_plane_calc(struct drm_plane_state *state, u32 addrs[2][3], u16 pitches[3], bool interlaced) armada_drm_plane_calc() argument [all...] |
/third_party/libdrm/tests/modetest/ |
H A D | buffers.c | 125 bo_create(int fd, unsigned int format, unsigned int width, unsigned int height, unsigned int handles[4], unsigned int pitches[4], unsigned int offsets[4], enum util_fill_pattern pattern) bo_create() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/device_include/ |
H A D | svga_overlay.h | 138 VMwareVideoGetAttributes(const SVGAOverlayFormat format, uint32 *width, uint32 *height, uint32 *size, uint32 *pitches, uint32 *offsets) VMwareVideoGetAttributes() argument [all...] |
/kernel/linux/linux-5.10/include/drm/ |
H A D | drm_framebuffer.h | 150 unsigned int pitches[4]; member
|
/kernel/linux/linux-6.6/include/drm/ |
H A D | drm_framebuffer.h | 150 unsigned int pitches[DRM_FORMAT_MAX_PLANES]; member
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
H A D | platform_ohos.h | 105 int pitches[4]; member
|
H A D | platform_android.h | 132 int pitches[4]; member
|
/third_party/mesa3d/src/gallium/drivers/svga/include/ |
H A D | svga_overlay.h | 137 VMwareVideoGetAttributes(const SVGAOverlayFormat format, uint32 *width, uint32 *height, uint32 *size, uint32 *pitches, uint32 *offsets) VMwareVideoGetAttributes() argument [all...] |
/third_party/libdrm/tests/tegra/ |
H A D | drm-test.c | 172 uint32_t pitches[4]; in drm_framebuffer_new() local
|
/kernel/linux/linux-5.10/drivers/gpu/drm/arm/ |
H A D | malidp_mw.c | 27 s32 pitches[2]; member
|
H A D | malidp_hw.c | 512 malidp500_enable_memwrite(struct malidp_hw_device *hwdev, dma_addr_t *addrs, s32 *pitches, int num_planes, u16 w, u16 h, u32 fmt_id, const s16 *rgb2yuv_coeffs) malidp500_enable_memwrite() argument 853 malidp550_enable_memwrite(struct malidp_hw_device *hwdev, dma_addr_t *addrs, s32 *pitches, int num_planes, u16 w, u16 h, u32 fmt_id, const s16 *rgb2yuv_coeffs) malidp550_enable_memwrite() argument
|
H A D | malidp_planes.c | 615 malidp_de_set_plane_pitches(struct malidp_plane *mp, int num_planes, unsigned int pitches[3]) malidp_de_set_plane_pitches() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/arm/ |
H A D | malidp_mw.c | 29 s32 pitches[2]; member
|
H A D | malidp_hw.c | 512 malidp500_enable_memwrite(struct malidp_hw_device *hwdev, dma_addr_t *addrs, s32 *pitches, int num_planes, u16 w, u16 h, u32 fmt_id, const s16 *rgb2yuv_coeffs) malidp500_enable_memwrite() argument 853 malidp550_enable_memwrite(struct malidp_hw_device *hwdev, dma_addr_t *addrs, s32 *pitches, int num_planes, u16 w, u16 h, u32 fmt_id, const s16 *rgb2yuv_coeffs) malidp550_enable_memwrite() argument
|
H A D | malidp_planes.c | 605 malidp_de_set_plane_pitches(struct malidp_plane *mp, int num_planes, unsigned int pitches[3]) malidp_de_set_plane_pitches() argument
|
/third_party/mesa3d/src/gallium/frontends/va/ |
H A D | image.c | 478 unsigned pitches[3], i, j; vlVaGetImage() local 621 unsigned pitches[3], i, j; vlVaPutImage() local [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_formats.c | 677 _dpu_format_get_plane_sizes_linear( const struct dpu_format *fmt, const uint32_t width, const uint32_t height, struct dpu_hw_fmt_layout *layout, const uint32_t *pitches) _dpu_format_get_plane_sizes_linear() argument 749 dpu_format_get_plane_sizes( const struct dpu_format *fmt, const uint32_t w, const uint32_t h, struct dpu_hw_fmt_layout *layout, const uint32_t *pitches) dpu_format_get_plane_sizes() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_formats.c | 711 _dpu_format_get_plane_sizes_linear( const struct dpu_format *fmt, const uint32_t width, const uint32_t height, struct dpu_hw_fmt_layout *layout, const uint32_t *pitches) _dpu_format_get_plane_sizes_linear() argument 783 dpu_format_get_plane_sizes( const struct dpu_format *fmt, const uint32_t w, const uint32_t h, struct dpu_hw_fmt_layout *layout, const uint32_t *pitches) dpu_format_get_plane_sizes() argument [all...] |
/third_party/libdrm/tests/exynos/ |
H A D | exynos_fimg2d_test.c | 731 uint32_t handles[4] = {0}, pitches[4] = {0}, offsets[4] = {0}; in main() local
|
/kernel/linux/linux-5.10/drivers/video/fbdev/intelfb/ |
H A D | intelfbdrv.c | 1205 static const int pitches[] = { in intelfb_check_var() local
|
/kernel/linux/linux-6.6/drivers/video/fbdev/intelfb/ |
H A D | intelfbdrv.c | 1212 static const int pitches[] = { in intelfb_check_var() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/gbm/ |
H A D | DisplayGbm.cpp | 271 uint32_t pitches[4] = {gbm_bo_get_stride(mBO)}; in getDRMFB() local
|