Searched refs:realProps (Results 1 – 1 of 1) sorted by relevance
1549 cl_command_queue_properties realProps; in checkDeviceForQueueSupport() local1551 sizeof(realProps), &realProps, NULL); in checkDeviceForQueueSupport()1554 return (realProps & prop) ? 1 : 0; in checkDeviceForQueueSupport()