Home
last modified time | relevance | path

Searched defs:instance (Results 1851 - 1875 of 1938) sorted by relevance

1...<<7172737475767778

/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_device.c161 struct pvr_instance *instance; in pvr_CreateInstance() local
304 pvr_physical_device_init(struct pvr_physical_device *pdevice, struct pvr_instance *instance, drmDevicePtr drm_render_device, drmDevicePtr drm_primary_device) pvr_physical_device_init() argument
512 pvr_enumerate_devices(struct pvr_instance *instance) pvr_enumerate_devices() argument
1098 vk_icdGetInstanceProcAddr(VkInstance instance, const char *pName) vk_icdGetInstanceProcAddr() argument
1569 struct pvr_instance *instance = pdevice->instance; pvr_CreateDevice() local
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dwasm-objects.cc55 WasmInstanceNativeAllocations(Handle<WasmInstanceObject> instance, in WasmInstanceNativeAllocations() argument
192 New( Isolate* isolate, Handle<WasmInstanceObject> instance, wasm::ValueType type, uint32_t initial, bool has_maximum, uint32_t maximum, Handle<FixedArray>* entries, Handle<Object> initial_value) New() argument
234 AddDispatchTable(Isolate* isolate, Handle<WasmTableObject> table_obj, Handle<WasmInstanceObject> instance, int table_index) AddDispatchTable() argument
452 auto instance = handle(WasmInstanceObject::cast(tuple->value1()), isolate); Get() local
504 WasmInstanceObject instance = WasmInstanceObject::cast( UpdateDispatchTables() local
634 SetFunctionTablePlaceholder( Isolate* isolate, Handle<WasmTableObject> table, int entry_index, Handle<WasmInstanceObject> instance, int func_index) SetFunctionTablePlaceholder() argument
648 GetFunctionTableEntry( Isolate* isolate, const WasmModule* module, Handle<WasmTableObject> table, int entry_index, bool* is_valid, bool* is_null, MaybeHandle<WasmInstanceObject>* instance, int* function_index, MaybeHandle<WasmJSFunction>* maybe_js_function) GetFunctionTableEntry() argument
780 SetInstanceMemory(Handle<WasmInstanceObject> instance, Handle<JSArrayBuffer> buffer) SetInstanceMemory() argument
884 AddInstance(Isolate* isolate, Handle<WasmMemoryObject> memory, Handle<WasmInstanceObject> instance) AddInstance() argument
1027 New( Isolate* isolate, Handle<WasmInstanceObject> instance, MaybeHandle<JSArrayBuffer> maybe_untagged_buffer, MaybeHandle<FixedArray> maybe_tagged_buffer, wasm::ValueType type, int32_t offset, bool is_mutable) New() argument
1110 SetWasmToWasm(WasmInstanceObject instance, Address call_target) SetWasmToWasm() argument
1143 EnsureIndirectFunctionTableWithMinimumSize( Handle<WasmInstanceObject> instance, int table_index, uint32_t minimum_size) EnsureIndirectFunctionTableWithMinimumSize() argument
1250 InitDataSegmentArrays( Handle<WasmInstanceObject> instance, Handle<WasmModuleObject> module_object) InitDataSegmentArrays() argument
1278 InitElemSegmentArrays( Handle<WasmInstanceObject> instance, Handle<WasmModuleObject> module_object) InitElemSegmentArrays() argument
1322 CopyTableEntries(Isolate* isolate, Handle<WasmInstanceObject> instance, uint32_t table_dst_index, uint32_t table_src_index, uint32_t dst, uint32_t src, uint32_t count) CopyTableEntries() argument
1383 GetOrCreateWasmInternalFunction( Isolate* isolate, Handle<WasmInstanceObject> instance, int function_index) GetOrCreateWasmInternalFunction() argument
1429 SetWasmInternalFunction( Isolate* isolate, Handle<WasmInstanceObject> instance, int index, Handle<WasmInternalFunction> val) SetWasmInternalFunction() argument
1446 ImportWasmJSFunctionIntoTable( Isolate* isolate, Handle<WasmInstanceObject> instance, int table_index, int entry_index, Handle<WasmJSFunction> js_function) ImportWasmJSFunctionIntoTable() argument
1512 GetGlobalStorage( Handle<WasmInstanceObject> instance, const wasm::WasmGlobal& global) GetGlobalStorage() argument
1525 GetGlobalBufferAndIndex(Handle<WasmInstanceObject> instance, const wasm::WasmGlobal& global) GetGlobalBufferAndIndex() argument
1542 GetGlobalValue( Handle<WasmInstanceObject> instance, const wasm::WasmGlobal& global) GetGlobalValue() argument
1932 WasmInstanceObject WasmExportedFunction::instance() { instance() function in v8::WasmExportedFunction
1940 New( Isolate* isolate, Handle<WasmInstanceObject> instance, int func_index, int arity, Handle<CodeT> export_wrapper) New() argument
[all...]
H A Dc-api.cc973 own<Instance> instance; member
997 Instance* Frame::instance() const { return impl(this)->instance.get(); } in instance() function in wasm::Frame
2180 GetInstance(StoreImpl* store, i::Handle<i::WasmInstanceObject> instance) GetInstance() argument
2188 const implement<Instance>::type* instance = impl(this); global() variable
3240 wasm_instance_t* instance = release_instance(wasm::Instance::make( wasm_instance_new() local
3247 wasm_instance_exports(const wasm_instance_t* instance, wasm_extern_vec_t* out) wasm_instance_exports() argument
[all...]
/third_party/node/deps/v8/src/wasm/baseline/s390/
H A Dliftoff-assembler-s390.h249 void LiftoffAssembler::LoadFromInstance(Register dst, Register instance, in LoadFromInstance() argument
274 void LiftoffAssembler::SpillInstance(Register instance) { in SpillInstance() argument
267 LoadTaggedPointerFromInstance(Register dst, Register instance, int offset) LoadTaggedPointerFromInstance() argument
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_device.c139 struct dzn_instance *instance = container_of(pdev->vk.instance, struct dzn_instance, vk); in dzn_physical_device_destroy() local
155 dzn_instance_destroy(struct dzn_instance *instance, const VkAllocationCallbacks *alloc) in dzn_instance_destroy() argument
171 vk_free2(vk_default_allocator(), alloc, instance); in dzn_instance_destroy() local
179 struct dzn_instance *instance = dzn_instance_create() local
195 vk_free2(vk_default_allocator(), pAllocator, instance); dzn_instance_create() local
257 dzn_DestroyInstance(VkInstance instance, const VkAllocationCallbacks *pAllocator) dzn_DestroyInstance() argument
309 dzn_physical_device_create(struct dzn_instance *instance, IUnknown *adapter, const struct dzn_physical_device_desc *desc) dzn_physical_device_create() argument
572 struct dzn_instance *instance = container_of(pdev->vk.instance, struct dzn_instance, vk); dzn_physical_device_get_d3d12_dev() local
1007 dzn_instance_add_physical_device(struct dzn_instance *instance, IUnknown *adapter, const struct dzn_physical_device_desc *desc) dzn_instance_add_physical_device() argument
1304 vk_icdGetInstanceProcAddr(VkInstance instance, const char *pName) vk_icdGetInstanceProcAddr() argument
1985 struct dzn_instance *instance = dzn_device_destroy() local
2021 struct dzn_instance *instance = container_of(pdev->vk.instance, struct dzn_instance, vk); dzn_device_create() local
2136 struct dzn_instance *instance = dzn_device_create_root_sig() local
[all...]
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_command_buffer.c729 struct vn_instance *instance = cmd->device->instance; vn_BeginCommandBuffer() local
763 struct vn_instance *instance = cmd->device->instance; vn_cmd_submit() local
800 struct vn_instance *instance = cmd->device->instance; vn_EndCommandBuffer() local
[all...]
/third_party/node/deps/v8/src/execution/
H A Dframes.cc2130 FrameSummary::WasmFrameSummary summary(isolate(), instance, code, offset, in Summarize() local
1640 WasmFrameSummary( Isolate* isolate, Handle<WasmInstanceObject> instance, wasm::WasmCode* code, int code_offset, bool at_to_number_conversion) WasmFrameSummary() argument
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
H A DPhoneNumberUtil.java446 private static PhoneNumberUtil instance = null; field in PhoneNumberUtil
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiExternalMemoryTests.cpp251 createTestDevice(const Context& context, const vk::PlatformInterface& vkp, vk::VkInstance instance, const vk::InstanceInterface& vki, vk::VkPhysicalDevice physicalDevice, const vk::VkExternalSemaphoreHandleTypeFlags externalSemaphoreTypes, const vk::VkExternalMemoryHandleTypeFlags externalMemoryTypes, const vk::VkExternalFenceHandleTypeFlags externalFenceTypes, deUint32 queueFamilyIndex, bool useDedicatedAllocs = false, void * protectedFeatures = DE_NULL) createTestDevice() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageMutableTests.cpp1900 const CustomInstance instance; member
1807 createDeviceWithWsi(const PlatformInterface& vkp, VkInstance instance, const InstanceInterface& vki, VkPhysicalDevice physicalDevice, const Extensions& supportedExtensions, const deUint32 queueFamilyIndex, const VkAllocationCallbacks* pAllocator, de::SharedPtr<vk::ResourceInterface> resourceInterface, const tcu::CommandLine& cmdLine) createDeviceWithWsi() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmGraphicsShaderTestUtil.cpp2999 TestStatus runAndVerifyDefaultPipeline (Context& context, InstanceContext instance) in runAndVerifyDefaultPipeline() argument
434 createPipelineShaderStages(const DeviceInterface& vk, const VkDevice vkDevice, InstanceContext& instance, Context& context, vector<ModuleHandleSp>& modules, vector<VkPipelineShaderStageCreateInfo>& createInfos) createPipelineShaderStages() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiExternalMemoryTests.cpp251 createTestDevice(const Context& context, const vk::PlatformInterface& vkp, vk::VkInstance instance, const vk::InstanceInterface& vki, vk::VkPhysicalDevice physicalDevice, const vk::VkExternalSemaphoreHandleTypeFlags externalSemaphoreTypes, const vk::VkExternalMemoryHandleTypeFlags externalMemoryTypes, const vk::VkExternalFenceHandleTypeFlags externalFenceTypes, deUint32 queueFamilyIndex, bool useDedicatedAllocs = false, void * protectedFeatures = DE_NULL) createTestDevice() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageMutableTests.cpp1900 const CustomInstance instance; member
1807 createDeviceWithWsi(const PlatformInterface& vkp, VkInstance instance, const InstanceInterface& vki, VkPhysicalDevice physicalDevice, const Extensions& supportedExtensions, const deUint32 queueFamilyIndex, const VkAllocationCallbacks* pAllocator, de::SharedPtr<vk::ResourceInterface> resourceInterface, const tcu::CommandLine& cmdLine) createDeviceWithWsi() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
H A DvktRobustnessExtsTests.cpp140 const auto instance = m_context.getInstance(); in SingletonDevice() local
1802 const VkInstance instance = m_context.getInstance(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmGraphicsShaderTestUtil.cpp2996 TestStatus runAndVerifyDefaultPipeline (Context& context, InstanceContext instance) in runAndVerifyDefaultPipeline() argument
434 createPipelineShaderStages(const DeviceInterface& vk, const VkDevice vkDevice, InstanceContext& instance, Context& context, vector<ModuleHandleSp>& modules, vector<VkPipelineShaderStageCreateInfo>& createInfos) createPipelineShaderStages() argument
[all...]
/base/telephony/core_service/frameworks/native/src/
H A Dcore_manager_inner.cpp35 static CoreManagerInner instance; in GetInstance() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.cpp2321 auto instance = static_cast<JsiDeclarativeEngineInstance*>(runtime->GetEmbedderData()); in TimerCallback() local
[all...]
/foundation/arkui/napi/native_engine/
H A Dnative_api.cpp1258 panda::JSValueRef* instance = constructorVal->ConstructorOptimize(vm, in napi_new_instance() local
/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.cpp1499 Local<JSValueRef> instance = value->Constructor(vm_, args.data(), argc); in CreateInstance() local
985 GetModuleFromName( const std::string& moduleName, bool isAppModule, const std::string& id, const std::string& param, const std::string& instanceName, void** instance) GetModuleFromName() argument
1039 LoadModuleByName(const std::string& moduleName, bool isAppModule, const std::string& param, const std::string& instanceName, void* instance, const std::string& path) LoadModuleByName() argument
/foundation/arkui/napi/test/unittest/
H A Dtest_napi.cpp470 napi_value instance = nullptr; in HWTEST_F() local
489 napi_value instance = nullptr; in HWTEST_F() local
[all...]
/third_party/node/deps/v8/src/wasm/baseline/ppc/
H A Dliftoff-assembler-ppc.h273 void LiftoffAssembler::LoadFromInstance(Register dst, Register instance, in LoadFromInstance() argument
297 void LiftoffAssembler::SpillInstance(Register instance) { in SpillInstance() argument
291 LoadTaggedPointerFromInstance(Register dst, Register instance, int offset) LoadTaggedPointerFromInstance() argument
/third_party/mesa3d/src/intel/vulkan/
H A Danv_device.c100 UNUSED struct anv_instance *instance = device->physical->instance; in compiler_debug_log() local
735 anv_physical_device_try_create(struct anv_instance *instance, in anv_physical_device_try_create() argument
1084 anv_init_dri_options(struct anv_instance *instance) anv_init_dri_options() argument
1108 struct anv_instance *instance; anv_CreateInstance() local
1171 anv_enumerate_physical_devices(struct anv_instance *instance) anv_enumerate_physical_devices() argument
2880 vk_icdGetInstanceProcAddr( VkInstance instance, const char* pName) vk_icdGetInstanceProcAddr() argument
[all...]
/third_party/mesa3d/src/vulkan/overlay-layer/
H A Doverlay.cpp54 VkInstance instance; member
77 struct instance_data *instance; member
327 static struct instance_data *new_instance_data(VkInstance instance) in new_instance_data() argument
370 new_device_data(VkDevice device, struct instance_data *instance) new_device_data() argument
2624 overlay_DestroyInstance( VkInstance instance, const VkAllocationCallbacks* pAllocator) overlay_DestroyInstance() argument
2703 vkGetInstanceProcAddr(VkInstance instance, const char *funcName) vkGetInstanceProcAddr() argument
[all...]
/third_party/libdrm/tests/amdgpu/
H A Dbasic_tests.c1354 int r, instance; in amdgpu_command_submission_compute_nop() local
1452 amdgpu_test_exec_cs_helper_raw(amdgpu_device_handle device_handle, amdgpu_context_handle context_handle, unsigned ip_type, int instance, int pm4_dw, uint32_t *pm4_src, int res_cnt, amdgpu_bo_handle *resources, struct amdgpu_cs_ib_info *ib_info, struct amdgpu_cs_request *ibs_request, bool secure) amdgpu_test_exec_cs_helper_raw() argument
1535 amdgpu_test_exec_cs_helper(amdgpu_context_handle context_handle, unsigned ip_type, int instance, int pm4_dw, uint32_t *pm4_src, int res_cnt, amdgpu_bo_handle *resources, struct amdgpu_cs_ib_info *ib_info, struct amdgpu_cs_request *ibs_request) amdgpu_test_exec_cs_helper() argument
[all...]
/third_party/node/deps/v8/src/wasm/baseline/ia32/
H A Dliftoff-assembler-ia32.h357 void LiftoffAssembler::LoadFromInstance(Register dst, Register instance, in LoadFromInstance() argument
380 void LiftoffAssembler::SpillInstance(Register instance) { in SpillInstance() argument
381 mov(liftoff::GetInstanceOperand(), instance); in SpillInstance() local
373 LoadTaggedPointerFromInstance(Register dst, Register instance, int offset) LoadTaggedPointerFromInstance() argument

Completed in 109 milliseconds

1...<<7172737475767778