/external/clang/test/CodeGenCUDA/ |
D | launch-bounds.cu | 10 __global__ void 23 __global__ void 33 __global__ void 43 __global__ void 55 __global__ void 67 __global__ void 75 __global__ void
|
D | ptx-kernels.cu | 15 __global__ void global_function() { in global_function() 21 template <typename T> __global__ void templated_kernel(T param) {} in templated_kernel()
|
D | kernel-call.cu | 5 __global__ void g1(int x) {} in g1()
|
D | device-stub.cu | 27 __global__ void kernelfunc(int i, int j, int k) {} in kernelfunc()
|
D | host-device-calls-host.cu | 27 __global__ void global_function() { in global_function()
|
D | filter-decl.cu | 46 __global__ void globalfunc(void) {} in globalfunc()
|
D | link-device-bitcode.cu | 50 __global__ __attribute__((used)) void kernel(float *out, float *in) { in kernel()
|
/external/clang/test/SemaCUDA/ |
D | amdgpu-num-gpr-attr.cu | 6 __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()
|
D | qualifiers.cu | 35 __global__ void g1(int x) {} in g1() 36 __global__ int g2(int x) { // expected-error {{must have void return type}} in g2()
|
D | function-target.cu | 9 __global__ void h1g(void); 26 __global__ void d1g(void); // expected-note {{'d1g' declared here}}
|
D | function-overload.cu | 67 __global__ void g(void) {} in g() 137 __global__ void globalf(void) { in globalf()
|
D | function-target-disabled-check.cu | 11 #define __global__ __attribute__((global)) macro
|
D | kernel-call.cu | 5 __global__ void g1(int x) {} in g1()
|
/external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/ |
D | split_merge.hpp | 63 …__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()
|
D | copy.hpp | 60 …__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/ |
D | corners.cu | 64 __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()
|
D | hough_lines.cu | 61 …__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()
|
D | generalized_hough.cu | 64 …__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()
|
D | match_template.cu | 86 …__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 …]
|
D | hough_circles.cu | 62 …__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()
|
D | blend.cu | 52 …__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/ |
D | hog.cu | 118 … __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/ |
D | util.cu | 57 __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/ |
D | cuda-kernel-call.cu | 14 __global__ void kern() { in kern()
|
/external/opencv3/modules/superres/src/cuda/ |
D | btv_l1_gpu.cu | 73 …__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()
|