Home
last modified time | relevance | path

Searched refs:device_type (Results 1 - 25 of 88) sorted by relevance

1234

/third_party/skia/third_party/externals/angle2/scripts/
H A Dupdate_extension_data.py98 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 Dtrigger.py125 if args.device_type:
126 swarming_args += ['-d', 'device_type=' + args.device_type]
/third_party/FreeBSD/sys/dev/usb/implementation/
H A Dusb_init.h53 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 Dusb_init.c41 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 Dhwconfig.h52 .device_type = AV_HWDEVICE_TYPE_ ## device_type_, \
62 .device_type = AV_HWDEVICE_TYPE_NONE, \
89 .device_type = AV_HWDEVICE_TYPE_ ## device_type_, \
H A Dcodec.h371 enum AVHWDeviceType device_type; member
/third_party/eudev/src/udev/
H A Dudevadm-trigger.c123 } 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 Dvf_hwupload.c39 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 Dmethod_dump.sh131 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 Dloader_linux.c87 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 Dffmpeg_hw.c311 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 Dssp-nhlt.c461 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 Ddevice.cpp48 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 Dssp-process.h58 uint32_t *formats_count, uint32_t *device_type, uint32_t *direction);
/third_party/NuttX/drivers/usbdev/gadget/
H A Dcomposite.h174 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 Deglext_angle.h186 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 Dsane-desc.c112 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 Ddnn_backend_openvino.c40 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 Dnhlt.h158 uint8_t device_type; member
/third_party/NuttX/drivers/usbdev/gadget/fconfig/include/
H A Dusbd_config.h118 device_type type;
/third_party/mindspore/interfaces/kits/c/
H A Dcontext.h150 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 Ddbus_new_handlers_wps.c757 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 Ddbus_new_handlers_wps.c757 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 Dhwcontext_opencl.c413 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 Dopencl_wrapper.cpp281 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()

Completed in 34 milliseconds

1234