/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A 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 *eventCreateFun [all...] |
H A D | CLDeviceImpl.h | 20 using CreateFunc = std::function<Ptr(const cl::Device &)>; 21 using CreateFuncs = std::list<CreateFunc>; 22 using CreateData = std::pair<cl::DeviceType, CreateFunc>;
|
H A D | CLPlatformImpl.h | 22 using CreateFunc = std::function<Ptr(const cl::Platform &)>; 23 using CreateFuncs = std::list<CreateFunc>;
|
H A D | CLKernelImpl.h | 20 using CreateFunc = std::function<Ptr(const cl::Kernel &)>; 21 using CreateFuncs = std::list<CreateFunc>;
|
H A D | CLEventImpl.h | 20 using CreateFunc = std::function<Ptr(const cl::Event &)>;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/ |
H A 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 *eventCreateFun [all...] |
H A 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 *eventCreateFun in enqueueReadImage() [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A 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 eventCreateFun in enqueueCopyBuffer() [all...] |
H A D | CLEvent.h | 62 const rx::CLEventImpl::CreateFunc &createFunc,
|
H A D | CLKernel.h | 49 Kernel(Program &program, const rx::CLKernelImpl::CreateFunc &createFunc, cl_int &errorCode);
|
H A D | CLEvent.cpp | 150 const rx::CLEventImpl::CreateFunc &createFunc, in Event()
|
H A D | CLDevice.h | 58 const rx::CLDeviceImpl::CreateFunc &createFunc);
|
H A D | CLPlatform.h | 74 explicit Platform(const rx::CLPlatformImpl::CreateFunc &createFunc);
|
H A D | CLKernel.cpp | 226 Kernel::Kernel(Program &program, const rx::CLKernelImpl::CreateFunc &createFunc, cl_int &errorCode) in Kernel()
|
H A D | CLPlatform.cpp | 255 Platform::Platform(const rx::CLPlatformImpl::CreateFunc &createFunc) in Platform()
|
H A D | CLDevice.cpp | 431 const rx::CLDeviceImpl::CreateFunc &createFunc) in Device()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | GlobalTypeTableBuilder.h | 71 template <typename CreateFunc> 73 CreateFunc Create) { in insertRecordAs()
|
/third_party/skia/src/gpu/d3d/ |
H A D | GrD3DResourceProvider.h | 136 typedef std::function<sk_sp<GrD3DDescriptorTable>(GrD3DGpu*, unsigned int)> CreateFunc; typedef in GrD3DResourceProvider::DescriptorTableCache 138 const std::vector<D3D12_CPU_DESCRIPTOR_HANDLE>&, CreateFunc);
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-js.cc | 2664 Handle<JSFunction> CreateFunc( in CreateFunc() function 2683 CreateFunc(isolate, name, func, has_prototype, side_effect_type); in InstallFunc() 2706 CreateFunc(isolate, GetterName(isolate, name), func, false, in InstallGetter() 2724 CreateFunc(isolate, GetterName(isolate, name), getter, false, in InstallGetterSetter() 2727 CreateFunc(isolate, SetterName(isolate, name), setter, false); in InstallGetterSetter() 3019 CreateFunc(isolate, tag_name, WebAssemblyTag, has_prototype, in InstallConditionalFeatures()
|