Lines Matching refs:useWithProperties
7216 bool useWithProperties; in CommandQueue() local
7222 useWithProperties = (version >= 0x20000); // OpenCL 2.0 or above in CommandQueue()
7225 useWithProperties = true; in CommandQueue()
7227 useWithProperties = false; in CommandQueue()
7231 if (useWithProperties) { in CommandQueue()
7249 if (!useWithProperties) { in CommandQueue()
7282 bool useWithProperties; in CommandQueue() local
7288 useWithProperties = (version >= 0x20000); // OpenCL 2.0 or above in CommandQueue()
7291 useWithProperties = true; in CommandQueue()
7293 useWithProperties = false; in CommandQueue()
7297 if (useWithProperties) { in CommandQueue()
7311 if (!useWithProperties) { in CommandQueue()
7335 bool useWithProperties; in CommandQueue() local
7353 useWithProperties = (version >= 0x20000); // OpenCL 2.0 or above in CommandQueue()
7356 useWithProperties = true; in CommandQueue()
7358 useWithProperties = false; in CommandQueue()
7362 if (useWithProperties) { in CommandQueue()
7380 if (!useWithProperties) { in CommandQueue()
7402 bool useWithProperties; in CommandQueue() local
7420 useWithProperties = (version >= 0x20000); // OpenCL 2.0 or above in CommandQueue()
7423 useWithProperties = true; in CommandQueue()
7425 useWithProperties = false; in CommandQueue()
7429 if (useWithProperties) { in CommandQueue()
7442 if (!useWithProperties) { in CommandQueue()
7465 bool useWithProperties; in CommandQueue() local
7471 useWithProperties = (version >= 0x20000); // OpenCL 2.0 or above in CommandQueue()
7474 useWithProperties = true; in CommandQueue()
7476 useWithProperties = false; in CommandQueue()
7480 if (useWithProperties) { in CommandQueue()
7493 if (!useWithProperties) { in CommandQueue()
7516 bool useWithProperties; in CommandQueue() local
7522 useWithProperties = (version >= 0x20000); // OpenCL 2.0 or above in CommandQueue()
7525 useWithProperties = true; in CommandQueue()
7527 useWithProperties = false; in CommandQueue()
7531 if (useWithProperties) { in CommandQueue()
7544 if (!useWithProperties) { in CommandQueue()