OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:kernel5
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/CodeGenCUDA/
launch-bounds.cu
58
Kernel5
()
61
template void
Kernel5
<MAX_THREADS_PER_BLOCK, MIN_BLOCKS_PER_MP>();
63
// CHECK: !{{[0-9]+}} = !{void ()* @{{.*}}
Kernel5
{{.*}}, !"maxntidx", i32 356}
64
// CHECK: !{{[0-9]+}} = !{void ()* @{{.*}}
Kernel5
{{.*}}, !"minctasm", i32 258}
/external/clang/test/SemaOpenCL/
invalid-kernel-attrs.cl
11
kernel __attribute__((vec_type_hint(int))) __attribute__((vec_type_hint(float))) void
kernel5
() {} //expected-warning{{attribute 'vec_type_hint' is already applied with different parameters}}
/external/libvpx/libvpx/vp9/common/
vp9_postproc.c
37
static const int16_t
kernel5
[] = { 1, 1, 4, 1, 1 };
variable
62
kernel +=
kernel5
[2 + i] * p_src[col + i * pitch];
86
kernel +=
kernel5
[2 + i] * p_src[col + i];
Completed in 465 milliseconds