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

/xsrc/external/mit/MesaLib.old/dist/include/CL/
H A Dcl2.hpp6714 bool useWithProperties; local in function:cl::CommandQueue::CommandQueue
6720 useWithProperties = (version >= 0x20000); // OpenCL 2.0 or above
6723 useWithProperties = true;
6725 useWithProperties = false;
6729 if (useWithProperties) {
6747 if (!useWithProperties) {
6780 bool useWithProperties; local in function:cl::CommandQueue::CommandQueue
6786 useWithProperties = (version >= 0x20000); // OpenCL 2.0 or above
6789 useWithProperties = true;
6791 useWithProperties
6833 bool useWithProperties; local in function:cl::CommandQueue::CommandQueue
6900 bool useWithProperties; local in function:cl::CommandQueue::CommandQueue
6963 bool useWithProperties; local in function:cl::CommandQueue::CommandQueue
7014 bool useWithProperties; local in function:cl::CommandQueue::CommandQueue
[all...]
/xsrc/external/mit/MesaLib/dist/include/CL/
H A Dcl2.hpp7064 bool useWithProperties;
7070 useWithProperties = (version >= 0x20000); // OpenCL 2.0 or above
7073 useWithProperties = true;
7075 useWithProperties = false;
7079 if (useWithProperties) {
7097 if (!useWithProperties) {
7130 bool useWithProperties;
7136 useWithProperties = (version >= 0x20000); // OpenCL 2.0 or above
7139 useWithProperties = true;
7141 useWithProperties
[all...]

Completed in 21 milliseconds