Home
last modified time | relevance | path

Searched defs:kernel1 (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/lld/test/ELF/
Damdgpu-kernels.s18 .globl kernel1 symbol
21 kernel1: label
/external/llvm-project/clang/test/CodeGenCUDA/
Dnorecurse.cu12 __global__ void kernel1(int a) {} in kernel1() function
Ddebug-info-address-class.cu15 __device__ void kernel1( in kernel1() function
Damdgpu-kernel-arg-pointer-type.cu25 __global__ void kernel1(int *x) { in kernel1() function
/external/OpenCL-CTS/test_conformance/extensions/cl_ext_cxx_for_opencl/
Dcxx_for_opencl_ext.cpp24 clKernelWrapper kernel1; in test_cxx_for_opencl() local
/external/OpenCL-CTS/test_conformance/basic/
Dtest_kernel_call_kernel_function.cpp67 clKernelWrapper kernel1, kernel2, kernel_to_call; in test_kernel_call_kernel_function() local
/external/OpenCL-CTS/test_conformance/device_execution/
Dhost_queue_order.cpp132 clKernelWrapper kernel1, kernel2; in test_host_queue_order() local
/external/OpenCL-CTS/test_conformance/api/
Dtest_create_kernels.cpp326 clKernelWrapper kernel1, kernel2; in test_load_two_kernels_manually() local
357 clKernelWrapper kernel1, kernel2; in test_get_program_info_kernel_names() local
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dimage_resize_ops.cc359 xla::XlaOp kernel1 = MakeGeneralResizeKernelInDim( in ResizeUsingDilationAndConvolution() local
421 xla::XlaOp kernel1 = MakeGeneralResizeKernelInDim( in ResizeUsingDilationAndConvolutionGradOp() local
/external/OpenCL-CTS/test_conformance/events/
Dtest_event_dependencies.cpp61 clKernelWrapper kernel1[TEST_COUNT], kernel2[TEST_COUNT]; in test_event_enqueue_wait_for_events_run_test() local
/external/ImageMagick/MagickCore/
Dmorphology.c2392 static MagickBooleanType SameKernelInfo(const KernelInfo *kernel1, in SameKernelInfo()