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