Home
last modified time | relevance | path

Searched refs:clGetCommandQueueInfo (Results 1 – 21 of 21) sorted by relevance

/external/OpenCL-CTS/test_conformance/device_execution/
Ddevice_queue.cpp38 …err_ret = clGetCommandQueueInfo(queue, CL_QUEUE_CONTEXT, sizeof(q_context), &q_context, &size_ret); in check_device_queue()
46 err_ret = clGetCommandQueueInfo(queue, CL_QUEUE_DEVICE, sizeof(q_device), &q_device, &size_ret); in check_device_queue()
54 …err_ret = clGetCommandQueueInfo(queue, CL_QUEUE_PROPERTIES, sizeof(q_properties), &q_properties, &… in check_device_queue()
62 err_ret = clGetCommandQueueInfo(queue, CL_QUEUE_SIZE, sizeof(q_size), &q_size, &size_ret); in check_device_queue()
/external/OpenCL-CTS/test_conformance/api/
Dtest_queries_compatibility.cpp100 error = clGetCommandQueueInfo( queue, paramName, sizeof( val ), &val, &size ); \
126 …error = clGetCommandQueueInfo( queue, CL_QUEUE_REFERENCE_COUNT, sizeof( refCount ), &refCount, &si… in test_get_command_queue_info_compatibility()
138 … error = clGetCommandQueueInfo( queue, CL_QUEUE_DEVICE, sizeof(otherDevice), &otherDevice, &size); in test_get_command_queue_info_compatibility()
Dtest_queries.cpp216 error = clGetCommandQueueInfo( queue, paramName, sizeof( val ), &val, &size ); \
248 …error = clGetCommandQueueInfo( queue, CL_QUEUE_REFERENCE_COUNT, sizeof( refCount ), &refCount, &si… in test_get_command_queue_info()
260 … error = clGetCommandQueueInfo( queue, CL_QUEUE_DEVICE, sizeof(otherDevice), &otherDevice, &size); in test_get_command_queue_info()
Dtest_retain.cpp26 #define GET_QUEUE_INSTANCE_COUNT(p) numInstances = ( (err = clGetCommandQueueInfo(p, CL_QUEUE_REFER…
/external/OpenCL-CTS/test_conformance/clcpp/synchronization/named_barrier/
Dtest_named_barrier.hpp137 err = clGetCommandQueueInfo(queue, CL_QUEUE_CONTEXT, sizeof(cl_context), &context, NULL); in execute()
275 err = clGetCommandQueueInfo(queue, CL_QUEUE_CONTEXT, sizeof(cl_context), &context, NULL); in execute()
419 err = clGetCommandQueueInfo(queue, CL_QUEUE_CONTEXT, sizeof(cl_context), &context, NULL); in execute()
Dtest_spec_example.hpp269 err = clGetCommandQueueInfo(queue, CL_QUEUE_CONTEXT, sizeof(cl_context), &context, NULL); in execute()
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dopencl_wrapper.cc79 LoadFunction(clGetCommandQueueInfo); in LoadOpenCLFunctions()
192 PFN_clGetCommandQueueInfo clGetCommandQueueInfo; variable
Dopencl_wrapper.h526 extern PFN_clGetCommandQueueInfo clGetCommandQueueInfo;
/external/mesa3d/src/gallium/frontends/clover/api/
Ddispatch.cpp39 clGetCommandQueueInfo,
Dqueue.cpp75 clGetCommandQueueInfo(cl_command_queue d_q, cl_command_queue_info param, in clGetCommandQueueInfo() function
/external/OpenCL-CTS/test_conformance/SVM/
Dtest_migrate.cpp105 error = clGetCommandQueueInfo(queues[0], CL_QUEUE_DEVICE, sizeof(did), (void *)&did, NULL); in test_svm_migrate()
109 error = clGetCommandQueueInfo(queues[0], CL_QUEUE_PROPERTIES, sizeof(cqp), &cqp, NULL); in test_svm_migrate()
Dtest_enqueue_api.cpp58 if(clGetCommandQueueInfo(queue, CL_QUEUE_CONTEXT, sizeof(cl_context), &context, 0) != CL_SUCCESS) in callback_svm_free()
/external/OpenCL-CTS/test_conformance/clcpp/address_spaces/
Dtest_pointer_types.hpp356 err = clGetCommandQueueInfo(queue, CL_QUEUE_CONTEXT, sizeof(cl_context), &context, NULL); in execute()
/external/OpenCL-CTS/test_conformance/gl/
Dtest_images_read_common.cpp261 error = clGetCommandQueueInfo(queue, CL_QUEUE_DEVICE, sizeof(device), &device, NULL); in test_cl_image_read()
Dtest_images_write_common.cpp349 error = clGetCommandQueueInfo(queue, CL_QUEUE_DEVICE, sizeof(device), &device, NULL); in test_cl_image_write()
/external/OpenCL-CTS/test_conformance/geometrics/
Dtest_geometrics.cpp299 error = clGetCommandQueueInfo( queue, CL_QUEUE_DEVICE, sizeof( device ), &device, NULL ); in test_twoToFloat_kernel()
/external/mesa3d/include/CL/
Dcl.h1070 clGetCommandQueueInfo(cl_command_queue command_queue,
Dcl_icd.h1118 cl_api_clGetCommandQueueInfo clGetCommandQueueInfo; member
Dcl2.hpp838 #define __GET_COMMAND_QUEUE_INFO_ERR CL_HPP_ERR_STR_(clGetCommandQueueInfo)
7483 &::clGetCommandQueueInfo, object_, name, param),
8863 &::clGetCommandQueueInfo, object_, name, param),
Dcl.hpp392 #define __GET_COMMAND_QUEUE_INFO_ERR __ERR_STR(clGetCommandQueueInfo)
5699 &::clGetCommandQueueInfo, object_, name, param), in getInfo()
/external/OpenCL-CTS/test_common/harness/
DimageHelpers.cpp2951 err = clGetCommandQueueInfo( q, CL_QUEUE_CONTEXT, sizeof(context), &context, NULL ); in DetectFloatToHalfRoundingMode()
2994 err = clGetCommandQueueInfo( q, CL_QUEUE_DEVICE, sizeof(device), &device, NULL ); in DetectFloatToHalfRoundingMode()