Searched refs:SVMTraitCoarse (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/include/CL/ |
| H A D | cl2.hpp | 318 auto anSVMInt = cl::allocate_svm<int, cl::SVMTraitCoarse<>>(); 320 cl::SVMAllocator<Foo, cl::SVMTraitCoarse<cl::SVMTraitReadOnly<>>> svmAllocReadOnly; 323 cl::SVMAllocator<int, cl::SVMTraitCoarse<>> svmAlloc; 324 std::vector<int, cl::SVMAllocator<int, cl::SVMTraitCoarse<>>> inputA(numElements, 1, svmAlloc); 3345 class SVMTraitCoarse class in namespace:cl 3641 using coarse_svm_vector = vector<T, cl::SVMAllocator<int, cl::SVMTraitCoarse<>>>;
|
| /xsrc/external/mit/MesaLib/dist/include/CL/ |
| H A D | cl2.hpp | 326 auto anSVMInt = cl::allocate_svm<int, cl::SVMTraitCoarse<>>(); 328 cl::SVMAllocator<Foo, cl::SVMTraitCoarse<cl::SVMTraitReadOnly<>>> svmAllocReadOnly; 331 cl::SVMAllocator<int, cl::SVMTraitCoarse<>> svmAlloc; 332 std::vector<int, cl::SVMAllocator<int, cl::SVMTraitCoarse<>>> inputA(numElements, 1, svmAlloc); 3489 class SVMTraitCoarse class in namespace:cl 3785 using coarse_svm_vector = vector<T, cl::SVMAllocator<int, cl::SVMTraitCoarse<>>>;
|
Completed in 25 milliseconds