Home
last modified time | relevance | path

Searched refs:dim3 (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A Dsys_titan.c68 volatile unsigned long *dim0, *dim1, *dim2, *dim3; in titan_update_irq_hw() local
86 dim3 = &cchip->dim3.csr; in titan_update_irq_hw()
90 if (!cpumask_test_cpu(3, &cpm)) dim3 = &dummy; in titan_update_irq_hw()
95 *dim3 = mask3; in titan_update_irq_hw()
100 *dim3; in titan_update_irq_hw()
106 else if (bcpu == 3) dimB = &cchip->dim3.csr; in titan_update_irq_hw()
H A Dsys_dp264.c54 volatile unsigned long *dim0, *dim1, *dim2, *dim3; in tsunami_update_irq_hw() local
71 dim3 = &cchip->dim3.csr; in tsunami_update_irq_hw()
75 if (!cpu_possible(3)) dim3 = &dummy; in tsunami_update_irq_hw()
80 *dim3 = mask3; in tsunami_update_irq_hw()
85 *dim3; in tsunami_update_irq_hw()
91 else dimB = &cchip->dim3.csr; in tsunami_update_irq_hw()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/detail/
H A Dtransform_detail.hpp311 const dim3 threads(ft::simple_block_dim_x, ft::simple_block_dim_y, 1); in call()
312 const dim3 grid(divUp(src.cols, threads.x), divUp(src.rows, threads.y), 1); in call()
326 const dim3 threads(ft::simple_block_dim_x, ft::simple_block_dim_y, 1); in call()
327 const dim3 grid(divUp(src1.cols, threads.x), divUp(src1.rows, threads.y), 1); in call()
352 const dim3 threads(ft::smart_block_dim_x, ft::smart_block_dim_y, 1); in call()
353 … const dim3 grid(divUp(src.cols, threads.x * ft::smart_shift), divUp(src.rows, threads.y), 1); in call()
377 const dim3 threads(ft::smart_block_dim_x, ft::smart_block_dim_y, 1); in call()
378 … const dim3 grid(divUp(src1.cols, threads.x * ft::smart_shift), divUp(src1.rows, threads.y), 1); in call()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/detail/
H A Dtransform_detail.hpp311 const dim3 threads(ft::simple_block_dim_x, ft::simple_block_dim_y, 1); in call()
312 const dim3 grid(divUp(src.cols, threads.x), divUp(src.rows, threads.y), 1); in call()
326 const dim3 threads(ft::simple_block_dim_x, ft::simple_block_dim_y, 1); in call()
327 const dim3 grid(divUp(src1.cols, threads.x), divUp(src1.rows, threads.y), 1); in call()
352 const dim3 threads(ft::smart_block_dim_x, ft::smart_block_dim_y, 1); in call()
353 … const dim3 grid(divUp(src.cols, threads.x * ft::smart_shift), divUp(src.rows, threads.y), 1); in call()
377 const dim3 threads(ft::smart_block_dim_x, ft::smart_block_dim_y, 1); in call()
378 … const dim3 grid(divUp(src1.cols, threads.x * ft::smart_shift), divUp(src1.rows, threads.y), 1); in call()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/detail/
H A Dtransform_detail.hpp311 const dim3 threads(ft::simple_block_dim_x, ft::simple_block_dim_y, 1); in call()
312 const dim3 grid(divUp(src.cols, threads.x), divUp(src.rows, threads.y), 1); in call()
326 const dim3 threads(ft::simple_block_dim_x, ft::simple_block_dim_y, 1); in call()
327 const dim3 grid(divUp(src1.cols, threads.x), divUp(src1.rows, threads.y), 1); in call()
352 const dim3 threads(ft::smart_block_dim_x, ft::smart_block_dim_y, 1); in call()
353 … const dim3 grid(divUp(src.cols, threads.x * ft::smart_shift), divUp(src.rows, threads.y), 1); in call()
377 const dim3 threads(ft::smart_block_dim_x, ft::smart_block_dim_y, 1); in call()
378 … const dim3 grid(divUp(src1.cols, threads.x * ft::smart_shift), divUp(src1.rows, threads.y), 1); in call()
/OK3568_Linux_fs/kernel/include/linux/dma/
H A Dti-cppi5.h791 s32 dim3; member
829 s32 dim3; member
/OK3568_Linux_fs/kernel/arch/alpha/include/asm/
H A Dcore_tsunami.h60 tsunami_64 dim3; member
H A Dcore_titan.h60 titan_64 dim3; member