Home
last modified time | relevance | path

Searched defs:instance (Results 276 - 300 of 1404) sorted by relevance

1...<<11121314151617181920>>...57

/third_party/node/deps/v8/third_party/wasm-api/example/
H A Dtable.cc103 auto instance = wasm::Instance::make(store, module.get(), nullptr); in run() local
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_debug_report.c97 debug_report(struct vk_instance *instance, in debug_report() argument
145 vk_debug_report(struct vk_instance *instance, VkDebugReportFlagsEXT flags, const struct vk_object_base *object, size_t location, int32_t messageCode, const char* pLayerPrefix, const char *pMessage) vk_debug_report() argument
[all...]
H A Dvk_instance.c39 vk_instance_init(struct vk_instance *instance, in vk_instance_init() argument
185 vk_instance_finish(struct vk_instance *instance) vk_instance_finish() argument
238 vk_instance_get_proc_addr(const struct vk_instance *instance, const struct vk_instance_entrypoint_table *entrypoints, const char *name) vk_instance_get_proc_addr() argument
296 vk_instance_get_proc_addr_unchecked(const struct vk_instance *instance, const char *name) vk_instance_get_proc_addr_unchecked() argument
321 vk_instance_get_physical_device_proc_addr(const struct vk_instance *instance, const char *name) vk_instance_get_physical_device_proc_addr() argument
[all...]
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_common.c89 vn_log(struct vn_instance *instance, const char *format, ...) in vn_log() argument
101 vn_log_result(struct vn_instance *instance, in vn_log_result() argument
/third_party/lwip/src/apps/snmp/
H A Dsnmp_threadsync.c68 threadsync_get_value(struct snmp_node_instance *instance, void *value) in threadsync_get_value() argument
93 threadsync_set_test(struct snmp_node_instance *instance, u16_t len, void *value) in threadsync_set_test() argument
119 threadsync_set_value(struct snmp_node_instance *instance, u16_t len, void *value) threadsync_set_value() argument
141 threadsync_release_instance(struct snmp_node_instance *instance) threadsync_release_instance() argument
173 do_sync(const u32_t *root_oid, u8_t root_oid_len, struct snmp_node_instance *instance, snmp_threadsync_called_fn fn) do_sync() argument
209 snmp_threadsync_get_instance(const u32_t *root_oid, u8_t root_oid_len, struct snmp_node_instance *instance) snmp_threadsync_get_instance() argument
215 snmp_threadsync_get_next_instance(const u32_t *root_oid, u8_t root_oid_len, struct snmp_node_instance *instance) snmp_threadsync_get_next_instance() argument
221 snmp_threadsync_init(struct snmp_threadsync_instance *instance, snmp_threadsync_synchronizer_fn sync_fn) snmp_threadsync_init() argument
[all...]
/third_party/lwip/src/include/lwip/apps/
H A Dsnmp_threadsync.h91 struct snmp_threadsync_instance *instance; member
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dcallback.h57 ConstMethodCallback4(const T* instance, MethodType method) in ConstMethodCallback4() argument
79 NewPermanentCallback( const T* instance, R (T::*method)(A1, A2, A3, A4) const) NewPermanentCallback() argument
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-struct.cc106 Handle<JSObject> instance = in BUILTIN() local
H A Dbuiltins-wasm-gen.cc71 TNode<WasmInstanceObject> instance = LoadInstanceFromFrame(); in TF_BUILTIN() local
20 LoadContextFromInstance( TNode<WasmInstanceObject> instance) LoadContextFromInstance() argument
27 LoadTablesFromInstance( TNode<WasmInstanceObject> instance) LoadTablesFromInstance() argument
33 LoadInternalFunctionsFromInstance( TNode<WasmInstanceObject> instance) LoadInternalFunctionsFromInstance() argument
39 LoadManagedObjectMapsFromInstance( TNode<WasmInstanceObject> instance) LoadManagedObjectMapsFromInstance() argument
100 TNode<WasmInstanceObject> instance = LoadInstanceFromFrame(); TF_BUILTIN() local
[all...]
/third_party/node/deps/v8/src/ic/
H A Dic-stats.h65 V8_INLINE static ICStats* instance() { return instance_.Pointer(); } in instance() function in v8::internal::ICStats
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DStaticType.h132 static constexpr TType instance = member
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkDeviceUtil.cpp148 deUint32 chooseDeviceIndex (const InstanceInterface& vkInstance, const VkInstance instance, const tcu::CommandLine& cmdLine) in chooseDeviceIndex() argument
179 VkPhysicalDevice chooseDevice (const InstanceInterface& vkInstance, const VkInstance instance, const tcu::CommandLine& cmdLine) in chooseDevice() argument
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DVulkanImageTest.cpp41 VkInstance instance = reinterpret_cast<VkInstance>(result); in TEST_P() local
/third_party/skia/src/gpu/vk/
H A DGrVkExtensions.cpp64 void GrVkExtensions::getSpecVersions(GrVkGetProc getProc, VkInstance instance, in getSpecVersions() argument
35 init(GrVkGetProc getProc, VkInstance instance, VkPhysicalDevice physDev, uint32_t instanceExtensionCount, const char* const* instanceExtensions, uint32_t deviceExtensionCount, const char* const* deviceExtensions) init() argument
/third_party/skia/third_party/externals/swiftshader/src/Common/
H A DGrallocAndroid.cpp34 static GrallocModule instance; in getInstance() local
/third_party/skia/third_party/externals/swiftshader/src/System/
H A DGrallocAndroid.cpp34 static GrallocModule instance; in getInstance() local
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkGetProcAddress.cpp526 PFN_vkVoidFunction GetInstanceProcAddr(Instance *instance, const char *pName) in GetInstanceProcAddr() argument
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/
H A DDriver.cpp172 bool Driver::resolve(VkInstance instance) in resolve() argument
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/
H A Dnative-lib.cpp30 Java_com_google_oboe_samples_rhythmgame_MainActivity_native_1onStart(JNIEnv *env, jobject instance, in Java_com_google_oboe_samples_rhythmgame_MainActivity_native_1onStart() argument
80 Java_com_google_oboe_samples_rhythmgame_MainActivity_native_1onStop(JNIEnv *env, jobject instance) { in Java_com_google_oboe_samples_rhythmgame_MainActivity_native_1onStop() argument
44 Java_com_google_oboe_samples_rhythmgame_RendererWrapper_native_1onSurfaceCreated(JNIEnv *env, jobject instance) Java_com_google_oboe_samples_rhythmgame_RendererWrapper_native_1onSurfaceCreated() argument
/third_party/skia/third_party/externals/oboe/src/aaudio/
H A DAAudioLoader.cpp34 static AAudioLoader instance; in getInstance() local
/third_party/skia/third_party/externals/oboe/src/common/
H A DQuirksManager.h39 static QuirksManager instance; // singleton in getInstance() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DFencedDeleter.cpp104 VkInstance instance = mDevice->GetVkInstance(); in Tick() local
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Dmemory.cpp237 DefaultAllocator DefaultAllocator::instance; member in DefaultAllocator
/third_party/skia/tools/gpu/dawn/
H A DDawnTestContext.cpp86 static wgpu::Device createDevice(const dawn_native::Instance& instance, in createDevice() argument
101 std::unique_ptr<dawn_native::Instance> instance = std::make_unique<dawn_native::Instance>(); in Create() local
155 DawnTestContextImpl(std::unique_ptr<dawn_native::Instance> instance, in DawnTestContextImpl() argument
/third_party/skia/tools/sk_app/unix/
H A DDawnVulkanWindowContext_unix.cpp70 VkInstance instance = dawn_native::vulkan::GetInstance(device.Get()); in onInitializeContext() local

Completed in 10 milliseconds

1...<<11121314151617181920>>...57