/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageHostImageCopyTests.cpp | 1040 vk::VkInstance instance (context.getInstance()); in checkSupport() 1041 vk::InstanceDriver instanceDriver (context.getPlatformInterface(), instance); in checkSupport() 1517 vk::VkInstance instance (context.getInstance()); in checkSupport() 1518 vk::InstanceDriver instanceDriver (context.getPlatformInterface(), instance); in checkSupport() 1650 vk::VkInstance instance (m_context.getInstance()); in iterate() 1651 vk::InstanceDriver instanceDriver (m_context.getPlatformInterface(), instance); in iterate()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_ring.c | 181 else if (ring == &adev->sdma.instance[0].page) in amdgpu_ring_init()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
H A D | mock_engine.c | 304 engine->base.instance = id; in mock_engine()
|
H A D | intel_engine_types.h | 43 /* Gen11+ HW Engine class + instance */ 313 u8 instance; member 384 * Bits correspond to sample event types, for instance
|
/kernel/linux/linux-5.10/drivers/media/pci/cobalt/ |
H A D | cobalt-driver.h | 251 int instance; member
|
H A D | cobalt-i2c.c | 356 " #%d-%d", cobalt->instance, i); in cobalt_i2c_init()
|
/kernel/linux/linux-5.10/drivers/media/pci/cx18/ |
H A D | cx18-i2c.c | 233 " #%d-%d", cx->instance, i); in init_cx18_i2c()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | intel_memory_region.c | 276 mem->instance = MEMORY_INSTANCE_FROM_REGION(intel_region_map[i]); in intel_memory_regions_hw_probe()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | imu_v11_0_3.c | 117 reg = adev->reg_offset[entry->hwip][entry->instance][entry->segment] + entry->reg; in program_rlc_ram_register_setting()
|
/kernel/linux/linux-6.6/drivers/media/pci/cobalt/ |
H A D | cobalt-driver.h | 251 int instance; member
|
H A D | cobalt-i2c.c | 356 " #%d-%d", cobalt->instance, i); in cobalt_i2c_init()
|
/kernel/linux/linux-6.6/drivers/media/pci/cx18/ |
H A D | cx18-i2c.c | 233 " #%d-%d", cx->instance, i); in init_cx18_i2c()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/include/ |
H A D | cyan_skillfish_ip_offset.h | 35 struct IP_BASE_INSTANCE instance[MAX_INSTANCE]; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_guc.h | 481 intel_guc_lookup_engine(struct intel_guc *guc, u8 guc_class, u8 instance);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | intel_engine_types.h | 30 /* HW Engine class + instance */ 376 * The logical instance of a physical engine can change based on product 382 u8 instance; member 460 * Bits correspond to sample event types, for instance
|
/kernel/linux/linux-6.6/scripts/mod/ |
H A D | devicetable-offsets.c | 255 DEVID_FIELD(ssam_device_id, instance); in main()
|
/kernel/linux/linux-6.6/net/devlink/ |
H A D | devl_internal.h | 50 /* Serializes access to devlink instance specific objects such as 69 * access possible to the devlink instance. All drivers perform that phase 72 * After *_register() - users and driver can access devlink instance at 105 unsigned long instance; member
|
/third_party/icu/icu4c/source/common/ |
H A D | serv.h | 55 * generate an instance of the service. ICUServiceKeys define how 123 * identify an instance of the service in the cache. A 279 * (possibly deferred-initialized) instance. This implements 294 * service instance. If visible is true, the ID will be visible. 295 * The instance must not be NULL. The SimpleFactory will adopt 296 * the instance, which must not be changed subsequent to this call.</p> 298 * @param instanceToAdopt the service instance to adopt. 299 * @param id the ID to assign to this service instance. 310 * <p>This implementation returns a clone of the service instance if the factory's ID is equal to 596 * @return the service instance, o [all...] |
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_android.c | 213 return vk_startup_errorf(device->instance, in tu_gralloc_info()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_android.c | 296 struct v3dv_physical_device *phys_dev = &device->instance->physicalDevice; in format_supported_with_usage()
|
/third_party/node/test/parallel/ |
H A D | test-event-capture-rejections.js | 297 `an instance of ${obj.constructor.name}` :
|
/third_party/node/test/fixtures/wpt/dom/abort/resources/ |
H A D | abort-signal-any-tests.js | 99 }, `${desc} uses the first instance of a duplicate signal ${suffix}`);
|
/third_party/node/deps/icu-small/source/common/ |
H A D | serv.h | 55 * generate an instance of the service. ICUServiceKeys define how 123 * identify an instance of the service in the cache. A 279 * (possibly deferred-initialized) instance. This implements 294 * service instance. If visible is true, the ID will be visible. 295 * The instance must not be nullptr. The SimpleFactory will adopt 296 * the instance, which must not be changed subsequent to this call.</p> 298 * @param instanceToAdopt the service instance to adopt. 299 * @param id the ID to assign to this service instance. 310 * <p>This implementation returns a clone of the service instance if the factory's ID is equal to 596 * @return the service instance, o [all...] |
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_vX_device.c | 46 unsigned debug = dev->physical_device->instance->debug_flags; in panvk_queue_submit_batch()
|
H A D | panvk_vX_image.c | 186 return vk_error(device->instance, VK_ERROR_OUT_OF_HOST_MEMORY); in CreateBufferView()
|