Home
last modified time | relevance | path

Searched defs:pitches (Results 1 - 25 of 41) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/gpu/drm/armada/
H A Darmada_plane.h10 u16 pitches[3]; member
H A Darmada_plane.c37 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 Darmada_plane.h10 u16 pitches[3]; member
H A Darmada_plane.c37 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 Dbuffers.c125 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 Dsvga_overlay.h138 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 Ddrm_framebuffer.h150 unsigned int pitches[4]; member
/kernel/linux/linux-6.6/include/drm/
H A Ddrm_framebuffer.h150 unsigned int pitches[DRM_FORMAT_MAX_PLANES]; member
/third_party/mesa3d/src/egl/drivers/dri2/
H A Dplatform_ohos.h105 int pitches[4]; member
H A Dplatform_android.h132 int pitches[4]; member
/third_party/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga_overlay.h137 VMwareVideoGetAttributes(const SVGAOverlayFormat format, uint32 *width, uint32 *height, uint32 *size, uint32 *pitches, uint32 *offsets) VMwareVideoGetAttributes() argument
[all...]
/third_party/libdrm/tests/tegra/
H A Ddrm-test.c172 uint32_t pitches[4]; in drm_framebuffer_new() local
/kernel/linux/linux-5.10/drivers/gpu/drm/arm/
H A Dmalidp_mw.c27 s32 pitches[2]; member
H A Dmalidp_hw.c512 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 Dmalidp_planes.c615 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 Dmalidp_mw.c29 s32 pitches[2]; member
H A Dmalidp_hw.c512 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 Dmalidp_planes.c605 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 Dimage.c478 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 Ddpu_formats.c677 _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 Ddpu_formats.c711 _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 Dexynos_fimg2d_test.c731 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 Dintelfbdrv.c1205 static const int pitches[] = { in intelfb_check_var() local
/kernel/linux/linux-6.6/drivers/video/fbdev/intelfb/
H A Dintelfbdrv.c1212 static const int pitches[] = { in intelfb_check_var() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/gbm/
H A DDisplayGbm.cpp271 uint32_t pitches[4] = {gbm_bo_get_stride(mBO)}; in getDRMFB() local

Completed in 20 milliseconds

12