/third_party/libdrm/intel/ |
D | intel_chipset.h | 55 #define IS_IGDGM(devid) ((devid) == PCI_CHIP_IGD_GM) argument 56 #define IS_IGDG(devid) ((devid) == PCI_CHIP_IGD_G) argument 57 #define IS_IGD(devid) (IS_IGDG(devid) || IS_IGDGM(devid)) argument 171 #define IS_MOBILE(devid) ((devid) == PCI_CHIP_I855_GM || \ argument 172 (devid) == PCI_CHIP_I915_GM || \ 173 (devid) == PCI_CHIP_I945_GM || \ 174 (devid) == PCI_CHIP_I945_GME || \ 175 (devid) == PCI_CHIP_I965_GM || \ 176 (devid) == PCI_CHIP_I965_GME || \ 177 (devid) == PCI_CHIP_GM45_GM || IS_IGD(devid) || \ [all …]
|
D | intel_chipset.c | 49 drm_private bool intel_is_genx(unsigned int devid, int gen) in intel_is_genx() argument 59 if (p->device != devid) in intel_is_genx() 71 drm_private bool intel_get_genx(unsigned int devid, int *gen) in intel_get_genx() argument 77 if (p->device != devid) in intel_get_genx()
|
D | intel_decode.c | 44 uint32_t devid; member 1273 uint32_t devid = ctx->devid; in decode_3d_1d() local 1349 if (!IS_GEN2(devid)) { in decode_3d_1d() 2025 if (IS_GEN2(devid)) in decode_3d_1d() 2250 if (opcode_3d_1d->i830_only && !IS_GEN2(devid)) in decode_3d_1d() 3140 uint32_t devid = ctx->devid; in decode_3d_965() local 3293 if (IS_GEN6(devid) || IS_GEN7(devid)) in decode_3d_965() 3295 else if (IS_GEN5(devid)) in decode_3d_965() 3304 if (IS_GEN6(devid) || IS_GEN7(devid)) in decode_3d_965() 3307 if (IS_GEN5(devid) || IS_GEN6(devid) || IS_GEN7(devid)) in decode_3d_965() [all …]
|
D | test_decode.c | 139 uint16_t devid; in infer_devid() member 156 return chipsets[i].devid; in infer_devid() 171 uint16_t devid; in main() local 178 devid = infer_devid(argv[1]); in main() 180 ctx = drm_intel_decode_context_alloc(devid); in main()
|
D | intel_bufmgr.h | 269 struct drm_intel_decode *drm_intel_decode_context_alloc(uint32_t devid);
|
D | intel_bufmgr_gem.c | 3169 int devid = 0; in get_pci_device_id() local 3183 gp.value = &devid; in get_pci_device_id() 3189 return devid; in get_pci_device_id()
|
/third_party/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_chipset.h | 52 #define IS_945(devid) (devid == PCI_CHIP_I945_G || \ argument 53 devid == PCI_CHIP_I945_GM || \ 54 devid == PCI_CHIP_I945_GME || \ 55 devid == PCI_CHIP_G33_G || \ 56 devid == PCI_CHIP_Q33_G || \ 57 devid == PCI_CHIP_Q35_G || \ 58 devid == PCI_CHIP_PNV_G || \ 59 devid == PCI_CHIP_PNV_GM) 61 #define IS_GEN3(devid) (devid == PCI_CHIP_I915_G || \ argument 62 devid == PCI_CHIP_E7221_G || \ [all …]
|
/third_party/flutter/skia/third_party/externals/sdl/src/audio/ |
D | SDL_audio.c | 602 SDL_QueueAudio(SDL_AudioDeviceID devid, const void *data, Uint32 len) in SDL_QueueAudio() argument 604 SDL_AudioDevice *device = get_audio_device(devid); in SDL_QueueAudio() 625 SDL_DequeueAudio(SDL_AudioDeviceID devid, void *data, Uint32 len) in SDL_DequeueAudio() argument 627 SDL_AudioDevice *device = get_audio_device(devid); in SDL_DequeueAudio() 644 SDL_GetQueuedAudioSize(SDL_AudioDeviceID devid) in SDL_GetQueuedAudioSize() argument 647 SDL_AudioDevice *device = get_audio_device(devid); in SDL_GetQueuedAudioSize() 668 SDL_ClearQueuedAudio(SDL_AudioDeviceID devid) in SDL_ClearQueuedAudio() argument 670 SDL_AudioDevice *device = get_audio_device(devid); in SDL_ClearQueuedAudio() 1476 SDL_GetAudioDeviceStatus(SDL_AudioDeviceID devid) in SDL_GetAudioDeviceStatus() argument 1478 SDL_AudioDevice *device = get_audio_device(devid); in SDL_GetAudioDeviceStatus() [all …]
|
/third_party/flutter/skia/third_party/externals/sdl/src/audio/coreaudio/ |
D | SDL_coreaudio.m | 53 AudioDeviceID devid; field 68 item->devid = devId; 186 printf("COREAUDIO: Found %s device #%d: '%s' (devid %d)\n", 221 if (item->devid == devId) { 249 SDL_RemoveAudioDevice(iscapture, (void *) ((size_t) item->devid)); 484 device_unplugged(AudioObjectID devid, UInt32 num_addr, const AudioObjectPropertyAddress *addrs, voi… 563 AudioDeviceID devid = (AudioDeviceID) ((size_t) handle); 581 0, NULL, &size, &devid); 590 result = AudioObjectGetPropertyData(devid, &addr, 0, NULL, &size, &alive); 601 result = AudioObjectGetPropertyData(devid, &addr, 0, NULL, &size, &pid); [all …]
|
/third_party/mesa3d/src/intel/dev/ |
D | intel_device_info.c | 1553 int devid = 0; in intel_get_device_info_from_fd() local 1558 devid = intel_device_name_to_pci_device_id(devid_override); in intel_get_device_info_from_fd() 1560 if (devid <= 0) in intel_get_device_info_from_fd() 1561 devid = strtol(devid_override, NULL, 0); in intel_get_device_info_from_fd() 1562 if (devid <= 0) { in intel_get_device_info_from_fd() 1576 if (devid > 0) { in intel_get_device_info_from_fd() 1577 if (!intel_get_device_info_from_pci_id(devid, devinfo)) in intel_get_device_info_from_fd() 1582 if (!getparam(fd, I915_PARAM_CHIPSET_ID, &devid)) in intel_get_device_info_from_fd() 1584 if (!intel_get_device_info_from_pci_id(devid, devinfo)) in intel_get_device_info_from_fd()
|
/third_party/mindspore/tests/st/model_zoo_tests/yolov3_darknet53/ |
D | test_yolov3_darknet53.py | 98 devid = int(os.getenv('DEVICE_ID')) if os.getenv('DEVICE_ID') else 0 100 device_target="Ascend", device_id=devid)
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/ |
D | osu_client.h | 32 char *devid; member
|
D | osu_client.c | 3079 xml_node_t *devinfo, *devid; in init_ctx() local 3089 devid = get_node(ctx->xml, devinfo, "DevId"); in init_ctx() 3090 if (devid) { in init_ctx() 3091 char *tmp = xml_node_get_text(ctx->xml, devid); in init_ctx() 3094 ctx->devid = os_strdup(tmp); in init_ctx() 3121 os_free(ctx->devid); in deinit_ctx()
|
D | oma_dm_client.c | 114 if (!ctx->devid) { in oma_dm_build_hdr() 130 oma_dm_add_locuri(ctx, synchdr, "Source", ctx->devid); in oma_dm_build_hdr()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/ |
D | osu_client.h | 32 char *devid; member
|
D | osu_client.c | 3079 xml_node_t *devinfo, *devid; in init_ctx() local 3089 devid = get_node(ctx->xml, devinfo, "DevId"); in init_ctx() 3090 if (devid) { in init_ctx() 3091 char *tmp = xml_node_get_text(ctx->xml, devid); in init_ctx() 3094 ctx->devid = os_strdup(tmp); in init_ctx() 3121 os_free(ctx->devid); in deinit_ctx()
|
D | oma_dm_client.c | 114 if (!ctx->devid) { in oma_dm_build_hdr() 130 oma_dm_add_locuri(ctx, synchdr, "Source", ctx->devid); in oma_dm_build_hdr()
|
/third_party/alsa-utils/alsaconf/ |
D | alsaconf.in | 788 case "$devid" in 790 *) devid="0000:$devid" ;; 792 echo bus-pci-$devid
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_device.c | 1240 int devid = 0; in v3dv_physical_device_device_id() local 1242 if (!get_i915_param(dev->render_fd, I915_PARAM_CHIPSET_ID, &devid)) in v3dv_physical_device_device_id() 1245 return devid; in v3dv_physical_device_device_id()
|
/third_party/e2fsprogs/lib/blkid/ |
D | probe.h | 641 __u64 devid; member
|
/third_party/mesa3d/src/intel/compiler/ |
D | test_eu_validate.cpp | 78 int devid = intel_device_name_to_pci_device_id(info.name); in SetUp() local 80 intel_get_device_info_from_pci_id(devid, &devinfo); in SetUp()
|