Home
last modified time | relevance | path

Searched refs:read_type (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/detail/
H A Dtransform_detail.hpp60 typedef typename TypeVec<T, shift>::vec_type read_type; typedef
211 typedef typename UnaryReadWriteTraits<T, D, ft::smart_shift>::read_type read_type; in transformSmart() typedef
225 const read_type src_n_el = ((const read_type*)src)[x]; in transformSmart()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/detail/
H A Dtransform_detail.hpp60 typedef typename TypeVec<T, shift>::vec_type read_type; typedef
211 typedef typename UnaryReadWriteTraits<T, D, ft::smart_shift>::read_type read_type; in transformSmart() typedef
225 const read_type src_n_el = ((const read_type*)src)[x]; in transformSmart()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/detail/
H A Dtransform_detail.hpp60 typedef typename TypeVec<T, shift>::vec_type read_type; typedef
211 typedef typename UnaryReadWriteTraits<T, D, ft::smart_shift>::read_type read_type; in transformSmart() typedef
225 const read_type src_n_el = ((const read_type*)src)[x]; in transformSmart()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dnvram_64.c148 static int read_type; variable
373 read_type = -1; in nvram_pstore_open()
430 read_type++; in nvram_pstore_read()
432 switch (nvram_type_ids[read_type]) { in nvram_pstore_read()
501 if (nvram_type_ids[read_type] == PSTORE_TYPE_DMESG) { in nvram_pstore_read()
/OK3568_Linux_fs/u-boot/drivers/ddr/marvell/a38x/
H A Dddr3_training_ip_bist.h51 int run_xsb_test(u32 dev_num, u32 mem_addr, u32 write_type, u32 read_type,
H A Dddr3_debug.c1475 u32 read_type, u32 burst_length) in run_xsb_test() argument
1492 if (read_type != 0) { in run_xsb_test()
1497 if ((read_type != 0) && (write_type != 0)) { in run_xsb_test()
1522 u32 read_type, u32 burst_length) in run_xsb_test() argument
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor.c490 int read_format, read_type; in glamor_add_format() local
514 glGetIntegerv(GL_IMPLEMENTATION_COLOR_READ_TYPE, &read_type); in glamor_add_format()
519 if (format != read_format || type != read_type) { in glamor_add_format()
523 read_format, read_type, depth, format, type); in glamor_add_format()