Home
last modified time | relevance | path

Searched refs:CL_QUEUE_DEVICE (Results 1 – 14 of 14) sorted by relevance

/external/mesa3d/src/gallium/frontends/clover/api/
Dqueue.cpp85 case CL_QUEUE_DEVICE: in clGetCommandQueueInfo()
/external/OpenCL-CTS/test_conformance/device_execution/
Ddevice_queue.cpp46 err_ret = clGetCommandQueueInfo(queue, CL_QUEUE_DEVICE, sizeof(q_device), &q_device, &size_ret); in check_device_queue()
/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()
/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/angle/src/common/
DPackedCLEnums_autogen.cpp91 case CL_QUEUE_DEVICE: in FromCLenum()
115 return CL_QUEUE_DEVICE; in ToCLenum()
/external/OpenCL-CTS/test_conformance/api/
Dtest_queries.cpp440 error = command_queue_param_test(queue, CL_QUEUE_DEVICE, deviceID, in check_get_command_queue_info_params()
/external/OpenCL-CTS/test_conformance/geometrics/
Dtest_geometrics.cpp305 error = clGetCommandQueueInfo( queue, CL_QUEUE_DEVICE, sizeof( device ), &device, NULL ); in test_twoToFloat_kernel()
/external/mesa3d/include/CL/
Dcl.h507 #define CL_QUEUE_DEVICE 0x1091 macro
Dcl2.hpp1290 F(cl_command_queue_info, CL_QUEUE_DEVICE, cl::Device) \
8629 cl::Device device(getInfo<CL_QUEUE_DEVICE>());
8662 cl::Device device(getInfo<CL_QUEUE_DEVICE>());
Dcl.hpp1447 F(cl_command_queue_info, CL_QUEUE_DEVICE, cl::Device) \
6533 cl::Device device(getInfo<CL_QUEUE_DEVICE>()); in enqueueAcquireD3D10Objects()
6566 cl::Device device(getInfo<CL_QUEUE_DEVICE>()); in enqueueReleaseD3D10Objects()
/external/angle/include/CL/
Dcl.h509 #define CL_QUEUE_DEVICE 0x1091 macro
/external/OpenCL-CTS/dependencies/ocl-headers/CL/
Dcl.h509 #define CL_QUEUE_DEVICE 0x1091 macro
/external/OpenCL-CTS/test_common/harness/
DimageHelpers.cpp3031 err = clGetCommandQueueInfo(q, CL_QUEUE_DEVICE, sizeof(device), &device, in DetectFloatToHalfRoundingMode()