/aosp_15_r20/external/OpenCL-CTS/test_conformance/api/ |
H A D | test_queue_hint.cpp | 124 …clCommandQueueWrapper q = clCreateCommandQueueWithProperties(context, deviceID, queue_prop[i], &er… in test_queue_hint() 160 …clCommandQueueWrapper q = clCreateCommandQueueWithProperties(context, deviceID, queue_prop[i], &er… in test_queue_hint()
|
H A D | test_queue_properties_queries.cpp | 119 test_queue = clCreateCommandQueueWithProperties( in create_queue_and_check_array_properties() 126 clCreateCommandQueueWithProperties(context, deviceID, NULL, &error); in create_queue_and_check_array_properties()
|
H A D | test_zero_sized_enqueue.cpp | 210 …clCommandQueueWrapper ooqueue = clCreateCommandQueueWithProperties(context, deviceID, queue_prop_d… in test_zero_sized_enqueue()
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/device_execution/ |
H A D | enqueue_profiling.cpp | 66 dev_queue = clCreateCommandQueueWithProperties( in test_enqueue_profiling() 76 host_queue = clCreateCommandQueueWithProperties( in test_enqueue_profiling()
|
H A D | device_queue.cpp | 86 queue[i] = clCreateCommandQueueWithProperties(context, device, properties, &err_ret); in check_device_queues() 130 dev_queue = clCreateCommandQueueWithProperties(context, device, queue_prop_def, &err_ret); in test_device_queue()
|
H A D | enqueue_multi_queue.cpp | 125 dev_queue = clCreateCommandQueueWithProperties(context, device, queue_prop_def, &err_ret); in test_enqueue_multi_queue() 143 queues[i] = clCreateCommandQueueWithProperties(context, device, queue_prop, &err_ret); in test_enqueue_multi_queue()
|
H A D | host_multi_queue.cpp | 159 dev_queue = clCreateCommandQueueWithProperties(context, device, queue_prop_def, &err_ret); in test_host_multi_queue() 172 queues[i] = clCreateCommandQueueWithProperties(context, device, NULL, &err_ret); in test_host_multi_queue()
|
H A D | enqueue_block.cpp | 625 dev_queue = clCreateCommandQueueWithProperties(context, device, queue_prop_def, &err_ret); in test_enqueue_block()
|
H A D | host_queue_order.cpp | 119 dev_queue = clCreateCommandQueueWithProperties(context, device, queue_prop_def, &err_ret); in test_host_queue_order()
|
/aosp_15_r20/external/OpenCL-ICD-Loader/loader/windows/ |
H A D | OpenCL-mingw-i686.def | 132 clCreateCommandQueueWithProperties@16 == clCreateCommandQueueWithProperties
|
H A D | OpenCL.def | 136 clCreateCommandQueueWithProperties
|
/aosp_15_r20/external/angle/include/CL/ |
H A D | cl_icd.h | 238 clCreateCommandQueueWithProperties_t *clCreateCommandQueueWithProperties; member 252 void *clCreateCommandQueueWithProperties; member
|
/aosp_15_r20/external/OpenCL-Headers/CL/ |
H A D | cl_icd.h | 238 clCreateCommandQueueWithProperties_t *clCreateCommandQueueWithProperties; member 252 void *clCreateCommandQueueWithProperties; member
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/api/ |
H A D | icd.rs | 148 clCreateCommandQueueWithProperties: Some(clCreateCommandQueueWithProperties), 483 …"clCreateCommandQueueWithPropertiesKHR" => cl_ext_func!(clCreateCommandQueueWithProperties: clCrea… in clGetExtensionFunctionAddress()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
H A D | opencl_wrapper.cc | 132 LoadFunction(clCreateCommandQueueWithProperties); in LoadOpenCLFunctions() 261 PFN_clCreateCommandQueueWithProperties clCreateCommandQueueWithProperties; in LoadOpenCLFunctions() variable
|
/aosp_15_r20/external/mesa3d/src/gallium/targets/opencl/ |
H A D | OpenCL.def.in | 100 clCreateCommandQueueWithProperties@16
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/gpu/unit/ |
H A D | Queue.cpp | 69 …cl_command_queue priority_queue = clCreateCommandQueueWithProperties(cl_ctx, cl_dev, queue_… in TEST_SUITE()
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/clover/api/ |
H A D | dispatch.cpp | 171 clCreateCommandQueueWithProperties,
|
H A D | queue.cpp | 130 clCreateCommandQueueWithProperties(cl_context d_ctx, cl_device_id d_dev, in clCreateCommandQueueWithProperties() function
|
/aosp_15_r20/external/ComputeLibrary/arm_compute/core/CL/ |
H A D | OpenCL.h | 96 DECLARE_FUNCTION_PTR(clCreateCommandQueueWithProperties);
|
/aosp_15_r20/external/angle/src/libOpenCL/ |
H A D | libOpenCL_autogen.map | 116 clCreateCommandQueueWithProperties;
|
/aosp_15_r20/external/OpenCL-ICD-Loader/loader/linux/ |
H A D | icd_exports.map | 135 clCreateCommandQueueWithProperties;
|
/aosp_15_r20/external/angle/src/libGLESv2/ |
H A D | cl_dispatch_table.cpp | 161 cl::clCreateCommandQueueWithProperties,
|
H A D | proc_table_cl_autogen.cpp | 119 {"clCreateCommandQueueWithProperties", P(::cl::clCreateCommandQueueWithProperties)}, in GetProcTable()
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/SVM/ |
H A D | main.cpp | 249 queues[i] = clCreateCommandQueueWithProperties(*context, devices[i], 0, &error); in create_cl_objects()
|