Home
last modified time | relevance | path

Searched refs:__global__ (Results 1 – 25 of 95) sorted by relevance

1234

/external/clang/test/CodeGenCUDA/
Dlaunch-bounds.cu10 __global__ void
23 __global__ void
33 __global__ void
43 __global__ void
55 __global__ void
67 __global__ void
75 __global__ void
Dptx-kernels.cu15 __global__ void global_function() { in global_function()
21 template <typename T> __global__ void templated_kernel(T param) {} in templated_kernel()
Dkernel-call.cu5 __global__ void g1(int x) {} in g1()
Ddevice-stub.cu27 __global__ void kernelfunc(int i, int j, int k) {} in kernelfunc()
Dhost-device-calls-host.cu27 __global__ void global_function() { in global_function()
Dfilter-decl.cu46 __global__ void globalfunc(void) {} in globalfunc()
Dlink-device-bitcode.cu50 __global__ __attribute__((used)) void kernel(float *out, float *in) { in kernel()
/external/clang/test/SemaCUDA/
Damdgpu-num-gpr-attr.cu6 __global__ void test_num_vgpr() { } // expected-error {{'amdgpu_num_vgpr' attribute only applies to… in test_num_vgpr()
9 __global__ void test_num_sgpr() { } // expected-error {{'amdgpu_num_sgpr' attribute only applies to… in test_num_sgpr()
14 __global__ void test_num_vgpr_num_sgpr() { } in test_num_vgpr_num_sgpr()
Dqualifiers.cu35 __global__ void g1(int x) {} in g1()
36 __global__ int g2(int x) { // expected-error {{must have void return type}} in g2()
Dfunction-target.cu9 __global__ void h1g(void);
26 __global__ void d1g(void); // expected-note {{'d1g' declared here}}
Dfunction-overload.cu67 __global__ void g(void) {} in g()
137 __global__ void globalf(void) { in globalf()
Dfunction-target-disabled-check.cu11 #define __global__ __attribute__((global)) macro
Dkernel-call.cu5 __global__ void g1(int x) {} in g1()
/external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/
Dsplit_merge.hpp63__global__ void mergeC2(const Src1Ptr src1, const Src2Ptr src2, GlobPtr<DstType> dst, const MaskPt… in mergeC2()
93__global__ void mergeC3(const Src1Ptr src1, const Src2Ptr src2, const Src3Ptr src3, GlobPtr<DstTyp… in mergeC3()
124__global__ void mergeC4(const Src1Ptr src1, const Src2Ptr src2, const Src3Ptr src3, const Src4Ptr … in mergeC4()
187__global__ void split(const SrcPtr src, GlobPtr<DstType> dst1, GlobPtr<DstType> dst2, const MaskPt… in split()
217__global__ void split(const SrcPtr src, GlobPtr<DstType> dst1, GlobPtr<DstType> dst2, GlobPtr<DstT… in split()
248__global__ void split(const SrcPtr src, GlobPtr<DstType> dst1, GlobPtr<DstType> dst2, GlobPtr<DstT… in split()
Dcopy.hpp60__global__ void copy(const SrcPtr src, GlobPtr<DstType> dst, const MaskPtr mask, const int rows, c… in copy()
105__global__ void copy_tuple(const SrcPtrTuple src, DstPtrTuple dst, const MaskPtr mask, const int r… in copy_tuple()
/external/opencv3/modules/cudaimgproc/src/cuda/
Dcorners.cu64 __global__ void cornerHarris_kernel(const int block_size, const float k, PtrStepSzf dst) in cornerHarris_kernel()
98__global__ void cornerHarris_kernel(const int block_size, const float k, PtrStepSzf dst, const BR … in cornerHarris_kernel()
169 __global__ void cornerMinEigenVal_kernel(const int block_size, PtrStepSzf dst) in cornerMinEigenVal_kernel()
207__global__ void cornerMinEigenVal_kernel(const int block_size, PtrStepSzf dst, const BR border_row… in cornerMinEigenVal_kernel()
Dhough_lines.cu61__global__ void linesAccumGlobal(const unsigned int* list, const int count, PtrStepi accum, const … in linesAccumGlobal()
89__global__ void linesAccumShared(const unsigned int* list, const int count, PtrStepi accum, const … in linesAccumShared()
149__global__ void linesGetResult(const PtrStepSzi accum, float2* out, int* votes, const int maxSize,… in linesGetResult()
Dgeneralized_hough.cu64__global__ void buildEdgePointList(const PtrStepSzb edges, const PtrStep<T> dx, const PtrStep<T> d… in buildEdgePointList()
168__global__ void buildRTable(const unsigned int* coordList, const float* thetaList, const int point… in buildRTable()
208__global__ void Ballard_Pos_calcHist(const unsigned int* coordList, const float* thetaList, const … in Ballard_Pos_calcHist()
258 __global__ void Ballard_Pos_findPosInHist(const PtrStepSzi hist, float4* out, int3* votes, in Ballard_Pos_findPosInHist()
463__global__ void Guil_Full_buildFeatureList(const unsigned int* coordList, const float* thetaList, … in Guil_Full_buildFeatureList()
565__global__ void Guil_Full_calcOHist(const int* templSizes, const int* imageSizes, int* OHist, in Guil_Full_calcOHist()
623__global__ void Guil_Full_calcSHist(const int* templSizes, const int* imageSizes, int* SHist, in Guil_Full_calcSHist()
688__global__ void Guil_Full_calcPHist(const int* templSizes, const int* imageSizes, PtrStepSzi PHist, in Guil_Full_calcPHist()
763__global__ void Guil_Full_findPosInHist(const PtrStepSzi hist, float4* out, int3* votes, const int… in Guil_Full_findPosInHist()
Dmatch_template.cu86__global__ void matchTemplateNaiveKernel_CCORR(int w, int h, const PtrStepb image, const PtrStepb … in matchTemplateNaiveKernel_CCORR()
152__global__ void matchTemplateNaiveKernel_SQDIFF(int w, int h, const PtrStepb image, const PtrStepb… in matchTemplateNaiveKernel_SQDIFF()
221__global__ void matchTemplatePreparedKernel_SQDIFF_8U(int w, int h, const PtrStep<double> image_sq… in matchTemplatePreparedKernel_SQDIFF_8U()
289 __global__ void matchTemplatePreparedKernel_SQDIFF_NORMED_8U( in matchTemplatePreparedKernel_SQDIFF_NORMED_8U()
337__global__ void matchTemplatePreparedKernel_CCOFF_8U(int w, int h, float templ_sum_scale, const Pt… in matchTemplatePreparedKernel_CCOFF_8U()
366 __global__ void matchTemplatePreparedKernel_CCOFF_8UC2( in matchTemplatePreparedKernel_CCOFF_8UC2()
410 __global__ void matchTemplatePreparedKernel_CCOFF_8UC3( in matchTemplatePreparedKernel_CCOFF_8UC3()
468 __global__ void matchTemplatePreparedKernel_CCOFF_8UC4( in matchTemplatePreparedKernel_CCOFF_8UC4()
537 __global__ void matchTemplatePreparedKernel_CCOFF_NORMED_8U( in matchTemplatePreparedKernel_CCOFF_NORMED_8U()
585 __global__ void matchTemplatePreparedKernel_CCOFF_NORMED_8UC2( in matchTemplatePreparedKernel_CCOFF_NORMED_8UC2()
[all …]
Dhough_circles.cu62__global__ void circlesAccumCenters(const unsigned int* list, const int count, const PtrStepi dx, … in circlesAccumCenters()
130__global__ void buildCentersList(const PtrStepSzi accum, unsigned int* centers, const int threshol… in buildCentersList()
180__global__ void circlesAccumRadius(const unsigned int* centers, const unsigned int* list, const in… in circlesAccumRadius()
Dblend.cu52__global__ void blendLinearKernel(int rows, int cols, int cn, const PtrStep<T> img1, const PtrStep… in blendLinearKernel()
86__global__ void blendLinearKernel8UC4(int rows, int cols, const PtrStepb img1, const PtrStepb img2, in blendLinearKernel8UC4()
/external/opencv3/modules/cudaobjdetect/src/cuda/
Dhog.cu118__global__ void compute_hists_kernel_many_blocks(const int img_block_width, const PtrStepf grad, in compute_hists_kernel_many_blocks()
263 __global__ void normalize_hists_kernel_many_blocks(const int block_hist_size, in normalize_hists_kernel_many_blocks()
334__global__ void compute_confidence_hists_kernel_many_blocks(const int img_win_width, const int img… in compute_confidence_hists_kernel_many_blocks()
396__global__ void classify_hists_kernel_many_blocks(const int img_win_width, const int img_block_wid… in classify_hists_kernel_many_blocks()
459__global__ void extract_descrs_by_rows_kernel(const int img_block_width, const int win_block_strid… in extract_descrs_by_rows_kernel()
501__global__ void extract_descrs_by_cols_kernel(const int img_block_width, const int win_block_strid… in extract_descrs_by_cols_kernel()
553 __global__ void compute_gradients_8UC4_kernel(int height, int width, const PtrStepb img, in compute_gradients_8UC4_kernel()
675 __global__ void compute_gradients_8UC1_kernel(int height, int width, const PtrStepb img, in compute_gradients_8UC1_kernel()
755 __global__ void resize_for_hog_kernel(float sx, float sy, PtrStepSz<uchar> dst, int colOfs) in resize_for_hog_kernel()
764 __global__ void resize_for_hog_kernel(float sx, float sy, PtrStepSz<uchar4> dst, int colOfs) in resize_for_hog_kernel()
/external/opencv3/modules/cudastereo/src/cuda/
Dutil.cu57 __global__ void reprojectImageTo3D(const PtrStepSz<T> disp, PtrStep<D> xyz) in reprojectImageTo3D()
166__global__ void drawColorDisp(uchar* disp, size_t disp_step, uchar* out_image, size_t out_step, in… in drawColorDisp()
186__global__ void drawColorDisp(short* disp, size_t disp_step, uchar* out_image, size_t out_step, in… in drawColorDisp()
/external/clang/test/PCH/
Dcuda-kernel-call.cu14 __global__ void kern() { in kern()
/external/opencv3/modules/superres/src/cuda/
Dbtv_l1_gpu.cu73__global__ void buildMotionMapsKernel(const PtrStepSzf forwardMotionX, const PtrStepf forwardMotio… in buildMotionMapsKernel()
115 __global__ void upscaleKernel(const PtrStepSz<T> src, PtrStep<T> dst, const int scale) in upscaleKernel()
195__global__ void calcBtvRegularizationKernel(const PtrStepSz<T> src, PtrStep<T> dst, const int ksiz… in calcBtvRegularizationKernel()

1234