Home
last modified time | relevance | path

Searched refs:clCreatePerfCountersCommandQueueINTEL (Results 1 – 9 of 9) sorted by relevance

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/api/
H A Dcl_create_perf_counters_command_queue_tests.inl47 …cmdQ = clCreatePerfCountersCommandQueueINTEL(context.get(), deviceId, properties, configuration, &…
63 …cmdQ = clCreatePerfCountersCommandQueueINTEL(context.get(), deviceId, properties, configuration, &…
74 …cmdQ = clCreatePerfCountersCommandQueueINTEL(context.get(), deviceId, properties, configuration, &…
79 …cmdQ = clCreatePerfCountersCommandQueueINTEL(context.get(), deviceId, properties, configuration, &…
90 …cmdQ = clCreatePerfCountersCommandQueueINTEL(nullptr, deviceId, properties, configuration, &retVal…
101 …cmdQ = clCreatePerfCountersCommandQueueINTEL(context.get(), deviceId, properties, configuration, &…
112 …cmdQ = clCreatePerfCountersCommandQueueINTEL(context.get(), deviceId, properties, configuration, &…
132 …cmdQ = clCreatePerfCountersCommandQueueINTEL(context.get(), deviceId, properties, configuration, &…
142 …cmdQ = clCreatePerfCountersCommandQueueINTEL(context.get(), (cl_device_id)context.get(), propertie…
153 …cmdQ = clCreatePerfCountersCommandQueueINTEL(context.get(), deviceId, properties, configuration, &…
[all …]
H A Dcl_get_extension_function_address_tests.inl47 auto retVal = clGetExtensionFunctionAddress("clCreatePerfCountersCommandQueueINTEL");
48 EXPECT_EQ(retVal, reinterpret_cast<void *>(clCreatePerfCountersCommandQueueINTEL));
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/dll/windows/
H A DOpenCLInternalExports.def.in127 clCreatePerfCountersCommandQueueINTEL
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/dll/linux/
H A Docl_internal.exports126 clCreatePerfCountersCommandQueueINTEL;
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/api/
H A Ddispatch.cpp200 clCreatePerfCountersCommandQueueINTEL,
H A Dapi.h904 clCreatePerfCountersCommandQueueINTEL(
H A Ddispatch.h1299 INTELpfn_clCreatePerfCountersCommandQueueINTEL clCreatePerfCountersCommandQueueINTEL; member
H A Dapi.cpp3721 clCreatePerfCountersCommandQueueINTEL( in clCreatePerfCountersCommandQueueINTEL() function
4360 RETURN_FUNC_PTR_IF_EXIST(clCreatePerfCountersCommandQueueINTEL); in clGetExtensionFunctionAddress()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/helpers/
H A Dbase_object_tests.cpp211 EXPECT_EQ(reinterpret_cast<void *>(clCreatePerfCountersCommandQueueINTEL), in TYPED_TEST()
212 genericObject->dispatch.crtDispatch->clCreatePerfCountersCommandQueueINTEL); in TYPED_TEST()