Home
last modified time | relevance | path

Searched refs:enqueue_kernel (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/clang/test/SemaOpenCL/
H A Dcl20-device-side-enqueue.cl4 // Diagnostic tests for different overloads of enqueue_kernel from Table 6.13.17.1 of OpenCL 2.0 Sp…
15 enqueue_kernel(default_queue, flags, ndrange, ^(void) {
19enqueue_kernel(vptr, flags, ndrange, ^(void) { // expected-error{{illegal call to enqueue_kernel, …
23enqueue_kernel(default_queue, vptr, ndrange, ^(void) { // expected-error{{illegal call to enqueue_…
27enqueue_kernel(default_queue, flags, vptr, ^(void) { // expected-error{{illegal call to enqueue_ke…
31enqueue_kernel(default_queue, flags, ndrange, vptr); // expected-error{{illegal call to enqueue_ke…
33enqueue_kernel(default_queue, flags, ndrange, ^(int i) { // expected-error{{blocks in this form of…
38 enqueue_kernel(default_queue, flags, ndrange, 1, &event_wait_list, &evt, ^(void) {
42enqueue_kernel(default_queue, flags, ndrange, 1, vptr, &evt, ^(void) // expected-error{{illegal ca…
47enqueue_kernel(default_queue, flags, ndrange, 1, &event_wait_list, vptr, ^(void) // expected-error…
[all …]
H A Dclang-builtin-version.cl7enqueue_kernel(tmp, tmp, tmp, ^(void) { // expected-warning{{implicit declaration of function 'enq…
/aosp_15_r20/external/OpenCL-CTS/test_conformance/api/
H A Dtest_queue_properties.cpp41 int enqueue_kernel(cl_context context, const cl_queue_properties_khr *queue_prop_def, cl_device_id … in enqueue_kernel() function
125 error = enqueue_kernel(context, NULL,deviceID, kernel, (size_t)num_elements); in test_queue_properties()
135 error = enqueue_kernel(context, queue_prop_def, deviceID, kernel, (size_t)num_elements); in test_queue_properties()
146 error = enqueue_kernel(context, queue_prop_def, deviceID, kernel, (size_t)num_elements); in test_queue_properties()
157 error = enqueue_kernel(context, queue_prop_def, deviceID, kernel, (size_t)num_elements); in test_queue_properties()
/aosp_15_r20/external/clang/test/CodeGenOpenCL/
H A Dcl20-device-side-enqueue.cl27 enqueue_kernel(default_queue, flags, ndrange,
38 enqueue_kernel(default_queue, flags, ndrange, 2, &event_wait_list, &clk_event,
47 enqueue_kernel(default_queue, flags, ndrange,
58 enqueue_kernel(default_queue, flags, ndrange,
69 enqueue_kernel(default_queue, flags, ndrange, 2, event_wait_list2, &clk_event,
81 enqueue_kernel(default_queue, flags, ndrange, 2, event_wait_list2, &clk_event,
/aosp_15_r20/external/clang/include/clang/Basic/
H A DBuiltins.def1311 LANGBUILTIN(enqueue_kernel, "i.", "tn", OCLC20_LANG)
H A DDiagnosticSemaKinds.td7947 "illegal call to enqueue_kernel, incorrect argument types">;
7949 "illegal call to enqueue_kernel, expected %0 argument type">;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Basic/
DBuiltins.inc498 LANGBUILTIN(enqueue_kernel, "i.", "tn", OCL_DSE)
DDiagnosticSemaKinds.inc1653 …Error, "blocks with parameters are not accepted in this prototype of enqueue_kernel call", 0, SFIN…
1654 …_args, CLASS_ERROR, (unsigned)diag::Severity::Error, "blocks used in enqueue_kernel call are expec…
1655 …args, CLASS_ERROR, (unsigned)diag::Severity::Error, "illegal call to enqueue_kernel, incorrect arg…
1656 …type, CLASS_ERROR, (unsigned)diag::Severity::Error, "illegal call to enqueue_kernel, parameter nee…
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Basic/
DBuiltins.inc498 LANGBUILTIN(enqueue_kernel, "i.", "tn", OCL_DSE)
DDiagnosticSemaKinds.inc1653 …Error, "blocks with parameters are not accepted in this prototype of enqueue_kernel call", 0, SFIN…
1654 …_args, CLASS_ERROR, (unsigned)diag::Severity::Error, "blocks used in enqueue_kernel call are expec…
1655 …args, CLASS_ERROR, (unsigned)diag::Severity::Error, "illegal call to enqueue_kernel, incorrect arg…
1656 …type, CLASS_ERROR, (unsigned)diag::Severity::Error, "illegal call to enqueue_kernel, parameter nee…
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Basic/
DBuiltins.inc502 LANGBUILTIN(enqueue_kernel, "i.", "tn", OCL_DSE)
DDiagnosticSemaKinds.inc1677 …Error, "blocks with parameters are not accepted in this prototype of enqueue_kernel call", 0, SFIN…
1678 …_args, CLASS_ERROR, (unsigned)diag::Severity::Error, "blocks used in enqueue_kernel call are expec…
1679 …args, CLASS_ERROR, (unsigned)diag::Severity::Error, "illegal call to enqueue_kernel, incorrect arg…
1680 …type, CLASS_ERROR, (unsigned)diag::Severity::Error, "illegal call to enqueue_kernel, parameter nee…
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Basic/
DBuiltins.def1757 LANGBUILTIN(enqueue_kernel, "i.", "tn", OCL_DSE)
DDiagnosticSemaKinds.inc1630 …Error, "blocks with parameters are not accepted in this prototype of enqueue_kernel call", 0, SFIN…
1631 …_args, CLASS_ERROR, (unsigned)diag::Severity::Error, "blocks used in enqueue_kernel call are expec…
1632 …args, CLASS_ERROR, (unsigned)diag::Severity::Error, "illegal call to enqueue_kernel, incorrect arg…
1633 …type, CLASS_ERROR, (unsigned)diag::Severity::Error, "illegal call to enqueue_kernel, parameter nee…
/aosp_15_r20/out/soong/.intermediates/external/clang/clang-gen-diagnostics/gen/clang/Basic/
DDiagnosticSemaKinds.inc1153 …type, CLASS_ERROR, (unsigned)diag::Severity::Error, "illegal call to enqueue_kernel, expected %0 a…
1154 …args, CLASS_ERROR, (unsigned)diag::Severity::Error, "illegal call to enqueue_kernel, incorrect arg…