HomeSort by: relevance | last modified time | path
    Searched defs:qprops (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
cl_util.c 205 cl_command_queue_properties qprops; local
328 clGetDeviceInfo (devices[j], CL_DEVICE_QUEUE_PROPERTIES, sizeof (qprops), &qprops, NULL);
329 if (qprops & CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE)
331 if (qprops & CL_QUEUE_PROFILING_ENABLE)
  /src/external/gpl3/gdb/dist/gdb/testsuite/lib/
cl_util.c 205 cl_command_queue_properties qprops; local
328 clGetDeviceInfo (devices[j], CL_DEVICE_QUEUE_PROPERTIES, sizeof (qprops), &qprops, NULL);
329 if (qprops & CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE)
331 if (qprops & CL_QUEUE_PROFILING_ENABLE)

Completed in 16 milliseconds