/third_party/mesa3d/.gitlab-ci/bare-metal/ |
H A D | serial_buffer.py | 33 def __init__(self, dev, filename, prefix, timeout=None, line_queue=None): 35 self.dev = dev 37 if dev: 39 self.serial = serial.Serial(dev, 115200, timeout=timeout) 57 if self.dev: 81 greet = "Serial thread reading from %s\n" % self.dev 124 if self.dev: 169 parser.add_argument('--dev', type=str, help='Serial device') 177 ser = SerialBuffer(args.dev, arg [all...] |
/third_party/ltp/testcases/kernel/controllers/memcg/regression/ |
H A D | memcg_regression_test.sh | 17 dmesg -c > /dev/null 161 ps -p $! > /dev/null 166 kill -9 $pid1 $pid2 > /dev/null 2>&1 181 kill -9 $pid1 $pid2 > /dev/null 2>&1 182 wait $pid1 $pid2 > /dev/null 2>&1 199 echo $pid > "$test_path/$task_list" 2> /dev/null 203 echo $pid > "$mount_point/$task_list" 2> /dev/null 233 killall -9 memcg_test_4 2> /dev/null 234 killall -9 memcg_test_4.sh 2> /dev/null
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsfix.c | 139 "For example: %s /dev/hda6\n\n", in usage() 751 static int rewrite_boot(struct ntfs_device *dev, char *full_bs, in rewrite_boot() argument 759 bw = ntfs_pwrite(dev, 0, sector_size, full_bs); in rewrite_boot() 826 if ((ntfs_pread(vol->dev, in short_mft_selfloc_condition() 897 && (ntfs_pread(vol->dev, in attrlist_selfloc_condition() 967 if ((ntfs_pread(vol->dev, offs, vol->mft_record_size, in self_mapped_selfloc_condition() 1025 if ((ntfs_pread(vol->dev, offs, vol->mft_record_size, in spare_record_selfloc_condition() 1118 || (ntfs_pwrite(vol->dev, offs, vol->mft_record_size, in fix_selfloc_conditions() 1120 || (ntfs_pwrite(vol->dev, offsm, vol->mft_record_size, in fix_selfloc_conditions() 1126 if (ntfs_pwrite(vol->dev, off in fix_selfloc_conditions() 1440 fix_startup(struct ntfs_device *dev, unsigned long flags) fix_startup() argument 1558 struct ntfs_device *dev; fix_mount() local [all...] |
H A D | ntfsck.c | 194 static BOOL verify_boot_sector(struct ntfs_device *dev, ntfs_volume *rawvol) in verify_boot_sector() argument 202 if (ntfs_pread(dev, 0, sizeof(buf), buf) != sizeof(buf)) { in verify_boot_sector() 228 rawvol->dev = dev; in verify_boot_sector() 248 * Assumes dev is open. 264 if (ntfs_pread(rawvol->dev, offset_to_file_record, size_of_file_record, buf) != in load_runlist() 816 struct ntfs_device *dev; in main() local 830 dev = ntfs_device_alloc(name, 0, &ntfs_device_default_io_ops, NULL); in main() 831 if (!dev) in main() 833 if (dev in main() [all...] |
/third_party/NuttX/drivers/usbdev/gadget/ |
H A D | f_mass_storage.c | 77 static int usbclass_mass_bind(struct usbdevclass_driver_s *driver, struct usbdev_s *dev); 78 static int usbclass_mass_unbind(struct usbdevclass_driver_s *driver, struct usbdev_s *dev); 79 static int usbclass_mass_setup(struct usbdevclass_driver_s *driver, struct usbdev_s *dev, 81 static void usbclass_mass_disconnect(struct usbdevclass_driver_s *driver, struct usbdev_s *dev); 95 static int fmass_thread_init(struct mass_dev_s *fmass, struct usbdev_s *dev); 124 "/dev/mmcblk0p", 125 "/dev/mmcblk1p", 126 "/dev/uramp", 1196 void fmass_set_config(struct mass_dev_s *fmass, struct usbdev_s *dev) in fmass_set_config() argument 1201 if (dev in fmass_set_config() 1309 struct usbdev_s *dev = (struct usbdev_s *)para1; fmass_main_thread() local 1421 fmass_thread_init(struct mass_dev_s *fmass, struct usbdev_s *dev) fmass_thread_init() argument 1588 usbclass_mass_bind(struct usbdevclass_driver_s *driver, struct usbdev_s *dev) usbclass_mass_bind() argument 1649 usbclass_mass_unbind(struct usbdevclass_driver_s *driver, struct usbdev_s *dev) usbclass_mass_unbind() argument 1708 usbclass_mass_setup(struct usbdevclass_driver_s *driver, struct usbdev_s *dev, const struct usb_device_request *ctrl, uint8_t *dataout, size_t outlen) usbclass_mass_setup() argument 1779 usbclass_mass_disconnect(struct usbdevclass_driver_s *driver, struct usbdev_s *dev) usbclass_mass_disconnect() argument 1889 mass_get_composite_devdesc(struct composite_devdesc_s *dev) mass_get_composite_devdesc() argument 1982 usbdev_mass_initialize_sub(struct composite_devdesc_s *dev, int ifnobase, int minor) usbdev_mass_initialize_sub() argument 2009 struct composite_devdesc_s dev; usbdev_mass_initialize() local [all...] |
H A D | f_uvc.c | 88 static int usbclass_uvc_bind(struct usbdevclass_driver_s *driver, struct usbdev_s *dev); 89 static int usbclass_uvc_unbind(struct usbdevclass_driver_s *driver, struct usbdev_s *dev); 90 static int usbclass_uvc_setup(struct usbdevclass_driver_s *driver, struct usbdev_s *dev, 93 struct usbdev_s *dev); 2210 static void fuvc_source_free(struct usbdevclass_driver_s *driver, struct usbdev_s *dev) in fuvc_source_free() argument 2213 struct uvc_dev_s *fuvc = drvr->dev; in fuvc_source_free() 2218 DEV_FREEEP(dev, fuvc->ctrl_ep); in fuvc_source_free() 2219 DEV_FREEEP(dev, fuvc->vs_ep); in fuvc_source_free() 2232 static int usbclass_uvc_bind(struct usbdevclass_driver_s *driver, struct usbdev_s *dev) in usbclass_uvc_bind() argument 2242 if (driver == NULL || dev in usbclass_uvc_bind() 2351 usbclass_uvc_unbind(struct usbdevclass_driver_s *driver, struct usbdev_s *dev) usbclass_uvc_unbind() argument 2444 usbclass_uvc_set_alt(struct uvc_dev_s *fuvc, struct usbdev_s *dev, unsigned intf, unsigned alt) usbclass_uvc_set_alt() argument 2515 usbclass_uvc_set_alt(struct uvc_dev_s *fuvc, struct usbdev_s *dev) usbclass_uvc_set_alt() argument 2578 usbclass_uvc_setup(struct usbdevclass_driver_s *driver, struct usbdev_s *dev, const struct usb_device_request *ctrl, uint8_t *dataout, size_t outlen) usbclass_uvc_setup() argument 2682 usbclass_uvc_disconnect(struct usbdevclass_driver_s *driver, struct usbdev_s *dev) usbclass_uvc_disconnect() argument 2786 uvc_get_composite_devdesc(struct composite_devdesc_s *dev) uvc_get_composite_devdesc() argument 2877 usbdev_uvc_initialize_sub(struct composite_devdesc_s *dev, int ifnobase, int minor) usbdev_uvc_initialize_sub() argument 2904 struct composite_devdesc_s dev; usbdev_uvc_initialize() local [all...] |
/third_party/ntfs-3g/libntfs-3g/ |
H A D | win32_io.c | 1196 * @dev: a pointer to the NTFS_DEVICE to open 1199 * @dev->d_name must hold the device name, the rest is ignored. 1206 static int ntfs_device_win32_open(struct ntfs_device *dev, int flags) in ntfs_device_win32_open() argument 1214 if (NDevOpen(dev)) { in ntfs_device_win32_open() 1219 numparams = sscanf(dev->d_name, "/dev/hd%c%u", &drive_char, &part); in ntfs_device_win32_open() 1221 && (dev->d_name[1] == ':') in ntfs_device_win32_open() 1222 && (dev->d_name[2] == '\0')) { in ntfs_device_win32_open() 1223 drive_char = dev->d_name[0]; in ntfs_device_win32_open() 1229 ntfs_log_debug("win32_open(%s) -> file.\n", dev in ntfs_device_win32_open() 1282 ntfs_device_win32_seek(struct ntfs_device *dev, s64 offset, int whence) ntfs_device_win32_seek() argument 1443 ntfs_device_win32_read(struct ntfs_device *dev, void *b, s64 count) ntfs_device_win32_read() argument 1530 ntfs_device_win32_close(struct ntfs_device *dev) ntfs_device_win32_close() argument 1576 ntfs_device_win32_sync(struct ntfs_device *dev) ntfs_device_win32_sync() argument 1635 ntfs_device_win32_write(struct ntfs_device *dev, const void *b, s64 count) ntfs_device_win32_write() argument 1768 ntfs_device_win32_stat(struct ntfs_device *dev, struct stat *buf) ntfs_device_win32_stat() argument 1810 ntfs_win32_hdio_getgeo(struct ntfs_device *dev, struct hd_geometry *argp) ntfs_win32_hdio_getgeo() argument 1833 ntfs_win32_blksszget(struct ntfs_device *dev,int *argp) ntfs_win32_blksszget() argument 1850 ntfs_device_win32_ioctl(struct ntfs_device *dev, unsigned long request, void *argp) ntfs_device_win32_ioctl() argument 1906 ntfs_device_win32_pread(struct ntfs_device *dev, void *b, s64 count, s64 offset) ntfs_device_win32_pread() argument 1926 ntfs_device_win32_pwrite(struct ntfs_device *dev, const void *b, s64 count, s64 offset) ntfs_device_win32_pwrite() argument 2020 ntfs_device_win32_ftruncate(struct ntfs_device *dev, s64 size) ntfs_device_win32_ftruncate() argument [all...] |
/third_party/ltp/testcases/kernel/controllers/cpuctl_fj/ |
H A D | run_cpuctl_test_fj.sh | 32 CPUCTL="/dev/cpuctl" 61 mount | grep "$CPUCTL" > /dev/null 2>&1 || { 62 rm -rf "$CPUCTL" > /dev/null 2>&1 76 rmdir $CPUCTL > /dev/null 2>&1 81 cat /dev/zero > /dev/null 2>/dev/null & 82 taskset -p 1 $! >/dev/null 2>&1 600 expr 96 \< "$cpu_usage" \& "$cpu_usage" \< 103 > /dev/null 2>&1 || return 1 616 expr 96 \< "$cpu_usage" \& "$cpu_usage" \< 103 > /dev/nul [all...] |
/third_party/vulkan-loader/loader/ |
H A D | loader_linux.c | 331 for (uint32_t dev = 0; dev < phys_dev_count; ++dev) { in linux_read_sorted_physical_devices() 332 sorted_device_term[dev]->this_icd_term = sorted_device_info[dev].icd_term; in linux_read_sorted_physical_devices() 333 sorted_device_term[dev]->icd_index = sorted_device_info[dev].icd_index; in linux_read_sorted_physical_devices() 334 sorted_device_term[dev]->phys_dev = sorted_device_info[dev].physical_device; in linux_read_sorted_physical_devices() 335 loader_set_dispatch((void *)sorted_device_term[dev], ins in linux_read_sorted_physical_devices() [all...] |
/third_party/backends/backend/ |
H A D | artec.c | 1709 artec_get_cap_data (ARTEC_Device * dev, int fd) in artec_get_cap_data() argument 1721 if (strcmp (cap_data[loop].model, dev->sane.model) == 0) in artec_get_cap_data() 1730 dev->sane.model); in artec_get_cap_data() 1734 dev->x_range.min = 0; in artec_get_cap_data() 1735 dev->x_range.max = SANE_FIX (cap_data[cap_model].width) * MM_PER_INCH; in artec_get_cap_data() 1736 dev->x_range.quant = 1; in artec_get_cap_data() 1738 dev->width = cap_data[cap_model].width; in artec_get_cap_data() 1740 dev->y_range.min = 0; in artec_get_cap_data() 1741 dev->y_range.max = SANE_FIX (cap_data[cap_model].height) * MM_PER_INCH; in artec_get_cap_data() 1742 dev in artec_get_cap_data() 1938 ARTEC_Device *dev; attach() local 2564 attach_one(const char *dev) attach_one() argument 2660 ARTEC_Device *dev, *next; sane_exit() local 2679 ARTEC_Device *dev; sane_get_devices() local 2705 ARTEC_Device *dev; sane_open() local [all...] |
H A D | gt68xx_mid.c | 229 RIE (gt68xx_device_read (reader->dev, reader->pixel_buffer, &size)); in line_read_gray_8() 249 RIE (gt68xx_device_read (reader->dev, reader->pixel_buffer, &size)); in line_read_gray_double_8() 273 RIE (gt68xx_device_read (reader->dev, reader->pixel_buffer, &size)); in line_read_gray_12() 293 RIE (gt68xx_device_read (reader->dev, reader->pixel_buffer, &size)); in line_read_gray_double_12() 317 RIE (gt68xx_device_read (reader->dev, reader->pixel_buffer, &size)); in line_read_gray_16() 337 RIE (gt68xx_device_read (reader->dev, reader->pixel_buffer, &size)); in line_read_gray_double_16() 364 RIE (gt68xx_device_read (reader->dev, pixel_buffer, &size)); in line_read_rgb_8_line_mode() 398 RIE (gt68xx_device_read (reader->dev, pixel_buffer, &size)); in line_read_rgb_double_8_line_mode() 443 RIE (gt68xx_device_read (reader->dev, pixel_buffer, &size)); in line_read_bgr_8_line_mode() 476 RIE (gt68xx_device_read (reader->dev, pixel_buffe in line_read_rgb_12_line_mode() 972 gt68xx_line_reader_new(GT68xx_Device * dev, GT68xx_Scan_Parameters * params, SANE_Bool final_scan, GT68xx_Line_Reader ** reader_return) gt68xx_line_reader_new() argument [all...] |
H A D | epson.c | 1984 struct Epson_Device *dev; in attach() local 1992 for (dev = first_dev; dev; dev = dev->next) in attach() 1994 if (strcmp (dev->sane.name, dev_name) == 0) in attach() 1998 *devp = dev; in attach() 2004 dev = malloc (sizeof (*dev)); in attach() 2005 if (!dev) in attach() 2623 attach_one(const char *dev) attach_one() argument 2730 Epson_Device *dev, *next; sane_exit() local 2751 Epson_Device *dev; sane_get_devices() local 3513 Epson_Device *dev; sane_open() local 5867 Epson_Device *dev = s->hw; get_identity_information() local [all...] |
H A D | tamarack.c | 208 Tamarack_Device *dev; in attach() local 214 for (dev = first_dev; dev; dev = dev->next) in attach() 215 if (strcmp (dev->sane.name, devname) == 0) { in attach() 217 *devp = dev; in attach() 260 dev = malloc (sizeof (*dev)); in attach() 261 if (!dev) in attach() 898 attach_one(const char *dev) attach_one() argument 946 Tamarack_Device *dev, *next; sane_exit() local 962 Tamarack_Device *dev; sane_get_devices() local 987 Tamarack_Device *dev; sane_open() local [all...] |
/third_party/libdrm/amdgpu/ |
H A D | amdgpu_vamgr.c | 32 drm_public int amdgpu_va_range_query(amdgpu_device_handle dev, in amdgpu_va_range_query() argument 39 *start = dev->dev_info.virtual_address_offset; in amdgpu_va_range_query() 40 *end = dev->dev_info.virtual_address_max; in amdgpu_va_range_query() 223 drm_public int amdgpu_va_range_alloc(amdgpu_device_handle dev, in amdgpu_va_range_alloc() argument 237 if (flags & AMDGPU_VA_RANGE_HIGH && !dev->vamgr_high_32.va_max) in amdgpu_va_range_alloc() 242 vamgr = &dev->vamgr_high_32; in amdgpu_va_range_alloc() 244 vamgr = &dev->vamgr_high; in amdgpu_va_range_alloc() 247 vamgr = &dev->vamgr_32; in amdgpu_va_range_alloc() 249 vamgr = &dev->vamgr; in amdgpu_va_range_alloc() 262 vamgr = &dev in amdgpu_va_range_alloc() [all...] |
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/ |
H A D | version.py | 39 dev: Optional[Tuple[str, int]] 136 (?P<dev> # dev release 138 (?P<dev_l>dev) 210 dev=_parse_letter_version(match.group("dev_l"), match.group("dev_n")), 220 self._version.dev, 256 if self.dev is not None: 257 parts.append(f".dev{self.dev}") 319 def dev(sel member in Version [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | crystalhd.c | 99 HANDLE dev; member 281 DtsFlushInput(priv->dev, 4); in flush() 290 device = priv->dev; in uninit() 369 ret = DtsDeviceOpen(&priv->dev, mode); in init() 375 ret = DtsCrystalHDVersion(priv->dev, &version); in init() 390 ret = DtsSetInputFormat(priv->dev, &format); in init() 396 ret = DtsOpenDecoder(priv->dev, BC_STREAM_TYPE_ES); in init() 402 ret = DtsSetColorSpace(priv->dev, OUTPUT_MODE422_YUY2); in init() 407 ret = DtsStartDecoder(priv->dev); in init() 412 ret = DtsStartCapture(priv->dev); in init() 571 HANDLE dev = priv->dev; receive_frame() local 661 HANDLE dev = priv->dev; crystalhd_decode_packet() local 714 HANDLE dev = priv->dev; crystalhd_receive_frame() local [all...] |
/third_party/eudev/src/udev/ |
H A D | udev-event.c | 40 struct udev_event *udev_event_new(struct udev_device *dev) { in udev_event_new() argument 41 struct udev *udev = udev_device_get_udev(dev); in udev_event_new() 47 event->dev = dev; in udev_event_new() 69 struct udev_device *dev = event->dev; in udev_event_apply_format() local 210 l = strpcpy(&s, l, udev_device_get_devpath(dev)); in udev_event_apply_format() 213 l = strpcpy(&s, l, udev_device_get_sysname(dev)); in udev_event_apply_format() 216 if (udev_device_get_sysnum(dev) == NULL) in udev_event_apply_format() 218 l = strpcpy(&s, l, udev_device_get_sysnum(dev)); in udev_event_apply_format() 811 rename_netif_dev_fromname_toname(struct udev_device *dev,const char *oldname,const char *name) rename_netif_dev_fromname_toname() argument 879 struct udev_device *dev = event->dev; global() local [all...] |
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_ir.cpp | 91 program->dev.lds_encoding_granule = gfx_level >= GFX11 && stage == fragment_fs ? 1024 : in init_program() 93 program->dev.lds_alloc_granule = gfx_level >= GFX10_3 ? 1024 : program->dev.lds_encoding_granule; in init_program() 94 program->dev.lds_limit = gfx_level >= GFX7 ? 65536 : 32768; in init_program() 96 program->dev.has_16bank_lds = family == CHIP_KABINI || family == CHIP_STONEY; in init_program() 98 program->dev.vgpr_limit = 256; in init_program() 99 program->dev.physical_vgprs = 256; in init_program() 100 program->dev.vgpr_alloc_granule = 4; in init_program() 103 program->dev.physical_sgprs = 5120; /* doesn't matter as long as it's at least 128 * 40 */ in init_program() 104 program->dev in init_program() [all...] |
/third_party/alsa-lib/src/ucm/ |
H A D | utils.c | 206 char dev[MAX_CARD_LONG_NAME]; in uc_mgr_ctl_add() local 229 snprintf(dev, sizeof(dev), "hw:%d", card); in uc_mgr_ctl_add() 230 hit |= !!(device && (strcmp(dev, device) == 0)); in uc_mgr_ctl_add() 231 err = uc_mgr_ctl_add_dev(*ctl_list, dev); in uc_mgr_ctl_add() 235 snprintf(dev, sizeof(dev), "hw:%s", id); in uc_mgr_ctl_add() 236 hit |= !!(device && (strcmp(dev, device) == 0)); in uc_mgr_ctl_add() 237 err = uc_mgr_ctl_add_dev(*ctl_list, dev); in uc_mgr_ctl_add() 567 struct ucm_dev_name *dev; in uc_mgr_free_dev_name_list() local 597 uc_mgr_free_device(struct use_case_device *dev) uc_mgr_free_device() argument 613 struct use_case_device *dev; uc_mgr_free_device_list() local [all...] |
/third_party/libinput/test/ |
H A D | test-path.c | 136 const char *path = "/dev/uinput"; in START_TEST() 263 struct litest_device *dev = litest_current_device(); in START_TEST() local 271 libevdev_uinput_get_devnode(dev->uinput)); in START_TEST() 296 struct litest_device *dev = litest_current_device(); in START_TEST() local 297 struct libinput *li = dev->libinput; in START_TEST() 325 struct litest_device *dev = litest_current_device(); in START_TEST() local 326 struct libinput *li = dev->libinput; in START_TEST() 385 libinput_device_unref(dev->libinput_device); in START_TEST() 387 dev->libinput_device = device; in START_TEST() 393 struct litest_device *dev in START_TEST() local 414 struct litest_device *dev = litest_current_device(); START_TEST() local 478 struct litest_device *dev = litest_current_device(); START_TEST() local 505 struct litest_device *dev = litest_current_device(); START_TEST() local 535 struct litest_device *dev = litest_current_device(); START_TEST() local 1020 struct litest_device *dev = litest_current_device(); START_TEST() local 1033 struct litest_device *dev; START_TEST() local [all...] |
/third_party/ltp/testcases/kernel/device-drivers/nls/ |
H A D | nlsTest.c | 147 struct test_block_device *dev; in test_init_module() local 153 dev = kzalloc(sizeof(*dev), GFP_KERNEL); in test_init_module() 154 if (!dev) in test_init_module() 163 kfree(dev); in test_init_module() 167 spin_lock_init(&dev->queue_lock); in test_init_module() 172 kfree(dev); in test_init_module() 178 queue = blk_init_queue(test_request, &dev->queue_lock); in test_init_module() 182 kfree(dev); in test_init_module() 190 gd_ptr->private_data = dev; in test_init_module() [all...] |
/third_party/ltp/testcases/kernel/mce-test/lib/ |
H A D | mce.sh | 62 diff $tmpf1 $tmpf2 > /dev/null 72 echo " Failed: can not get mce log from /dev/mcelog" 105 if [ -f /sys/kernel/debug/gcov/reset ] && which gcov > /dev/null; then 156 if ! (cd $KSRC_DIR; gcov -o $src_dir $src_fn &> /dev/null) || \ 204 if grep "panic" "$klog" | grep "$mce_panic" > /dev/null; then 221 > /dev/null; then 239 if grep "Machine check: " "$klog" | grep "$exp" > /dev/null; then 271 if echo ": $panic_msg" | grep -e "$mce_panic" &> /dev/null; then 283 if mcelog_filter $mcelog "#BANK 218#" &> /dev/null; then 303 mount|grep /sys/kernel/debug > /dev/nul [all...] |
/third_party/mesa3d/src/gallium/drivers/asahi/ |
H A D | agx_blit.c | 32 agx_build_reload_shader(struct agx_device *dev) in agx_build_reload_shader() argument 58 struct agx_bo *bo = agx_bo_create(dev, bo_size, AGX_MEMORY_TYPE_SHADER); in agx_build_reload_shader() 59 dev->reload.bo = bo; in agx_build_reload_shader() 77 dev->reload.format[i] = bo->ptr.gpu + offset; in agx_build_reload_shader() 167 agx_internal_shaders(struct agx_device *dev) in agx_internal_shaders() argument 172 struct agx_bo *bo = agx_bo_create(dev, 4096, AGX_MEMORY_TYPE_SHADER); in agx_internal_shaders() 176 dev->internal.bo = bo; in agx_internal_shaders() 177 dev->internal.clear = bo->ptr.gpu + clear_offset; in agx_internal_shaders() 178 dev->internal.store = bo->ptr.gpu + store_offset; in agx_internal_shaders() 180 agx_build_reload_shader(dev); in agx_internal_shaders() [all...] |
/third_party/mesa3d/src/gallium/frontends/clover/nir/ |
H A D | invocation.cpp | 57 dev_get_nir_compiler_options(const device &dev) in dev_get_nir_compiler_options() argument 59 const void *co = dev.get_compiler_options(PIPE_SHADER_IR_NIR); in dev_get_nir_compiler_options() 368 create_spirv_options(const device &dev, std::string &r_log) 372 if (dev.address_bits() == 32u) { 389 spirv_options.caps.kernel_image = dev.image_support(); 390 spirv_options.caps.int64_atomics = dev.has_int64_atomics(); 413 void clover::nir::check_for_libclc(const device &dev) 415 if (!nir_can_find_libclc(dev.address_bits())) 419 nir_shader *clover::nir::load_libclc_nir(const device &dev, std::string &r_log) 421 spirv_to_nir_options spirv_options = create_spirv_options(dev, r_lo [all...] |
/third_party/FreeBSD/sys/kern/ |
H A D | device_if.c | 21 static int null_shutdown(device_t dev) in null_shutdown() argument 26 static int null_suspend(device_t dev) in null_suspend() argument 31 static int null_resume(device_t dev) in null_resume() argument 36 static int null_quiesce(device_t dev) in null_quiesce() argument 41 static void * null_register(device_t dev) in null_register() argument
|