Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/include/CL/
Dopencl.hpp7216 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()
[all …]