Home
last modified time | relevance | path

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

/external/llvm-project/parallel-libs/acxxel/
Dopencl_acxxel.cpp410 clCreateUserEvent(Contexts[TheStream.getDeviceIndex()], &Result); in addStreamCallback()
414 clCreateUserEvent(Contexts[TheStream.getDeviceIndex()], &Result); in addStreamCallback()
Dacxxel.h241 int getDeviceIndex() { return TheDeviceIndex; } in getDeviceIndex() function
/external/angle/src/libANGLE/
DCLCommandQueue.h258 size_t getDeviceIndex() const;
DCLCommandQueue.cpp707 size_t CommandQueue::getDeviceIndex() const in getDeviceIndex() function in cl::CommandQueue
DvalidationCL.cpp2090 if (numWorkItems > krnl.getInfo().workGroups[queue.getDeviceIndex()].workGroupSize) in ValidateEnqueueNDRangeKernel()