Home
last modified time | relevance | path

Searched refs:instance (Results 1651 - 1675 of 3066) sorted by relevance

1...<<61626364656667686970>>...123

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A DvktSparseResourcesImageSparseBinding.cpp147 const InstanceInterface& instance = m_context.getInstanceInterface(); in iterate() local
196 if (instance.getPhysicalDeviceImageFormatProperties(physicalDevice, in iterate()
220 if (imageMemoryRequirements.size > getPhysicalDeviceProperties(instance, getPhysicalDevice(secondDeviceID)).limits.sparseAddressSpaceSize) in iterate()
228 const deUint32 memoryType = findMatchingMemoryType(instance, getPhysicalDevice(secondDeviceID), imageMemoryRequirements, MemoryRequirement::Any); in iterate()
236 const deUint32 heapIndex = getHeapIndexForMemoryType(instance, getPhysicalDevice(secondDeviceID), memoryType); in iterate()
H A DvktSparseResourcesImageMemoryAliasing.cpp137 const InstanceInterface& instance = context.getInstanceInterface(); in checkSupport() local
143 if (!isImageSizeSupported(instance, physicalDevice, m_imageType, m_imageSize)) in checkSupport()
147 if (!checkSparseSupportForImageType(instance, physicalDevice, m_imageType)) in checkSupport()
200 const InstanceInterface& instance = m_context.getInstanceInterface(); in iterate() local
255 if (!checkSparseSupportForImageFormat(instance, physicalDevice, imageSparseInfo)) in iterate()
261 if (instance.getPhysicalDeviceImageFormatProperties(physicalDevice, in iterate()
292 if (imageMemoryRequirements.size > getPhysicalDeviceProperties(instance, getPhysicalDevice(secondDeviceID)).limits.sparseAddressSpaceSize) in iterate()
297 const deUint32 memoryType = findMatchingMemoryType(instance, getPhysicalDevice(secondDeviceID), imageMemoryRequirements, MemoryRequirement::Any); in iterate()
305 const deUint32 heapIndex = getHeapIndexForMemoryType(instance, getPhysicalDevice(secondDeviceID), memoryType); in iterate()
H A DvktSparseResourcesShaderIntrinsicsBase.cpp416 const InstanceInterface& instance = m_context.getInstanceInterface(); in checkSupport() local
435 if (!checkSparseSupportForImageFormat(instance, physicalDevice, imageSparseInfo)) in checkSupport()
441 const InstanceInterface& instance = m_context.getInstanceInterface(); in iterate() local
475 if (instance.getPhysicalDeviceImageFormatProperties(physicalDevice, in iterate()
511 checkImageSupport(instance, physicalDevice, imageTexelsInfo); in iterate()
554 if (imageMemoryRequirements.size > getPhysicalDeviceProperties(instance, physicalDevice).limits.sparseAddressSpaceSize) in iterate()
559 const deUint32 memoryType = findMatchingMemoryType(instance, physicalDevice, imageMemoryRequirements, MemoryRequirement::Any); in iterate()
724 if (instance.getPhysicalDeviceImageFormatProperties(physicalDevice, in iterate()
969 else if (getPhysicalDeviceProperties(instance, physicalDevice).sparseProperties.residencyNonResidentStrict) in iterate()
/third_party/vk-gl-cts/framework/platform/win32/
H A DtcuWGL.cpp198 Library (HINSTANCE instance);
211 Library::Library (HINSTANCE instance) in Library() argument
215 win32::Window tmpWindow(instance, 1, 1); in Library()
294 Core::Core (HINSTANCE instance) in Core() argument
295 : m_library(new Library(instance)) in Core()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dsync_manager.cpp523 auto instance = CloudServer::GetInstance();
524 if (instance == nullptr) {
533 auto cloudDB = instance->ConnectCloudDB(meta.bundleName, activeUser, schemaDatabase);
544 auto assetLoader = instance->ConnectAssetLoader(meta.bundleName, activeUser, schemaDatabase);
561 auto instance = CloudServer::GetInstance();
562 if (instance == nullptr) {
645 auto instance = CloudServer::GetInstance();
646 if (instance == nullptr) {
649 cloud = instance->GetServerInfo(cloud.user, false);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesImageMemoryAliasing.cpp135 const InstanceInterface& instance = context.getInstanceInterface(); in checkSupport() local
141 if (!isImageSizeSupported(instance, physicalDevice, m_imageType, m_imageSize)) in checkSupport()
145 if (!checkSparseSupportForImageType(instance, physicalDevice, m_imageType)) in checkSupport()
198 const InstanceInterface& instance = m_context.getInstanceInterface(); in iterate() local
253 if (!checkSparseSupportForImageFormat(instance, physicalDevice, imageSparseInfo)) in iterate()
259 if (instance.getPhysicalDeviceImageFormatProperties(physicalDevice, in iterate()
290 if (imageMemoryRequirements.size > getPhysicalDeviceProperties(instance, getPhysicalDevice(secondDeviceID)).limits.sparseAddressSpaceSize) in iterate()
295 const deUint32 memoryType = findMatchingMemoryType(instance, getPhysicalDevice(secondDeviceID), imageMemoryRequirements, MemoryRequirement::Any); in iterate()
303 const deUint32 heapIndex = getHeapIndexForMemoryType(instance, getPhysicalDevice(secondDeviceID), memoryType); in iterate()
H A DvktSparseResourcesShaderIntrinsicsBase.cpp416 const InstanceInterface& instance = m_context.getInstanceInterface(); in checkSupport() local
435 if (!checkSparseSupportForImageFormat(instance, physicalDevice, imageSparseInfo)) in checkSupport()
441 const InstanceInterface& instance = m_context.getInstanceInterface(); in iterate() local
475 if (instance.getPhysicalDeviceImageFormatProperties(physicalDevice, in iterate()
511 checkImageSupport(instance, physicalDevice, imageTexelsInfo); in iterate()
554 if (imageMemoryRequirements.size > getPhysicalDeviceProperties(instance, physicalDevice).limits.sparseAddressSpaceSize) in iterate()
559 const deUint32 memoryType = findMatchingMemoryType(instance, physicalDevice, imageMemoryRequirements, MemoryRequirement::Any); in iterate()
724 if (instance.getPhysicalDeviceImageFormatProperties(physicalDevice, in iterate()
969 else if (getPhysicalDeviceProperties(instance, physicalDevice).sparseProperties.residencyNonResidentStrict) in iterate()
H A DvktSparseResourcesBufferMemoryAliasing.cpp172 const InstanceInterface& instance = m_context.getInstanceInterface(); in iterate() local
224 if (bufferMemRequirements.size > getPhysicalDeviceProperties(instance, physicalDevice).limits.sparseAddressSpaceSize) in iterate()
229 const deUint32 memoryType = findMatchingMemoryType(instance, getPhysicalDevice(secondDeviceID), bufferMemRequirements, MemoryRequirement::Any); in iterate()
237 const deUint32 heapIndex = getHeapIndexForMemoryType(instance, getPhysicalDevice(secondDeviceID), memoryType); in iterate()
/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Dconnect_server_manager.cpp168 for (const auto& instance : instanceMap_) { in SendDebuggerInfo()
169 auto instanceId = instance.first; in SendDebuggerInfo()
170 auto instanceName = instance.second.first; in SendDebuggerInfo()
171 auto tid = instance.second.second; in SendDebuggerInfo()
285 // Get the message including information of new instance, which will be send to IDE. in AddInstance()
337 // Get the message including information of deleted instance, which will be send to IDE. in RemoveInstance()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_tg.cpp100 static BluetoothNoDestructor<AvrcpTarget> instance; in GetProfile() local
101 return instance.get(); in GetProfile()
103 static AvrcpTarget instance; in GetProfile()
104 return &instance; in GetProfile()
H A Dbluetooth_hid_host.cpp227 static BluetoothNoDestructor<HidHost> instance; in GetProfile() local
228 return instance.get(); in GetProfile()
230 static HidHost instance; in GetProfile()
231 return &instance; in GetProfile()
/foundation/graphic/graphic_surface/surface/src/
H A Dsurface_utils.cpp23 static SurfaceUtils* instance = nullptr; member
30 instance = new SurfaceUtils(); in GetInstance()
33 return instance; in GetInstance()
38 instance = nullptr; in ~SurfaceUtils()
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dswapchain_vk.cpp250 win.instance = swapchainCreateInfo.window.instance; in SwapchainVk()
252 surface_ = CreateFunctionsVk::CreateSurface(devicePlatformData.instance, win); in SwapchainVk()
421 CreateFunctionsVk::DestroySurface(devicePlatformData.instance, surface_); in ~SwapchainVk()
/foundation/multimedia/image_effect/frameworks/native/effect/manager/colorspace_manager/
H A Dcolorspace_converter.cpp40 // The same instance cannot be used for ComposeImage and DecomposeImage.
43 int instance = VPE_INVALID_INSTANCE_ID; in CreateVpeColorSpaceInstance() local
44 int32_t res = VpeHelper::ColorSpaceConverterCreate(&instance); in CreateVpeColorSpaceInstance()
46 "GetVpeColorSpaceInstance: get instance fail! res=%{public}d", res); in CreateVpeColorSpaceInstance()
47 EFFECT_LOGD("GetVpeColorSpaceInstance: instance=%{public}d", instance); in CreateVpeColorSpaceInstance()
49 return instance; in CreateVpeColorSpaceInstance()
54 // destroy vpe color space converter instance. in DestroyVpeColorSpaceInstance()
138 ErrorCode::ERR_INVALID_VPE_INSTANCE, "ComposeHdrImageInner: invalid vpe instance!"); in ComposeHdrImageInner()
175 ErrorCode::ERR_INVALID_VPE_INSTANCE, "DecomposeHdrImageInner: invalid vpe instance!"); in DecomposeHdrImageInner()
[all...]
/foundation/multimedia/player_framework/frameworks/js/system_sound_manager/src/tone_attrs/
H A Dtone_attrs_napi.cpp111 napi_value instance{}; in NewInstance()
112 NAPI_CALL_BASE(env, napi_new_instance(env, constructor, 0, nullptr, &instance), napi_generic_failure); in NewInstance()
115 NAPI_CALL_BASE(env, napi_unwrap(env, instance, reinterpret_cast<void**>(&toneAttrsNapi)), napi_generic_failure); in NewInstance()
119 out = instance; in NewInstance()
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/src/
H A Djs_cloud_utils.cpp193 napi_value instance = nullptr; in Convert2JSValue() local
194 napi_status status = napi_new_instance(env, constructor, 0, nullptr, &instance); in Convert2JSValue()
200 status = napi_unwrap(env, instance, reinterpret_cast<void **>(&proxy)); in Convert2JSValue()
206 return instance; in Convert2JSValue()
/foundation/window/window_manager/window_scene/screen_session_manager_client/src/
H A Dscreen_session_manager_client.cpp36 static sptr<ScreenSessionManagerClient> instance = nullptr; in GetInstance() local
37 if (instance == nullptr) { in GetInstance()
38 instance = new ScreenSessionManagerClient(); in GetInstance()
40 return *instance; in GetInstance()
/kernel/linux/linux-6.6/drivers/soundwire/
H A Dintel_auxdevice.c229 sdw->instance = auxdev->id; in intel_link_probe()
234 cdns->instance = sdw->instance; in intel_link_probe()
290 sdw->instance); in intel_link_startup()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ras.h35 /* position of instance value in sub_block_index of
752 uint32_t instance,
756 uint32_t instance,
763 uint32_t instance,
769 uint32_t instance);
/third_party/glfw/src/
H A Dnull_window.c713 GLFWbool _glfwGetPhysicalDevicePresentationSupportNull(VkInstance instance, in _glfwGetPhysicalDevicePresentationSupportNull() argument
720 VkResult _glfwCreateWindowSurfaceNull(VkInstance instance, in _glfwCreateWindowSurfaceNull() argument
727 vkGetInstanceProcAddr(instance, "vkCreateHeadlessSurfaceEXT"); in _glfwCreateWindowSurfaceNull()
731 "Null: Vulkan instance missing VK_EXT_headless_surface extension"); in _glfwCreateWindowSurfaceNull()
739 const VkResult err = vkCreateHeadlessSurfaceEXT(instance, &sci, allocator, surface); in _glfwCreateWindowSurfaceNull()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_private.h105 const struct vk_instance_extension_table *instance);
107 const struct vk_instance_extension_table *instance);
109 const struct vk_instance_extension_table *instance,
196 struct lvp_instance * instance; member
/third_party/node/deps/v8/src/asmjs/
H A Dasm-js.cc406 Handle<WasmInstanceObject> instance = maybe_instance.ToHandleChecked(); in InstantiateAsmWasm() local
414 Object::GetProperty(isolate, instance, single_function_name); in InstantiateAsmWasm()
424 DCHECK(instance->exports_object().IsJSObject()); in InstantiateAsmWasm()
425 return handle(instance->exports_object(), isolate); in InstantiateAsmWasm()
/third_party/skia/src/gpu/vk/
H A DGrVkAMDMemoryAllocator.cpp28 sk_sp<GrVkMemoryAllocator> GrVkAMDMemoryAllocator::Make(VkInstance instance, in Make() argument
41 sk_sp<GrVkMemoryAllocator> GrVkAMDMemoryAllocator::Make(VkInstance instance, in Make() argument
103 info.instance = instance; in Make()
/third_party/skia/src/pdf/
H A DSkPDFMetadata.cpp171 const SkUUID& instance) { in MakePdfId()
179 SkString(reinterpret_cast<const char*>(&instance), sizeof(SkUUID))); in MakePdfId()
294 const SkUUID& instance, in MakeXMPObject()
370 SkString instanceID = uuid_to_string(instance); in MakeXMPObject()
170 MakePdfId(const SkUUID& doc, const SkUUID& instance) MakePdfId() argument
291 MakeXMPObject( const SkPDF::Metadata& metadata, const SkUUID& doc, const SkUUID& instance, SkPDFDocument* docPtr) MakeXMPObject() argument
/third_party/python/Objects/
H A Dclassobject.c99 /* Method objects are used for bound instance methods returned by
158 "the instance to which a method is bound"},
210 instance: object
213 Create a bound instance method object.
217 method_new_impl(PyTypeObject *type, PyObject *function, PyObject *instance) in method_new_impl() argument
225 if (instance == NULL || instance == Py_None) { in method_new_impl()
227 "instance must not be None"); in method_new_impl()
231 return PyMethod_New(function, instance); in method_new_impl()
348 * instance metho
[all...]

Completed in 27 milliseconds

1...<<61626364656667686970>>...123