/third_party/skia/third_party/externals/angle2/scripts/ |
H A D | update_extension_data.py | 98 def name_device(gpu, device_type): 102 assert device_type 103 return DEVICE_NAME_MAP[device_type] 114 def get_props_string(gpu, bot_os, device_os, device_type): 115 d = {'gpu': gpu, 'os': bot_os, 'device os': device_os, 'device': device_type} 119 def collect_task_and_update_json(task_id, gpu, bot_os, device_os, device_type): 121 (task_id, get_props_string(gpu, bot_os, device_os, device_type))) 122 target_file_name = '%s_%s.json' % (name_device(gpu, device_type), name_os(bot_os, device_os)) 183 device_type = None 194 if bot_dim['key'] == 'device_type' [all...] |
H A D | trigger.py | 125 if args.device_type: 126 swarming_args += ['-d', 'device_type=' + args.device_type]
|
/third_party/FreeBSD/sys/dev/usb/implementation/ |
H A D | usb_init.h | 53 typedef enum device_type {
enum 64 } device_type;
typedef 70 * if it is HOST , 'dtype' can be any value of 'device_type';
71 * if it is DEVICE, 'dtype' must be one of 'device_type' that user needs.
72 * dtype ------ the type of device, the legal value is one of 'device_type';
77 uint32_t usb_init(controller_type ctype, device_type dtype);
|
H A D | usb_init.c | 41 device_type dtype; 46 static usb_info_t usb_info = { false, (controller_type)0xFFFF, (device_type)0xFFFF }; 113 usb_info.dtype = (device_type)0xFFFF; in usbinfo_clean() 246 usb_init(controller_type ctype, device_type dtype) in usb_init()
|
/third_party/ffmpeg/libavcodec/ |
H A D | hwconfig.h | 52 .device_type = AV_HWDEVICE_TYPE_ ## device_type_, \ 62 .device_type = AV_HWDEVICE_TYPE_NONE, \ 89 .device_type = AV_HWDEVICE_TYPE_ ## device_type_, \
|
H A D | codec.h | 371 enum AVHWDeviceType device_type; member
|
/third_party/eudev/src/udev/ |
H A D | udevadm-trigger.c | 123 } device_type = TYPE_DEVICES; in adm_trigger() local 146 device_type = TYPE_DEVICES; in adm_trigger() 148 device_type = TYPE_SUBSYSTEMS; in adm_trigger() 234 switch (device_type) { in adm_trigger() 244 assert_not_reached("device_type"); in adm_trigger()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_hwupload.c | 39 char *device_type; member 53 if (ctx->device_type) { in hwupload_query_formats() 56 av_hwdevice_find_type_by_name(ctx->device_type), in hwupload_query_formats() 225 OFFSET(device_type), AV_OPT_TYPE_STRING,
|
/third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
H A D | method_dump.sh | 131 device_type=$(xcrun simctl list devicetypes | grep \.iPhone- | tail -1 | sed 's/.*(\(.*\))/\1/') 134 device_type=$(trim "$device_type") 140 device=$(xcrun simctl create "$device_name" "$device_type" "$runtime")
|
/third_party/vulkan-loader/loader/ |
H A D | loader_linux.c | 87 int32_t dev_type_comp = device_type_compare(left->device_type, right->device_type); in compare_devices() 158 int32_t dev_type_comp = device_type_compare(left->device_type, right->device_type); in compare_device_groups() 264 sorted_device_info[index].device_type = dev_props.deviceType; in linux_read_sorted_physical_devices() 367 sorted_group_term[group].internal_device_info[gpu].device_type = dev_props.deviceType; in linux_sort_physical_device_groups()
|
/third_party/ffmpeg/fftools/ |
H A D | ffmpeg_hw.c | 311 dev = hw_device_get_by_type(config->device_type); in hw_device_match_by_codec() 390 type = config->device_type; in hw_device_setup_for_decode() 402 type = config->device_type; in hw_device_setup_for_decode() 484 dev = hw_device_get_by_type(config->device_type); in hw_device_setup_for_encode()
|
/third_party/alsa-utils/topology/nhlt/intel/ |
H A D | ssp-nhlt.c | 461 uint32_t device_type; in nhlt_ssp_get_ep() local 479 &device_type, &direction); in nhlt_ssp_get_ep() 491 ep.device_type = device_type; in nhlt_ssp_get_ep()
|
/third_party/mesa3d/src/gallium/frontends/clover/api/ |
H A D | device.cpp | 48 clGetDeviceIDs(cl_platform_id d_platform, cl_device_type device_type, in clGetDeviceIDs() argument 60 if (((device_type & CL_DEVICE_TYPE_DEFAULT) && in clGetDeviceIDs() 62 (device_type & dev.type())) in clGetDeviceIDs()
|
/third_party/alsa-utils/topology/nhlt/intel/ssp/ |
H A D | ssp-process.h | 58 uint32_t *formats_count, uint32_t *device_type, uint32_t *direction);
|
/third_party/NuttX/drivers/usbdev/gadget/ |
H A D | composite.h | 174 extern struct composite_devobj_s *usbclass_devobj_get(struct composite_dev_s *cdev, device_type type);
|
/third_party/skia/third_party/externals/angle2/include/EGL/ |
H A D | eglext_angle.h | 186 typedef EGLDeviceEXT(EGLAPIENTRYP PFNEGLCREATEDEVICEANGLEPROC) (EGLint device_type, void *native_device, const EGLAttrib *attrib_list); 189 EGLAPI EGLDeviceEXT EGLAPIENTRY eglCreateDeviceANGLE(EGLint device_type, void *native_device, const EGLAttrib *attrib_list);
|
/third_party/backends/tools/ |
H A D | sane-desc.c | 112 typedef enum device_type enum 121 device_type; typedef 178 enum device_type type; 1796 create_mfg_list (device_type dev_type) in create_mfg_list() 2268 calculate_statistics_per_type (device_type dev_type, statistics_type num) in calculate_statistics_per_type() 2326 html_print_statistics_per_type (device_type dev_type) in html_print_statistics_per_type() 2361 device_type dev_type; in html_print_summary() 2392 html_generate_anchor_name (device_type dev_type, char *manufacturer_name) in html_generate_anchor_name() 2444 html_backends_split_table (device_type dev_type) in html_backends_split_table() 2644 html_mfgs_table (device_type dev_typ [all...] |
/third_party/ffmpeg/libavfilter/dnn/ |
H A D | dnn_backend_openvino.c | 40 char *device_type; member 78 { "device", "device to run model", OFFSET(options.device_type), AV_OPT_TYPE_STRING, { .str = "CPU" }, 0, 0, FLAGS }, 365 status = ie_core_load_network(ov_model->core, ov_model->network, ctx->options.device_type, &config, &ov_model->exe_network); in init_model_ov() 378 ctx->options.device_type, all_dev_names); in init_model_ov()
|
/third_party/alsa-utils/topology/nhlt/ |
H A D | nhlt.h | 158 uint8_t device_type; member
|
/third_party/NuttX/drivers/usbdev/gadget/fconfig/include/ |
H A D | usbd_config.h | 118 device_type type;
|
/third_party/mindspore/interfaces/kits/c/ |
H A D | context.h | 150 OH_AI_API OH_AI_DeviceInfoHandle OH_AI_DeviceInfoCreate(OH_AI_DeviceType device_type);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/ |
H A D | dbus_new_handlers_wps.c | 757 wpa_s->conf->device_type, in wpas_dbus_getter_wps_device_device_type() 799 os_memcpy(wpa_s->conf->device_type, dev_type, WPS_DEV_TYPE_LEN); in wpas_dbus_setter_wps_device_device_type()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/ |
H A D | dbus_new_handlers_wps.c | 757 wpa_s->conf->device_type, in wpas_dbus_getter_wps_device_device_type() 799 os_memcpy(wpa_s->conf->device_type, dev_type, WPS_DEV_TYPE_LEN); in wpas_dbus_setter_wps_device_device_type()
|
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_opencl.c | 413 param = av_dict_get(opts, "device_type", NULL, 0); in opencl_filter_device() 415 cl_device_type match_type = 0, device_type; in opencl_filter_device() local 431 sizeof(device_type), &device_type, NULL); in opencl_filter_device() 438 if (!(device_type & match_type)) { in opencl_filter_device() 439 av_log(hwdev, AV_LOG_DEBUG, "device_type does not match.\n"); in opencl_filter_device() 1148 cl_device_type device_type; in opencl_filter_gpu_device() local 1152 sizeof(device_type), &device_type, NULL); in opencl_filter_gpu_device() 1158 if (!(device_type in opencl_filter_gpu_device() [all...] |
/third_party/opencl-headers/src/ |
H A D | opencl_wrapper.cpp | 281 cl_int clGetDeviceIDs(cl_platform_id platform, cl_device_type device_type, cl_uint num_entries, cl_device_id *devices, in clGetDeviceIDs() argument 287 return func(platform, device_type, num_entries, devices, num_devices); in clGetDeviceIDs() 312 cl_context clCreateContextFromType(const cl_context_properties *properties, cl_device_type device_type, in clCreateContextFromType() argument 319 return func(properties, device_type, pfn_notify, user_data, errcode_ret); in clCreateContextFromType()
|