Searched refs:CreateFunc (Results 1 – 20 of 20) sorted by relevance
/external/angle/src/libANGLE/renderer/ |
D | CLCommandQueueImpl.h | 32 CLEventImpl::CreateFunc *eventCreateFunc) = 0; 40 CLEventImpl::CreateFunc *eventCreateFunc) = 0; 53 CLEventImpl::CreateFunc *eventCreateFunc) = 0; 66 CLEventImpl::CreateFunc *eventCreateFunc) = 0; 74 CLEventImpl::CreateFunc *eventCreateFunc) = 0; 86 CLEventImpl::CreateFunc *eventCreateFunc) = 0; 94 CLEventImpl::CreateFunc *eventCreateFunc) = 0; 102 CLEventImpl::CreateFunc *eventCreateFunc, 113 CLEventImpl::CreateFunc *eventCreateFunc) = 0; 123 CLEventImpl::CreateFunc *eventCreateFunc) = 0; [all …]
|
D | CLDeviceImpl.h | 20 using CreateFunc = std::function<Ptr(const cl::Device &)>; variable 21 using CreateFuncs = std::list<CreateFunc>; 22 using CreateData = std::pair<cl::DeviceType, CreateFunc>;
|
D | CLPlatformImpl.h | 22 using CreateFunc = std::function<Ptr(const cl::Platform &)>; variable 23 using CreateFuncs = std::list<CreateFunc>;
|
D | CLKernelImpl.h | 20 using CreateFunc = std::function<Ptr(const cl::Kernel &)>; variable 21 using CreateFuncs = std::list<CreateFunc>;
|
D | CLEventImpl.h | 20 using CreateFunc = std::function<Ptr(const cl::Event &)>; variable
|
/external/angle/src/libANGLE/renderer/cl/ |
D | CLCommandQueueCL.h | 33 CLEventImpl::CreateFunc *eventCreateFunc) override; 41 CLEventImpl::CreateFunc *eventCreateFunc) override; 54 CLEventImpl::CreateFunc *eventCreateFunc) override; 67 CLEventImpl::CreateFunc *eventCreateFunc) override; 75 CLEventImpl::CreateFunc *eventCreateFunc) override; 87 CLEventImpl::CreateFunc *eventCreateFunc) override; 95 CLEventImpl::CreateFunc *eventCreateFunc) override; 103 CLEventImpl::CreateFunc *eventCreateFunc, 114 CLEventImpl::CreateFunc *eventCreateFunc) override; 124 CLEventImpl::CreateFunc *eventCreateFunc) override; [all …]
|
D | CLCommandQueueCL.cpp | 28 void CheckCreateEvent(cl_int errorCode, cl_event nativeEvent, CLEventImpl::CreateFunc *createFunc) in CheckCreateEvent() 78 CLEventImpl::CreateFunc *eventCreateFunc) in enqueueReadBuffer() 102 CLEventImpl::CreateFunc *eventCreateFunc) in enqueueWriteBuffer() 131 CLEventImpl::CreateFunc *eventCreateFunc) in enqueueReadBufferRect() 161 CLEventImpl::CreateFunc *eventCreateFunc) in enqueueWriteBufferRect() 186 CLEventImpl::CreateFunc *eventCreateFunc) in enqueueCopyBuffer() 214 CLEventImpl::CreateFunc *eventCreateFunc) in enqueueCopyBufferRect() 238 CLEventImpl::CreateFunc *eventCreateFunc) in enqueueFillBuffer() 261 CLEventImpl::CreateFunc *eventCreateFunc, in enqueueMapBuffer() 288 CLEventImpl::CreateFunc *eventCreateFunc) in enqueueReadImage() [all …]
|
/external/angle/src/libANGLE/ |
D | CLCommandQueue.cpp | 28 const rx::CLEventImpl::CreateFunc &createFunc, in CheckCreateEvent() 146 rx::CLEventImpl::CreateFunc eventCreateFunc; in enqueueReadBuffer() 147 rx::CLEventImpl::CreateFunc *const eventCreateFuncPtr = in enqueueReadBuffer() 169 rx::CLEventImpl::CreateFunc eventCreateFunc; in enqueueWriteBuffer() 170 rx::CLEventImpl::CreateFunc *const eventCreateFuncPtr = in enqueueWriteBuffer() 197 rx::CLEventImpl::CreateFunc eventCreateFunc; in enqueueReadBufferRect() 198 rx::CLEventImpl::CreateFunc *const eventCreateFuncPtr = in enqueueReadBufferRect() 226 rx::CLEventImpl::CreateFunc eventCreateFunc; in enqueueWriteBufferRect() 227 rx::CLEventImpl::CreateFunc *const eventCreateFuncPtr = in enqueueWriteBufferRect() 250 rx::CLEventImpl::CreateFunc eventCreateFunc; in enqueueCopyBuffer() [all …]
|
D | CLKernel.h | 49 Kernel(Program &program, const rx::CLKernelImpl::CreateFunc &createFunc, cl_int &errorCode);
|
D | CLEvent.h | 62 const rx::CLEventImpl::CreateFunc &createFunc,
|
D | CLDevice.h | 58 const rx::CLDeviceImpl::CreateFunc &createFunc);
|
D | CLEvent.cpp | 150 const rx::CLEventImpl::CreateFunc &createFunc, in Event()
|
D | CLPlatform.h | 74 explicit Platform(const rx::CLPlatformImpl::CreateFunc &createFunc);
|
D | CLKernel.cpp | 226 Kernel::Kernel(Program &program, const rx::CLKernelImpl::CreateFunc &createFunc, cl_int &errorCode) in Kernel()
|
D | CLPlatform.cpp | 255 Platform::Platform(const rx::CLPlatformImpl::CreateFunc &createFunc) in Platform()
|
D | CLDevice.cpp | 431 const rx::CLDeviceImpl::CreateFunc &createFunc) in Device()
|
/external/llvm-project/libcxx/test/libcxx/utilities/function.objects/ |
D | abi_bug_cxx03_cxx11_example.sh.cpp | 26 Func CreateFunc(); 36 Func CreateFunc() { in CreateFunc() function 42 Func f = CreateFunc(); in main()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | GlobalTypeTableBuilder.h | 71 template <typename CreateFunc> 73 CreateFunc Create) { in insertRecordAs()
|
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
D | GlobalTypeTableBuilder.h | 72 template <typename CreateFunc> 74 CreateFunc Create) { in insertRecordAs()
|
/external/skia/src/gpu/d3d/ |
D | GrD3DResourceProvider.h | 136 typedef std::function<sk_sp<GrD3DDescriptorTable>(GrD3DGpu*, unsigned int)> CreateFunc; typedef 138 const std::vector<D3D12_CPU_DESCRIPTOR_HANDLE>&, CreateFunc);
|