Home
last modified time | relevance | path

Searched defs:width (Results 1 – 25 of 2090) sorted by relevance

12345678910>>...84

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/
H A Dwarp_shuffle.hpp60 __device__ __forceinline__ T shfl(T val, int srcLane, int width = warpSize) in shfl()
68 … __device__ __forceinline__ unsigned int shfl(unsigned int val, int srcLane, int width = warpSize) in shfl()
76 __device__ __forceinline__ double shfl(double val, int srcLane, int width = warpSize) in shfl()
92 __device__ __forceinline__ T shfl_down(T val, unsigned int delta, int width = warpSize) in shfl_down()
100 … __forceinline__ unsigned int shfl_down(unsigned int val, unsigned int delta, int width = warpSize) in shfl_down()
108 … __device__ __forceinline__ double shfl_down(double val, unsigned int delta, int width = warpSize) in shfl_down()
124 __device__ __forceinline__ T shfl_up(T val, unsigned int delta, int width = warpSize) in shfl_up()
132 …__device__ __forceinline__ unsigned int shfl_up(unsigned int val, unsigned int delta, int width = … in shfl_up()
140 __device__ __forceinline__ double shfl_up(double val, unsigned int delta, int width = warpSize) in shfl_up()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/
H A Dwarp_shuffle.hpp60 __device__ __forceinline__ T shfl(T val, int srcLane, int width = warpSize) in shfl()
68 … __device__ __forceinline__ unsigned int shfl(unsigned int val, int srcLane, int width = warpSize) in shfl()
76 __device__ __forceinline__ double shfl(double val, int srcLane, int width = warpSize) in shfl()
92 __device__ __forceinline__ T shfl_down(T val, unsigned int delta, int width = warpSize) in shfl_down()
100 … __forceinline__ unsigned int shfl_down(unsigned int val, unsigned int delta, int width = warpSize) in shfl_down()
108 … __device__ __forceinline__ double shfl_down(double val, unsigned int delta, int width = warpSize) in shfl_down()
124 __device__ __forceinline__ T shfl_up(T val, unsigned int delta, int width = warpSize) in shfl_up()
132 …__device__ __forceinline__ unsigned int shfl_up(unsigned int val, unsigned int delta, int width = … in shfl_up()
140 __device__ __forceinline__ double shfl_up(double val, unsigned int delta, int width = warpSize) in shfl_up()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/
H A Dwarp_shuffle.hpp60 __device__ __forceinline__ T shfl(T val, int srcLane, int width = warpSize) in shfl()
68 … __device__ __forceinline__ unsigned int shfl(unsigned int val, int srcLane, int width = warpSize) in shfl()
76 __device__ __forceinline__ double shfl(double val, int srcLane, int width = warpSize) in shfl()
92 __device__ __forceinline__ T shfl_down(T val, unsigned int delta, int width = warpSize) in shfl_down()
100 … __forceinline__ unsigned int shfl_down(unsigned int val, unsigned int delta, int width = warpSize) in shfl_down()
108 … __device__ __forceinline__ double shfl_down(double val, unsigned int delta, int width = warpSize) in shfl_down()
124 __device__ __forceinline__ T shfl_up(T val, unsigned int delta, int width = warpSize) in shfl_up()
132 …__device__ __forceinline__ unsigned int shfl_up(unsigned int val, unsigned int delta, int width = … in shfl_up()
140 __device__ __forceinline__ double shfl_up(double val, unsigned int delta, int width = warpSize) in shfl_up()
/OK3568_Linux_fs/kernel/include/linux/
H A Dlog_mmiorw.h27 #define log_write_mmio(val, width, addr) \ argument
33 #define log_read_mmio(width, addr) \ argument
39 #define log_post_read_mmio(val, width, addr) \ argument
46 static inline void log_write_mmio(u64 val, u8 width, volatile void __iomem *addr) in log_write_mmio()
48 static inline void log_read_mmio(u8 width, const volatile void __iomem *addr) in log_read_mmio()
50 static inline void log_post_read_mmio(u64 val, u8 width, const volatile void __iomem *addr) in log_post_read_mmio()
/OK3568_Linux_fs/kernel/drivers/clk/meson/
H A Dparm.h13 #define PMASK(width) GENMASK(width - 1, 0) argument
14 #define SETPMASK(width, shift) GENMASK(shift + width - 1, shift) argument
15 #define CLRPMASK(width, shift) (~SETPMASK(width, shift)) argument
17 #define PARM_GET(width, shift, reg) \ argument
19 #define PARM_SET(width, shift, reg, val) \ argument
27 u8 width; member
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/rga/
H A Dim2d_buffer.h101 #define wrapbuffer_handle(handle, width, height, format, ...) \ argument
117 #define wrapbuffer_virtualaddr(vir_addr, width, height, format, ...) \ argument
133 #define wrapbuffer_physicaladdr(phy_addr, width, height, format, ...) \ argument
149 #define wrapbuffer_fd(fd, width, height, format, ...) \ argument
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK356X/include/
H A Dim2d_buffer.h101 #define wrapbuffer_handle(handle, width, height, format, ...) \ argument
117 #define wrapbuffer_virtualaddr(vir_addr, width, height, format, ...) \ argument
133 #define wrapbuffer_physicaladdr(phy_addr, width, height, format, ...) \ argument
149 #define wrapbuffer_fd(fd, width, height, format, ...) \ argument
/OK3568_Linux_fs/external/linux-rga/im2d_api/
H A Dim2d_buffer.h101 #define wrapbuffer_handle(handle, width, height, format, ...) \ argument
117 #define wrapbuffer_virtualaddr(vir_addr, width, height, format, ...) \ argument
133 #define wrapbuffer_physicaladdr(phy_addr, width, height, format, ...) \ argument
149 #define wrapbuffer_fd(fd, width, height, format, ...) \ argument
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK3588/include/
H A Dim2d_buffer.h101 #define wrapbuffer_handle(handle, width, height, format, ...) \ argument
117 #define wrapbuffer_virtualaddr(vir_addr, width, height, format, ...) \ argument
133 #define wrapbuffer_physicaladdr(phy_addr, width, height, format, ...) \ argument
149 #define wrapbuffer_fd(fd, width, height, format, ...) \ argument
/OK3568_Linux_fs/external/recovery/minui/
H A Dresources.c50 png_uint_32* width, png_uint_32* height, png_byte* channels) in open_png()
143 static gr_surface init_display_surface(png_uint_32 width, png_uint_32 height) in init_display_surface()
169 int channels, int width) in transform_rgb_to_draw()
210 png_uint_32 width, height; in res_create_display_surface() local
246 png_uint_32 width, height; in res_create_multi_display_surface() local
321 png_uint_32 width, height; in res_create_alpha_surface() local
385 png_uint_32 width, height; in res_create_localized_alpha_surface() local
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minui/
H A Dresources.c49 png_uint_32* width, png_uint_32* height, png_byte* channels) { in open_png()
141 static gr_surface init_display_surface(png_uint_32 width, png_uint_32 height) { in init_display_surface()
166 int channels, int width) { in transform_rgb_to_draw()
205 png_uint_32 width, height; in res_create_display_surface() local
240 png_uint_32 width, height; in res_create_multi_display_surface() local
314 png_uint_32 width, height; in res_create_alpha_surface() local
376 png_uint_32 width, height; in res_create_localized_alpha_surface() local
/OK3568_Linux_fs/kernel/drivers/clk/
H A Dclk-divider.c45 u8 width) in _get_table_maxdiv()
67 static unsigned int _get_maxdiv(const struct clk_div_table *table, u8 width, in _get_maxdiv()
91 unsigned int val, unsigned long flags, u8 width) in _get_div()
116 unsigned int div, unsigned long flags, u8 width) in _get_val()
132 unsigned long flags, unsigned long width) in divider_recalc_rate()
291 const struct clk_div_table *table, u8 width, in clk_divider_bestdiv()
348 u8 width, unsigned long flags) in divider_round_rate_parent()
360 const struct clk_div_table *table, u8 width, in divider_ro_round_rate_parent()
402 const struct clk_div_table *table, u8 width, in divider_get_val()
470 void __iomem *reg, u8 shift, u8 width, u8 clk_divider_flags, in __clk_hw_register_divider()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/dpu1/
H A Dmsm_media_info.h823 static unsigned int VENUS_Y_STRIDE(int color_fmt, int width) in VENUS_Y_STRIDE()
859 static unsigned int VENUS_UV_STRIDE(int color_fmt, int width) in VENUS_UV_STRIDE()
957 static unsigned int VENUS_Y_META_STRIDE(int color_fmt, int width) in VENUS_Y_META_STRIDE()
1017 static unsigned int VENUS_UV_META_STRIDE(int color_fmt, int width) in VENUS_UV_META_STRIDE()
1070 static unsigned int VENUS_RGB_STRIDE(int color_fmt, int width) in VENUS_RGB_STRIDE()
1119 static unsigned int VENUS_RGB_META_STRIDE(int color_fmt, int width) in VENUS_RGB_META_STRIDE()
/OK3568_Linux_fs/kernel/arch/arm/mach-s3c/
H A Dsetup-sdhci-gpio-s3c64xx.c20 void s3c64xx_setup_sdhci0_cfg_gpio(struct platform_device *dev, int width) in s3c64xx_setup_sdhci0_cfg_gpio()
33 void s3c64xx_setup_sdhci1_cfg_gpio(struct platform_device *dev, int width) in s3c64xx_setup_sdhci1_cfg_gpio()
46 void s3c64xx_setup_sdhci2_cfg_gpio(struct platform_device *dev, int width) in s3c64xx_setup_sdhci2_cfg_gpio()
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_readwrite.c18 void __log_write_mmio(u64 val, u8 width, volatile void __iomem *addr) in __log_write_mmio()
25 void __log_read_mmio(u8 width, const volatile void __iomem *addr) in __log_read_mmio()
32 void __log_post_read_mmio(u64 val, u8 width, const volatile void __iomem *addr) in __log_post_read_mmio()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dsort.c101 size_t size, unsigned int width) in hist_entry__thread_snprintf()
154 size_t size, unsigned int width) in hist_entry__comm_snprintf()
198 size_t size, unsigned int width) in _hist_entry__dso_snprintf()
210 size_t size, unsigned int width) in hist_entry__dso_snprintf()
295 unsigned int width) in _hist_entry__sym_snprintf()
336 int hist_entry__sym_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) in hist_entry__sym_snprintf()
380 size_t size, unsigned int width) in hist_entry__srcline_snprintf()
415 size_t size, unsigned int width) in hist_entry__srcline_from_snprintf()
442 size_t size, unsigned int width) in hist_entry__srcline_to_snprintf()
455 size_t size, unsigned int width) in hist_entry__sym_ipc_snprintf()
[all …]
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-output.c108 int width, int height, int refresh) in output_handle_mode()
126 int *height, int *width) in output_get_new_size()
159 update_backing_pixmaps(struct xwl_screen *xwl_screen, int width, int height) in update_backing_pixmaps()
180 update_screen_size(struct xwl_output *xwl_output, int width, int height) in update_screen_size()
217 int width = 0, height = 0, has_this_output = 0; in apply_output_change() local
304 int32_t width, int32_t height) in xdg_output_handle_logical_size()
404 int width = 0, height = 0; in xwl_output_remove() local
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dwimage.hpp303 WImageBuffer(int width, int height, int nchannels) : WImage<T>(0) { in WImageBuffer()
360 WImageBufferC(int width, int height) : WImageC<T, C>(0) { in WImageBufferC()
514 inline void WImageBuffer<T>::Allocate(int width, int height, int nchannels) in Allocate()
525 inline void WImageBufferC<T, C>::Allocate(int width, int height) in Allocate()
534 WImageView<T>::WImageView(WImage<T>* img, int c, int r, int width, int height) in WImageView()
545 WImageView<T>::WImageView(T* data, int width, int height, int nchannels, int width_step) in WImageView()
557 WImageViewC<T, C>::WImageViewC(WImageC<T, C>* img, int c, int r, int width, int height) in WImageViewC()
575 WImageViewC<T, C>::WImageViewC(T* data, int width, int height, int width_step) in WImageViewC()
588 WImageView<T> WImage<T>::View(int c, int r, int width, int height) { in View()
593 WImageViewC<T, C> WImageC<T, C>::View(int c, int r, int width, int height) { in View()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dwimage.hpp303 WImageBuffer(int width, int height, int nchannels) : WImage<T>(0) { in WImageBuffer()
360 WImageBufferC(int width, int height) : WImageC<T, C>(0) { in WImageBufferC()
514 inline void WImageBuffer<T>::Allocate(int width, int height, int nchannels) in Allocate()
525 inline void WImageBufferC<T, C>::Allocate(int width, int height) in Allocate()
534 WImageView<T>::WImageView(WImage<T>* img, int c, int r, int width, int height) in WImageView()
545 WImageView<T>::WImageView(T* data, int width, int height, int nchannels, int width_step) in WImageView()
557 WImageViewC<T, C>::WImageViewC(WImageC<T, C>* img, int c, int r, int width, int height) in WImageViewC()
575 WImageViewC<T, C>::WImageViewC(T* data, int width, int height, int width_step) in WImageViewC()
588 WImageView<T> WImage<T>::View(int c, int r, int width, int height) { in View()
593 WImageViewC<T, C> WImageC<T, C>::View(int c, int r, int width, int height) { in View()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dwimage.hpp303 WImageBuffer(int width, int height, int nchannels) : WImage<T>(0) { in WImageBuffer()
360 WImageBufferC(int width, int height) : WImageC<T, C>(0) { in WImageBufferC()
514 inline void WImageBuffer<T>::Allocate(int width, int height, int nchannels) in Allocate()
525 inline void WImageBufferC<T, C>::Allocate(int width, int height) in Allocate()
534 WImageView<T>::WImageView(WImage<T>* img, int c, int r, int width, int height) in WImageView()
545 WImageView<T>::WImageView(T* data, int width, int height, int nchannels, int width_step) in WImageView()
557 WImageViewC<T, C>::WImageViewC(WImageC<T, C>* img, int c, int r, int width, int height) in WImageViewC()
575 WImageViewC<T, C>::WImageViewC(T* data, int width, int height, int width_step) in WImageViewC()
588 WImageView<T> WImage<T>::View(int c, int r, int width, int height) { in View()
593 WImageViewC<T, C> WImageC<T, C>::View(int c, int r, int width, int height) { in View()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/
H A Dncurses.py68 def __init__( self, x, y, width, height, fg=curses.COLOR_BLACK, bg=curses.COLOR_WHITE ): argument
109 … def __init__( self, title, x, y, width, height, fg=curses.COLOR_BLACK, bg=curses.COLOR_WHITE ): argument
137 def __init__( self, x, y, width, height ): argument
153 def __init__( self, x, y, width, height ): argument
173 def __init__( self, x, y, width, height ): argument
180 def __init__( self, x, y, width, height ): argument
/OK3568_Linux_fs/kernel/drivers/video/fbdev/aty/
H A Dmach64_accel.c189 static inline void draw_rect(s16 x, s16 y, u16 width, u16 height, in draw_rect()
203 u32 sx = area->sx, dx = area->dx, width = area->width, rotation = 0; in atyfb_copyarea() local
250 u32 color, dx = rect->dx, width = rect->width, rotation = 0; in atyfb_fillrect() local
290 u32 src_bytes, dx = image->dx, dy = image->dy, width = image->width; in atyfb_imageblit() local
388 int inbit, outbit, mult24, byte_id_in_dword, width; in atyfb_imageblit() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeopath.cpp126 QGeoPath::QGeoPath(const QList<QGeoCoordinate> &path, const qreal &width) in QGeoPath()
248 void QGeoPath::setWidth(const qreal &width) in setWidth()
258 qreal QGeoPath::width() const in width() function in QGeoPath
409 QGeoPathPrivate::QGeoPathPrivate(const QList<QGeoCoordinate> &path, const qreal width) in QGeoPathPrivate()
539 qreal QGeoPathPrivate::width() const in width() function in QGeoPathPrivate
544 void QGeoPathPrivate::setWidth(const qreal &width) in setWidth()
687 QGeoPathPrivateEager::QGeoPathPrivateEager(const QList<QGeoCoordinate> &path, const qreal width) in QGeoPathPrivateEager()
751 QGeoPathEager::QGeoPathEager(const QList<QGeoCoordinate> &path, const qreal &width) : QGeoPath() in QGeoPathEager()
/OK3568_Linux_fs/u-boot/include/
H A Dbitfield.h43 static inline uint bitfield_mask(uint shift, uint width) in bitfield_mask()
49 static inline uint bitfield_extract(uint reg_val, uint shift, uint width) in bitfield_extract()
58 static inline uint bitfield_replace(uint reg_val, uint shift, uint width, in bitfield_replace()
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/runtime/frame/src/
H A Dframe.c124 unsigned int width, in ia_css_frame_allocate()
276 unsigned int width, in ia_css_frame_allocate_contiguous()
453 unsigned int width, in ia_css_frame_info_set_width()
503 unsigned int width, in ia_css_frame_info_init()
621 unsigned int width, in frame_init_plane()
761 unsigned int width = frame->info.res.width, in frame_init_rgb_planes() local
777 unsigned int width = frame->info.padded_width / 2, in frame_init_qplane6_planes() local
815 unsigned int width, in frame_allocate_with_data()
853 static struct ia_css_frame *frame_create(unsigned int width, in frame_create()

12345678910>>...84