Home
last modified time | relevance | path

Searched refs:CreateFunc (Results 1 – 20 of 20) sorted by relevance

/external/angle/src/libANGLE/renderer/
DCLCommandQueueImpl.h32 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 …]
DCLDeviceImpl.h20 using CreateFunc = std::function<Ptr(const cl::Device &)>; variable
21 using CreateFuncs = std::list<CreateFunc>;
22 using CreateData = std::pair<cl::DeviceType, CreateFunc>;
DCLPlatformImpl.h22 using CreateFunc = std::function<Ptr(const cl::Platform &)>; variable
23 using CreateFuncs = std::list<CreateFunc>;
DCLKernelImpl.h20 using CreateFunc = std::function<Ptr(const cl::Kernel &)>; variable
21 using CreateFuncs = std::list<CreateFunc>;
DCLEventImpl.h20 using CreateFunc = std::function<Ptr(const cl::Event &)>; variable
/external/angle/src/libANGLE/renderer/cl/
DCLCommandQueueCL.h33 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 …]
DCLCommandQueueCL.cpp28 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/
DCLCommandQueue.cpp28 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 …]
DCLKernel.h49 Kernel(Program &program, const rx::CLKernelImpl::CreateFunc &createFunc, cl_int &errorCode);
DCLEvent.h62 const rx::CLEventImpl::CreateFunc &createFunc,
DCLDevice.h58 const rx::CLDeviceImpl::CreateFunc &createFunc);
DCLEvent.cpp150 const rx::CLEventImpl::CreateFunc &createFunc, in Event()
DCLPlatform.h74 explicit Platform(const rx::CLPlatformImpl::CreateFunc &createFunc);
DCLKernel.cpp226 Kernel::Kernel(Program &program, const rx::CLKernelImpl::CreateFunc &createFunc, cl_int &errorCode) in Kernel()
DCLPlatform.cpp255 Platform::Platform(const rx::CLPlatformImpl::CreateFunc &createFunc) in Platform()
DCLDevice.cpp431 const rx::CLDeviceImpl::CreateFunc &createFunc) in Device()
/external/llvm-project/libcxx/test/libcxx/utilities/function.objects/
Dabi_bug_cxx03_cxx11_example.sh.cpp26 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/
DGlobalTypeTableBuilder.h71 template <typename CreateFunc>
73 CreateFunc Create) { in insertRecordAs()
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DGlobalTypeTableBuilder.h72 template <typename CreateFunc>
74 CreateFunc Create) { in insertRecordAs()
/external/skia/src/gpu/d3d/
DGrD3DResourceProvider.h136 typedef std::function<sk_sp<GrD3DDescriptorTable>(GrD3DGpu*, unsigned int)> CreateFunc; typedef
138 const std::vector<D3D12_CPU_DESCRIPTOR_HANDLE>&, CreateFunc);