Home
last modified time | relevance | path

Searched refs:instance (Results 1451 - 1475 of 1908) sorted by relevance

1...<<51525354555657585960>>...77

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce100/
H A Ddce100_resource.c138 /* set register offset with instance */
466 uint32_t instance, in dce100_timing_generator_create()
475 dce110_timing_generator_construct(tg110, ctx, instance, offsets); in dce100_timing_generator_create()
464 dce100_timing_generator_create( struct dc_context *ctx, uint32_t instance, const struct dce110_timing_generator_offsets *offsets) dce100_timing_generator_create() argument
/kernel/linux/linux-5.10/fs/ntfs/
H A Dlayout.h359 /* 40*/ le16 next_attr_instance;/* The instance number that will be assigned to
364 instance number is always 0. */
428 /* 40*/ le16 next_attr_instance;/* The instance number that will be assigned to
433 instance number is always 0. */
703 /* 14*/ le16 instance; /* The instance of this attribute record. This member
938 * name (if present), third by instance number. The extents of one
982 /* 24*/ le16 instance; /* If lowest_vcn = 0, the instance of the member
1785 * referenced instance o
[all...]
/kernel/linux/linux-6.6/fs/ntfs/
H A Dlayout.h359 /* 40*/ le16 next_attr_instance;/* The instance number that will be assigned to
364 instance number is always 0. */
428 /* 40*/ le16 next_attr_instance;/* The instance number that will be assigned to
433 instance number is always 0. */
703 /* 14*/ le16 instance; /* The instance of this attribute record. This member
938 * name (if present), third by instance number. The extents of one
982 /* 24*/ le16 instance; /* If lowest_vcn = 0, the instance of the member
1785 * referenced instance o
[all...]
/kernel/linux/linux-6.6/drivers/firmware/google/
H A Dgsmi.c126 u32 instance; member
619 .instance = reason, in gsmi_shutdown_reason()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce100/
H A Ddce100_resource.c138 /* set register offset with instance */
463 uint32_t instance, in dce100_timing_generator_create()
472 dce110_timing_generator_construct(tg110, ctx, instance, offsets); in dce100_timing_generator_create()
461 dce100_timing_generator_create( struct dc_context *ctx, uint32_t instance, const struct dce110_timing_generator_offsets *offsets) dce100_timing_generator_create() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn314/
H A Ddcn314_clk_mgr.c69 struct IP_BASE_INSTANCE instance[MAX_INSTANCE]; member
91 (CLK_BASE.instance[0].segment[reg ## reg_name ## _BASE_IDX] + reg ## reg_name)
/third_party/glfw/src/
H A Dwl_platform.h672 GLFWbool _glfwGetPhysicalDevicePresentationSupportWayland(VkInstance instance, VkPhysicalDevice device, uint32_t queuefamily);
673 VkResult _glfwCreateWindowSurfaceWayland(VkInstance instance, _GLFWwindow* window, const VkAllocationCallbacks* allocator, VkSurfaceKHR* surface);
/third_party/googletest/googletest/test/
H A Dgoogletest-param-test-test.cc610 static TestGenerationEnvironment* instance = new TestGenerationEnvironment; in Instance() local
611 return instance; in Instance()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/
H A DLanguageTestFmwk.java703 private static final DefaultData instance = new DefaultData(); field in DefaultData
709 return instance; in getInstance()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/duration/
H A DLanguageTestFmwk.java704 private static final DefaultData instance = new DefaultData(); field in DefaultData
710 return instance; in getInstance()
/third_party/icu/icu4c/source/i18n/
H A Dcoll.cpp165 virtual UObject* cloneInstance(UObject* instance) const override {
166 return ((Collator*)instance)->clone();
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_shader.c96 if (unlikely(dev->physical_device->instance->debug_flags & TU_DEBUG_NIR)) { in tu_spirv_to_nir()
338 likely(!(dev->instance->debug_flags & TU_DEBUG_DYNAMIC))) { in build_bindless()
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_private.h190 /* Back-pointer to instance */
191 struct pvr_instance *instance; member
251 struct pvr_instance *instance; member
/third_party/ntfs-3g/include/ntfs-3g/
H A Dlayout.h393 /* 40*/ le16 next_attr_instance; /* The instance number that will be
398 NOTE: The first instance number is always 0.
468 /* 40*/ le16 next_attr_instance; /* The instance number that will be
473 NOTE: The first instance number is always 0.
741 /* 14*/ le16 instance; /* The instance of this attribute record. This member
1001 * name (if present), third by instance number. The extents of one
1003 * extent. They are ordered by lowest_vcn and have their instance set to zero.
1045 /* 24*/ le16 instance; /* If lowest_vcn = 0, the instance o member
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dcoll.cpp165 virtual UObject* cloneInstance(UObject* instance) const override {
166 return ((Collator*)instance)->clone();
/third_party/lwip/src/apps/snmp/
H A Dsnmp_core.c783 /* get instance */ in snmp_get_node_instance_from_oid()
837 /* check if OID directly references a node inside current MIB, in this case we have to ask this node for the next instance */ in snmp_get_next_node_instance_from_oid()
841 snmp_oid_assign(&node_instance->instance_oid, start_oid + (start_oid_len - oid_instance_len), oid_instance_len); /* set (relative) instance oid */ in snmp_get_next_node_instance_from_oid()
843 /* OID does not reference a node, search for the next closest node inside MIB; set instance_oid.len to zero because we want the first instance of this node */ in snmp_get_next_node_instance_from_oid()
848 /* validate the node; if the node has no further instance or the returned instance is invalid, search for the next in MIB and validate again */ in snmp_get_next_node_instance_from_oid()
881 /* node_oid "returns" the full result OID (including the instance part) */ in snmp_get_next_node_instance_from_oid()
890 the instance itself is not valid, ask for next instance from same node. in snmp_get_next_node_instance_from_oid()
899 /* the node has no further instance, ski in snmp_get_next_node_instance_from_oid()
1193 snmp_set_test_ok(struct snmp_node_instance *instance, u16_t value_len, void *value) snmp_set_test_ok() argument
[all...]
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_private.h184 struct panvk_instance *instance;
255 struct panvk_instance *instance;
/third_party/python/Lib/test/
H A Dtest_asyncore.py510 def loop_waiting_for_flag(self, instance, timeout=5):
515 if instance.flag:
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderFConvertTests.cpp217 static InputGenerator instance; in getInstance() local
218 return instance; in getInstance()
312 // type. This is mostly used in packFloats() below, but we also need this information in the iterate() method for the test instance,
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationOperationSingleQueueTests.cpp659 const InstanceInterface& instance = context.getInstanceInterface(); in checkSupport() local
661 const VkResult formatResult = instance.getPhysicalDeviceImageFormatProperties(physicalDevice, m_resourceDesc.imageFormat, m_resourceDesc.imageType, VK_IMAGE_TILING_OPTIMAL, usage, (VkImageCreateFlags)0, &imageFormatProperties); in checkSupport()
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Ddevice.cc400 Device::Device(VkInstance instance, in Device() argument
405 : instance_(instance), in Device()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DLLVMJIT.cpp147 static JITGlobals instance = [] { in get() local
207 return &instance; in get()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcoll.cpp165 virtual UObject* cloneInstance(UObject* instance) const { in cloneInstance()
166 return ((Collator*)instance)->clone(); in cloneInstance()
/third_party/skia/third_party/externals/dawn/src/tests/
H A DDawnTest.h244 void SelectPreferredAdapterProperties(const dawn_native::Instance* instance);
245 void PrintTestConfigurationAndAdapterInfo(dawn_native::Instance* instance) const;
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/
H A Dname_table.cc521 NameEntryPtr instance = new NameEntry(PlatformId(index), in GetNameEntry() local
525 return instance.Detach(); in GetNameEntry()

Completed in 47 milliseconds

1...<<51525354555657585960>>...77