/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_xcp.c | 294 enum AMDGPU_XCP_IP_BLOCK ip, int instance) in amdgpu_xcp_get_partition() 305 (xcp->ip[ip].inst_mask & BIT(instance))) in amdgpu_xcp_get_partition() 293 amdgpu_xcp_get_partition(struct amdgpu_xcp_mgr *xcp_mgr, enum AMDGPU_XCP_IP_BLOCK ip, int instance) amdgpu_xcp_get_partition() argument
|
H A D | nbio_v6_1.c | 89 static void nbio_v6_1_sdma_doorbell_range(struct amdgpu_device *adev, int instance, in nbio_v6_1_sdma_doorbell_range() argument 92 u32 reg = instance == 0 ? SOC15_REG_OFFSET(NBIO, 0, mmBIF_SDMA0_DOORBELL_RANGE) : in nbio_v6_1_sdma_doorbell_range()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_shmem.c | 726 u16 type, u16 instance) in i915_gem_shmem_setup() 731 type, instance, in i915_gem_shmem_setup() 725 i915_gem_shmem_setup(struct drm_i915_private *i915, u16 type, u16 instance) i915_gem_shmem_setup() argument
|
/kernel/linux/linux-6.6/net/devlink/ |
H A D | netlink.c | 218 &state->instance))) { in devlink_nl_inst_iter_dumpit() 232 state->instance++; in devlink_nl_inst_iter_dumpit() 234 /* restart sub-object walk for the next instance */ in devlink_nl_inst_iter_dumpit()
|
/kernel/linux/linux-6.6/scripts/ |
H A D | bpf_doc.py | 351 def elem_number_check(self, desc_unique_elem, define_unique_elem, type, instance): 362 ''' % (type, nr_desc_unique_elem, type, instance, nr_define_unique_elem) 471 the context in which they work. For instance, they can be used to print
|
/third_party/icu/icu4c/source/common/ |
H A D | brkiter.cpp | 258 virtual UObject* cloneInstance(UObject* instance) const override { 259 return ((BreakIterator*)instance)->clone();
|
/third_party/node/lib/internal/policy/ |
H A D | manifest.js | 505 const instance = ( 516 const result = instance._resolveAlreadyNormalized(
|
/third_party/node/deps/icu-small/source/common/ |
H A D | brkiter.cpp | 264 virtual UObject* cloneInstance(UObject* instance) const override { 265 return ((BreakIterator*)instance)->clone();
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_measure.c | 81 vk_zalloc(&device->instance->vk.alloc, in anv_measure_device_init() 376 vk_free(&device->instance->vk.alloc, measure_device->ringbuffer); in anv_measure_device_destroy()
|
/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common_win32.c | 86 VK_FROM_HANDLE(vk_instance, instance, _instance); in wsi_CreateWin32SurfaceKHR() 91 surface = vk_zalloc2(&instance->alloc, pAllocator, sizeof(*surface), 8, in wsi_CreateWin32SurfaceKHR()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkQueryUtil.hpp | 45 std::vector<VkPhysicalDevice> enumeratePhysicalDevices (const InstanceInterface& vk, VkInstance instance); 46 std::vector<VkPhysicalDeviceGroupProperties> enumeratePhysicalDeviceGroups (const InstanceInterface& vk, VkInstance instance);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiNullHandleTests.cpp | 99 inline void release (Context& context, VkInstance instance, const VkAllocationCallbacks* pAllocator) in release() argument 101 context.getInstanceInterface().destroyInstance(instance, pAllocator); in release()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageMismatchedFormatsTests.cpp | 381 const auto& instance = m_context.getInstanceInterface(); in iterate() local 412 allocateAndBindSparseImage( vk, device, physicalDevice, instance, in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktGlobalPriorityQueueUtils.cpp | 126 const VkInstance instance = ctx.getInstance(); in SpecialDevice() local 128 const VkPhysicalDevice phys = chooseDevice(vki, instance, cmdLine); in SpecialDevice()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiNullHandleTests.cpp | 99 inline void release (Context& context, VkInstance instance, const VkAllocationCallbacks* pAllocator) in release() argument 101 context.getInstanceInterface().destroyInstance(instance, pAllocator); in release()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageMismatchedFormatsTests.cpp | 383 const auto& instance = m_context.getInstanceInterface(); in iterate() local 414 allocateAndBindSparseImage( vk, device, physicalDevice, instance, in iterate()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | VulkanImageTest.cpp | 41 VkInstance instance = reinterpret_cast<VkInstance>(result); in TEST_P() local 42 EXPECT_NE(instance, static_cast<VkInstance>(VK_NULL_HANDLE)); in TEST_P()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkGetProcAddress.cpp | 30 // Functions that can be obtained through GetInstanceProcAddr without an instance 46 // Functions that can be obtained through GetInstanceProcAddr with an instance object 526 PFN_vkVoidFunction GetInstanceProcAddr(Instance *instance, const char *pName) in GetInstanceProcAddr() argument 534 if(instance) in GetInstanceProcAddr()
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/ |
H A D | NativeAudioContext.h | 95 static AAudioExtensions instance; in getInstance() local 96 return instance; in getInstance()
|
/third_party/skia/third_party/externals/oboe/src/aaudio/ |
H A D | AAudioLoader.cpp | 34 static AAudioLoader instance; in getInstance() local 35 return &instance; in getInstance()
|
/third_party/skia/tools/sk_app/ |
H A D | VulkanWindowContext.cpp | 58 VkInstance instance, VkDevice device) { in initializeContext() 62 return getInstanceProc(instance, proc_name); in initializeContext()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | brkiter.cpp | 257 virtual UObject* cloneInstance(UObject* instance) const { in cloneInstance() 258 return ((BreakIterator*)instance)->clone(); in cloneInstance()
|
/third_party/python/Lib/test/test_email/ |
H A D | test_policy.py | 379 instance = email.policy.EmailPolicy() 381 instance.header_store_parse,
|
/third_party/skia/modules/skunicode/src/ |
H A D | SkUnicode_icu.cpp | 171 static SkIcuBreakIteratorCache instance; in get() local 172 return instance; in get()
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_core.c | 2869 struct adv_info *hci_find_adv_instance(struct hci_dev *hdev, u8 instance) in hci_find_adv_instance() argument 2874 if (adv_instance->instance == instance) in hci_find_adv_instance() 2882 struct adv_info *hci_get_next_instance(struct hci_dev *hdev, u8 instance) in hci_get_next_instance() argument 2886 cur_instance = hci_find_adv_instance(hdev, instance); in hci_get_next_instance() 2899 int hci_remove_adv_instance(struct hci_dev *hdev, u8 instance) in hci_remove_adv_instance() argument 2903 adv_instance = hci_find_adv_instance(hdev, instance); in hci_remove_adv_instance() 2907 BT_DBG("%s removing %dMR", hdev->name, instance); in hci_remove_adv_instance() 2909 if (hdev->cur_adv_instance == instance) { in hci_remove_adv_instance() 2966 int hci_add_adv_instance(struct hci_dev *hdev, u8 instance, u3 argument [all...] |