Home
last modified time | relevance | path

Searched defs:rot (Results 26 - 50 of 95) sorted by relevance

1234

/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dsh7760fb.c38 int rot; /* rotation enabled? */ member
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_framebuffer.c267 komeda_fb_is_layer_supported(struct komeda_fb *kfb, u32 layer_type, u32 rot) komeda_fb_is_layer_supported() argument
H A Dkomeda_pipeline_state.c274 komeda_rotate_data_flow(struct komeda_data_flow_cfg *dflow, u32 rot) in komeda_rotate_data_flow() argument
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddisplay-sysfs.c153 int rot, r; in display_rotate_store() local
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-sysfs.c363 int rot; in store_overlays_rotate() local
H A Dvrfb.c231 int omap_vrfb_map_angle(struct vrfb *vrfb, u16 height, u8 rot) in omap_vrfb_map_angle() argument
251 int rot; in omap_vrfb_release_ctx() local
280 int rot; omap_vrfb_request_ctx() local
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dsh7760fb.c38 int rot; /* rotation enabled? */ member
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_framebuffer.c267 komeda_fb_is_layer_supported(struct komeda_fb *kfb, u32 layer_type, u32 rot) komeda_fb_is_layer_supported() argument
/third_party/skia/third_party/externals/angle2/src/common/
H A Dmatrix_utils_unittest.cpp710 Mat4 rot = Mat4::Rotate(input.angle, input.axis); in TEST() local
/third_party/skia/tests/
H A DPathOpsBuilderConicTest.cpp79 static void setupOne(skiatest::Reporter* reporter, int col, int row, int rot, int trial) { in setupOne() argument
/third_party/skia/gm/
H A Dfilterfastbounds.cpp116 SkMatrix rot; in create_paints() local
H A Ddashing.cpp438 SkMatrix rot; variable
/third_party/zlib/examples/
H A Dgzappend.c123 local void rotate(unsigned char *list, unsigned len, unsigned rot) in rotate() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/arm/display/komeda/d71/
H A Dd71_dev.c533 d71_format_mod_supported(const struct komeda_format_caps *caps, u32 layer_type, u64 modifier, u32 rot) d71_format_mod_supported() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/
H A Dexynos_drm_rotator.c68 static void rotator_reg_set_irq(struct rot_context *rot, bool enable) in rotator_reg_set_irq() argument
80 static enum rot_irq_status rotator_reg_get_irq_status(struct rot_context *rot) in rotator_reg_get_irq_status() argument
94 struct rot_context *rot = arg; in rotator_irq_handler() local
119 rotator_src_set_fmt(struct rot_context *rot, u32 fmt) rotator_src_set_fmt() argument
138 rotator_src_set_buf(struct rot_context *rot, struct exynos_drm_ipp_buffer *buf) rotator_src_set_buf() argument
160 rotator_dst_set_transf(struct rot_context *rot, unsigned int rotation) rotator_dst_set_transf() argument
186 rotator_dst_set_buf(struct rot_context *rot, struct exynos_drm_ipp_buffer *buf) rotator_dst_set_buf() argument
205 rotator_start(struct rot_context *rot) rotator_start() argument
220 struct rot_context *rot = rotator_commit() local
241 struct rot_context *rot = dev_get_drvdata(dev); rotator_bind() local
261 struct rot_context *rot = dev_get_drvdata(dev); rotator_unbind() local
277 struct rot_context *rot; rotator_probe() local
343 struct rot_context *rot = dev_get_drvdata(dev); rotator_runtime_suspend() local
351 struct rot_context *rot = dev_get_drvdata(dev); rotator_runtime_resume() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/arm/display/komeda/d71/
H A Dd71_dev.c533 d71_format_mod_supported(const struct komeda_format_caps *caps, u32 layer_type, u64 modifier, u32 rot) d71_format_mod_supported() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/exynos/
H A Dexynos_drm_rotator.c68 static void rotator_reg_set_irq(struct rot_context *rot, bool enable) in rotator_reg_set_irq() argument
80 static enum rot_irq_status rotator_reg_get_irq_status(struct rot_context *rot) in rotator_reg_get_irq_status() argument
94 struct rot_context *rot = arg; in rotator_irq_handler() local
119 rotator_src_set_fmt(struct rot_context *rot, u32 fmt) rotator_src_set_fmt() argument
138 rotator_src_set_buf(struct rot_context *rot, struct exynos_drm_ipp_buffer *buf) rotator_src_set_buf() argument
160 rotator_dst_set_transf(struct rot_context *rot, unsigned int rotation) rotator_dst_set_transf() argument
186 rotator_dst_set_buf(struct rot_context *rot, struct exynos_drm_ipp_buffer *buf) rotator_dst_set_buf() argument
205 rotator_start(struct rot_context *rot) rotator_start() argument
220 struct rot_context *rot = rotator_commit() local
246 struct rot_context *rot = dev_get_drvdata(dev); rotator_bind() local
266 struct rot_context *rot = dev_get_drvdata(dev); rotator_unbind() local
281 struct rot_context *rot; rotator_probe() local
345 struct rot_context *rot = dev_get_drvdata(dev); rotator_runtime_suspend() local
353 struct rot_context *rot = dev_get_drvdata(dev); rotator_runtime_resume() local
[all...]
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_qpu.c238 qpu_m_rot(struct qpu_reg dst, struct qpu_reg src0, int rot) in qpu_m_rot() argument
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/math/
H A Dmatrix_util.h283 static inline Mat4X4 RotateZCWRadians(const Mat4X4& mat, float rot) in RotateZCWRadians() argument
/third_party/cups-filters/filter/pdftopdf/
H A Dqpdf_pdftopdf_processor.cc88 Rotation rot=getRotate(page)+rotation; in get() local
348 void QPDF_PDFTOPDF_PageHandle::rotate(Rotation rot) // {{{ in rotate() argument
/third_party/cups-filters/cupsfilters/
H A Dimage-colorspace.c1142 huerotate(float mat[3][3], float rot) huerotate() argument
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dswapchain9.c1184 D3DDISPLAYROTATION rot; in NineSwapChain9_GetDisplayMode() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_round_corner_display_test.cpp1105 auto rot = ScreenRotation::ROTATION_90; in HWTEST_F() local
1136 auto rot = ScreenRotation::ROTATION_90; in HWTEST_F() local
/kernel/linux/linux-5.10/drivers/gpu/drm/arm/
H A Dmalidp_hw.h68 enum rotation_features rot; /* type of rotation supported */ member
/kernel/linux/linux-5.10/drivers/media/platform/mtk-mdp/
H A Dmtk_mdp_m2m.c818 mtk_mdp_check_scaler_ratio(struct mtk_mdp_variant *var, int src_w, int src_h, int dst_w, int dst_h, int rot) mtk_mdp_check_scaler_ratio() argument

Completed in 25 milliseconds

1234