Home
last modified time | relevance | path

Searched defs:func (Results 926 - 950 of 1325) sorted by relevance

1...<<31323334353637383940>>...53

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dir_context.cpp863 void IRContext::AddCalls(const Function* func, std::queue<uint32_t>* todo) { in AddCalls() argument
/third_party/skia/third_party/externals/jinja2/
H A Dfilters.py1283 def func(item): global() function
1311 def func(item): global() function
[all...]
/third_party/python/Lib/test/
H A Dtest_generators.py115 def func(): function
H A Dtest_operator.py539 def func(*args, **kwargs): return args, kwargs function
H A Dtest_code.py219 def func(): pass function
250 def func(): function
290 def func(): function
329 def func(arg): function
336 def func() function
424 def func(): global() function
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DSTLExtras.h617 T func; member
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Dscheduler.cpp265 create( Allocator* allocator, uint32_t id, size_t stackSize, const std::function<void()>& func) create() argument
/third_party/skia/third_party/externals/tint/src/inspector/
H A Dinspector.cc312 auto* func = FindEntryPointByName(entry_point); GetStorageSize() local
341 auto* func = FindEntryPointByName(entry_point); GetResourceBindings() local
367 auto* func = FindEntryPointByName(entry_point); GetUniformBufferResourceBindings() local
415 auto* func = FindEntryPointByName(entry_point); GetSamplerResourceBindings() local
439 auto* func = FindEntryPointByName(entry_point); GetComparisonSamplerResourceBindings() local
482 auto* func = FindEntryPointByName(entry_point); GetTextureResourceBindings() local
533 auto* func = FindEntryPointByName(entry_point); GetSamplerTextureUses() local
548 auto* func = FindEntryPointByName(entry_point); GetWorkgroupStorageSize() local
573 auto* func = program_->AST().Functions().Find(program_->Symbols().Get(name)); FindEntryPointByName() local
659 auto* func = FindEntryPointByName(entry_point); GetStorageBufferResourceBindingsImpl() local
697 auto* func = FindEntryPointByName(entry_point); GetSampledTextureResourceBindingsImpl() local
739 auto* func = FindEntryPointByName(entry_point); GetStorageTextureResourceBindingsImpl() local
892 auto* func = tint::As<sem::Function>(param->Owner()); GetOriginatingResources() local
[all...]
/third_party/skia/third_party/externals/tint/src/resolver/
H A Ddependency_graph.cc175 void TraverseFunction(const ast::Function* func) { in TraverseFunction() argument
[all...]
/third_party/skia/third_party/externals/tint/src/transform/
H A Ddecompose_memory_access.cc470 auto* func = b.create<ast::Function>( in LoadFunc() local
569 auto* func = b.create<ast::Function>( in StoreFunc() local
679 auto* func = b.create<ast::Function>( in AtomicFunc() local
[all...]
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
H A Dgenerator_impl.cc815 EmitFunctionCall(std::ostream& out, const sem::Call* call, const sem::Function* func) EmitFunctionCall() argument
1476 auto func = utils::GetOrCreate(dma_intrinsics_, EmitStorageAtomicCall() local
1483 out << func; EmitStorageAtomicCall() local
[all...]
/third_party/skia/third_party/externals/zlib/
H A Ddeflate.c144 compress_func func; member
620 compress_func func; local
/third_party/protobuf/src/google/protobuf/
H A Dgenerated_message_util.cc622 SpecialSerializer func = nullptr; in SerializeInternal() local
667 SpecialSerializer func = nullptr; in SerializeInternalToArray() local
H A Dmessage_lite.cc560 void OnShutdown(void (*func)()) { in OnShutdown() argument
/third_party/python/Python/
H A Dcodecs.c172 PyObject *func; in _PyCodec_Lookup() local
1517 PyObject *func = PyCFunction_NewEx(&methods[i].def, NULL, NULL); in _PyCodecRegistry_Init() local
/third_party/python/Python/clinic/
H A Dsysmodule.c.h946 PyObject *func; in sys_call_tracing() local
/third_party/python/Objects/
H A Dfuncobject.c134 uint32_t _PyFunction_GetVersionForCurrentState(PyFunctionObject *func) in _PyFunction_GetVersionForCurrentState() argument
748 func_descr_get(PyObject *func, PyObject *obj, PyObject *type) in func_descr_get() argument
H A Dcall.c110 PyObject_CallNoArgs(PyObject *func) in PyObject_CallNoArgs() argument
133 vectorcallfunc func = _PyVectorcall_Function(callable); in _PyObject_FastCallDictTstate() local
236 _PyVectorcall_Call(PyThreadState *tstate, vectorcallfunc func, in _PyVectorcall_Call() argument
281 vectorcallfunc func; PyVectorcall_Call() local
305 _PyObject_FastCall(PyObject *func, PyObject *const *args, Py_ssize_t nargs) _PyObject_FastCall() argument
368 PyObject_CallOneArg(PyObject *func, PyObject *arg) PyObject_CallOneArg() argument
383 _PyFunction_Vectorcall(PyObject *func, PyObject* const* stack, size_t nargsf, PyObject *kwnames) _PyFunction_Vectorcall() argument
[all...]
/third_party/python/Modules/_sqlite/clinic/
H A Dconnection.c.h331 PyObject *func; in pysqlite_connection_create_function() local
/third_party/python/Modules/clinic/
H A D_tkinter.c.h342 PyObject *func; in _tkinter_tkapp_createcommand() local
423 PyObject *func; in _tkinter_tkapp_createfilehandler() local
488 PyObject *func; _tkinter_tkapp_createtimerhandler() local
[all...]
/third_party/pulseaudio/src/modules/bluetooth/
H A Dbackend-ofono.c141 hf_dbus_send_and_add_to_pending(pa_bluetooth_backend *backend, DBusMessage *m, DBusPendingCallNotifyFunction func, void *call_data) hf_dbus_send_and_add_to_pending() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dnanobenchmark.cc558 size_t NumSkip(const Func func, const void* arg, const InputVec& unique, in NumSkip() argument
658 Ticks TotalDuration(const Func func, const void* arg, const InputVec* inputs, in TotalDuration() argument
739 size_t MeasureImpl(const Func func, const void* arg, const size_t num_skip, in MeasureImpl() argument
780 Measure(const Func func, const void* arg, const FuncInput* inputs, const size_t num_inputs, Result* results, const Params& p) Measure() argument
[all...]
/third_party/spirv-tools/source/opt/
H A Ddead_branch_elim_pass.cpp418 bool DeadBranchElimPass::EliminateDeadBranches(Function* func) { in EliminateDeadBranches() argument
91 MarkLiveBlocks( Function* func, std::unordered_set<BasicBlock*>* live_blocks) MarkLiveBlocks() argument
258 FixPhiNodesInLiveBlocks( Function* func, const std::unordered_set<BasicBlock*>& live_blocks, const std::unordered_map<BasicBlock*, BasicBlock*>& unreachable_continues) FixPhiNodesInLiveBlocks() argument
368 EraseDeadBlocks( Function* func, const std::unordered_set<BasicBlock*>& live_blocks, const std::unordered_set<BasicBlock*>& unreachable_merges, const std::unordered_map<BasicBlock*, BasicBlock*>& unreachable_continues) EraseDeadBlocks() argument
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fDebugTests.cpp171 TestFunctionWrapper::TestFunctionWrapper (CoreTestFunc func) in TestFunctionWrapper() argument
177 TestFunctionWrapper::TestFunctionWrapper (DebugTestFunc func) in TestFunctionWrapper() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dtls_openssl_ocsp.c25 static void tls_show_errors(int level, const char *func, const char *txt) in tls_show_errors() argument

Completed in 42 milliseconds

1...<<31323334353637383940>>...53