Home
last modified time | relevance | path

Searched defs:create_func (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_dxcore.cpp41 …PFNDXCoreCreateAdapterFactory create_func = (PFNDXCoreCreateAdapterFactory)util_dl_get_proc_addres… in dzn_enumerate_physical_devices_dxcore() local
/third_party/grpc/src/core/filter/
Dfilter_args.h81 absl::FunctionRef<RefCountedPtr<T>()> create_func) { in GetOrCreateState()
/third_party/mindspore/mindspore-src/source/tests/mindspore_test_framework/utils/
Dblock_util.py341 …def create_func(block, num_outputs, rand_func, desc_const, const_first, add_fake_input, split_outp… function