Home
last modified time | relevance | path

Searched refs:instance (Results 876 - 900 of 3097) sorted by relevance

1...<<31323334353637383940>>...124

/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcConfigListWGL.cpp43 const HINSTANCE instance = GetModuleHandle(DE_NULL); in getDefaultWglConfigList() local
44 const tcu::wgl::Core& wgl(instance); in getDefaultWglConfigList()
45 const tcu::win32::Window tmpWindow(instance, 1, 1); in getDefaultWglConfigList()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvk_layer.h51 typedef PFN_vkVoidFunction (VKAPI_PTR *PFN_GetPhysicalDeviceProcAddr)(VkInstance instance, const char* pName);
78 /* Sub type of structure for instance and device loader ext of CreateInfo.
101 * exact instance being used.
108 typedef VkResult (VKAPI_PTR *PFN_vkSetInstanceLoaderData)(VkInstance instance,
112 typedef VkResult (VKAPI_PTR *PFN_vkLayerCreateDevice)(VkInstance instance, VkPhysicalDevice physicalDevice, const VkDeviceCreateInfo *pCreateInfo,
/third_party/python/Lib/
H A D_py_abc.py92 def __instancecheck__(cls, instance):
93 """Override for isinstance(instance, cls)."""
95 subclass = instance.__class__
98 subtype = type(instance)
/third_party/skia/third_party/externals/tint/tools/src/cmd/run-parallel/
H A Dmain.go42 run-parallel <executable> [arguments...] -- [per-instance-value...]
47 per-instance-value for the given invocation.
48 per-instance-value - a list of values. The executable will be invoked for each
/third_party/skia/tools/sk_app/unix/
H A DDawnVulkanWindowContext_unix.cpp70 VkInstance instance = dawn_native::vulkan::GetInstance(device.Get()); in onInitializeContext() local
71 if (!instance) { in onInitializeContext()
90 createXcbSurfaceKHR(instance, &surfaceCreateInfo, nullptr, &fVkSurface); in onInitializeContext()
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvk_layer.h51 typedef PFN_vkVoidFunction (VKAPI_PTR *PFN_GetPhysicalDeviceProcAddr)(VkInstance instance, const char* pName);
78 /* Sub type of structure for instance and device loader ext of CreateInfo.
101 * exact instance being used.
108 typedef VkResult (VKAPI_PTR *PFN_vkSetInstanceLoaderData)(VkInstance instance,
112 typedef VkResult (VKAPI_PTR *PFN_vkLayerCreateDevice)(VkInstance instance, VkPhysicalDevice physicalDevice, const VkDeviceCreateInfo *pCreateInfo,
/third_party/skia/buildtools/reclient_cfgs/
H A Dfetch_reclient_cfgs.py44 instance = os.environ.get('RBE_instance')
45 if not instance:
47 m = re.fullmatch(r'projects/([-\w]+)/instances/[-\w]+', instance)
55 help='RBE instance project id',
/third_party/vulkan-headers/include/vulkan/
H A Dvk_layer.h30 typedef PFN_vkVoidFunction (VKAPI_PTR *PFN_GetPhysicalDeviceProcAddr)(VkInstance instance, const char* pName);
57 /* Sub type of structure for instance and device loader ext of CreateInfo.
80 * exact instance being used.
87 typedef VkResult (VKAPI_PTR *PFN_vkSetInstanceLoaderData)(VkInstance instance,
91 typedef VkResult (VKAPI_PTR *PFN_vkLayerCreateDevice)(VkInstance instance, VkPhysicalDevice physicalDevice, const VkDeviceCreateInfo *pCreateInfo,
/third_party/vk-gl-cts/framework/platform/win32/
H A DtcuWin32Window.cpp40 Window::Window (HINSTANCE instance, int width, int height) in Window() argument
55 wndClass.hInstance = instance; in Window()
69 NULL, NULL, instance, NULL); in Window()
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/
H A Dnapi_result_set.cpp47 auto instance = NewInstance(env, std::static_pointer_cast<NativeRdb::ResultSet>(resultSet), version); in NewInstance() local
49 auto status = napi_unwrap(env, instance, reinterpret_cast<void **>(&proxy)); in NewInstance()
51 LOG_ERROR("NewInstance native instance is nullptr! code:%{public}d!", status); in NewInstance()
52 return instance; in NewInstance()
60 return instance; in NewInstance()
71 napi_value instance = nullptr; in NewInstance() local
72 napi_status status = napi_new_instance(env, cons, 0, nullptr, &instance); in NewInstance()
79 status = napi_unwrap(env, instance, reinterpret_cast<void **>(&proxy)); in NewInstance()
81 LOG_ERROR("NewInstance native instance is nullptr! code:%{public}d!", status); in NewInstance()
82 return instance; in NewInstance()
107 auto instance = GetInstance(); Create() local
[all...]
/kernel/linux/linux-5.10/net/bridge/
H A Dbr_mrp.c391 /* Deletes the MRP instance.
450 /* Adds a new MRP instance.
453 int br_mrp_add(struct net_bridge *br, struct br_mrp_instance *instance) in br_mrp_add() argument
462 mrp = br_mrp_find_id(br, instance->ring_id); in br_mrp_add()
466 if (!br_mrp_get_port(br, instance->p_ifindex) || in br_mrp_add()
467 !br_mrp_get_port(br, instance->s_ifindex)) in br_mrp_add()
471 if (!br_mrp_unique_ifindex(br, instance->p_ifindex) || in br_mrp_add()
472 !br_mrp_unique_ifindex(br, instance->s_ifindex)) in br_mrp_add()
479 mrp->ring_id = instance->ring_id; in br_mrp_add()
480 mrp->prio = instance in br_mrp_add()
529 br_mrp_del(struct net_bridge *br, struct br_mrp_instance *instance) br_mrp_del() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H A Dintel_migrate.c158 * Each engine instance is assigned its own chunk in the VM, so in migrate_vm()
401 offset += (u64)rq->engine->instance << 32; in emit_pte()
567 *cs++ = rq->engine->instance | in emit_copy_ccs()
570 *cs++ = rq->engine->instance | in emit_copy_ccs()
585 u32 instance = rq->engine->instance; in emit_copy() local
598 *cs++ = instance; in emit_copy()
602 *cs++ = instance; in emit_copy()
609 *cs++ = instance; in emit_copy()
613 *cs++ = instance; in emit_copy()
[all...]
/test/xts/acts/arkui/ace_ets_xcomponent/entry/src/main/cpp/render/
H A Dplugin_render.cpp146 PluginRender* instance = new PluginRender(id); in GetInstance() local
147 instance_[id] = instance; in GetInstance()
148 return instance; in GetInstance()
728 PluginRender* instance = PluginRender::GetInstance(id); in NapiChangeShape() local
729 if (instance) { in NapiChangeShape()
730 instance->eglCore_->ChangeShape(); in NapiChangeShape()
765 PluginRender* instance = PluginRender::GetInstance(id); in NapiDrawTriangle() local
766 if (instance) { in NapiDrawTriangle()
767 instance->eglCore_->DrawTriangle(); in NapiDrawTriangle()
802 PluginRender* instance in NapiChangeColor() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesTestsUtil.cpp263 bool isImageSizeSupported (const InstanceInterface& instance, const VkPhysicalDevice physicalDevice, const ImageType imageType, const tcu::UVec3& imageSize) in isImageSizeSupported() argument
265 const VkPhysicalDeviceProperties deviceProperties = getPhysicalDeviceProperties(instance, physicalDevice); in isImageSizeSupported()
914 deUint32 findMatchingMemoryType (const InstanceInterface& instance, in findMatchingMemoryType() argument
919 const VkPhysicalDeviceMemoryProperties deviceMemoryProperties = getPhysicalDeviceMemoryProperties(instance, physicalDevice); in findMatchingMemoryType()
933 deUint32 getHeapIndexForMemoryType (const InstanceInterface& instance, in getHeapIndexForMemoryType() argument
937 const VkPhysicalDeviceMemoryProperties deviceMemoryProperties = getPhysicalDeviceMemoryProperties(instance, physicalDevice); in getHeapIndexForMemoryType()
942 bool checkSparseSupportForImageType (const InstanceInterface& instance,
946 const VkPhysicalDeviceFeatures deviceFeatures = getPhysicalDeviceFeatures(instance, physicalDevice);
963 bool checkSparseSupportForImageFormat (const InstanceInterface& instance,
968 instance, physicalDevic
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A DvktSparseResourcesTestsUtil.cpp263 bool isImageSizeSupported (const InstanceInterface& instance, const VkPhysicalDevice physicalDevice, const ImageType imageType, const tcu::UVec3& imageSize) in isImageSizeSupported() argument
265 const VkPhysicalDeviceProperties deviceProperties = getPhysicalDeviceProperties(instance, physicalDevice); in isImageSizeSupported()
911 deUint32 findMatchingMemoryType (const InstanceInterface& instance, in findMatchingMemoryType() argument
916 const VkPhysicalDeviceMemoryProperties deviceMemoryProperties = getPhysicalDeviceMemoryProperties(instance, physicalDevice); in findMatchingMemoryType()
930 deUint32 getHeapIndexForMemoryType (const InstanceInterface& instance, in getHeapIndexForMemoryType() argument
934 const VkPhysicalDeviceMemoryProperties deviceMemoryProperties = getPhysicalDeviceMemoryProperties(instance, physicalDevice); in getHeapIndexForMemoryType()
939 bool checkSparseSupportForImageType (const InstanceInterface& instance,
943 const VkPhysicalDeviceFeatures deviceFeatures = getPhysicalDeviceFeatures(instance, physicalDevice);
960 bool checkSparseSupportForImageFormat (const InstanceInterface& instance,
965 instance, physicalDevic
[all...]
/foundation/ability/ability_lite/services/abilitymgr_lite/include/
H A Dability_inner_feature.h38 static AbilityInnerFeature instance; in GetInstance() local
39 return &instance; in GetInstance()
H A Dability_mgr_handler.h31 static AbilityMgrHandler instance; in GetInstance() local
32 return instance; in GetInstance()
H A Dability_stack_manager.h33 static AbilityStackManager instance; in GetInstance() local
34 return instance; in GetInstance()
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Dapplication_env_impl.h42 * @brief Gets an instance of the applicationenvimpl class
44 * @return instance indicates
48 static ApplicationEnvImpl instance; in GetInstance() local
49 return &instance; in GetInstance()
/foundation/ability/ability_runtime/interfaces/inner_api/connectionobs_manager/src/
H A Dconnection_observer_client.cpp31 static ConnectionObserverClient instance; in GetInstance() local
32 return instance; in GetInstance()
/foundation/ability/ability_lite/frameworks/abilitymgr_lite/include/
H A Dability_service_manager.h38 static AbilityServiceManager instance; in GetInstance() local
39 return instance; in GetInstance()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Drestart_app_manager.cpp27 static RestartAppManager instance; in GetInstance() local
28 return instance; in GetInstance()
/foundation/arkui/ace_engine/frameworks/core/common/resource/
H A Dresource_manager.cpp26 static ResourceManager instance; in GetInstance() local
27 return instance; in GetInstance()
/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/common/
H A Djs_backend_engine_loader.cpp69 static JsBackendEngineLoader& instance = GetJsBackendEngineLoader(sharedLibrary); in Get() local
70 return instance; in Get()
/foundation/arkui/ace_engine/adapter/preview/osal/advance/
H A Dimage_analyzer_mgr.cpp25 static ImageAnalyzerMgr instance; in GetInstance() local
26 return instance; in GetInstance()

Completed in 14 milliseconds

1...<<31323334353637383940>>...124