Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/
DCLDeviceImpl.h57 cl_uint queueOnDeviceMaxSize = 0u; member
/external/angle/src/libANGLE/
DCLDevice.cpp233 copyValue = &mInfo.queueOnDeviceMaxSize; in getInfo()
234 copySize = sizeof(mInfo.queueOnDeviceMaxSize); in getInfo()
DvalidationCL.cpp3300 if (*properties++ > device->cast<Device>().getInfo().queueOnDeviceMaxSize) in ValidateCreateCommandQueueWithProperties()
/external/angle/src/libANGLE/renderer/cl/
DCLDeviceCL.cpp154 !GetDeviceInfo(mNative, cl::DeviceInfo::QueueOnDeviceMaxSize, info.queueOnDeviceMaxSize))) in createInfo()