HomeSort by relevance Sort by last modified time
    Searched refs:ldev (Results 1 - 7 of 7) sorted by null

  /external/mesa3d/src/gallium/state_trackers/clover/core/
device.cpp 41 _cl_device_id::_cl_device_id(pipe_loader_device *ldev) : ldev(ldev) {
42 pipe = pipe_loader_create_screen(ldev, PIPE_SEARCH_DIR);
47 _cl_device_id::_cl_device_id(_cl_device_id &&dev) : pipe(dev.pipe), ldev(dev.ldev) {
48 dev.ldev = NULL;
55 if (ldev)
56 pipe_loader_release(&ldev, 1);
61 switch (ldev->type)
    [all...]
device.hpp 41 _cl_device_id(pipe_loader_device *ldev);
74 pipe_loader_device *ldev; member in struct:_cl_device_id
  /external/iproute2/ip/
ifcfg 33 ldev="$1"
55 if [ "$ldev" != "$dev" ]; then
56 echo "Cannot stop alias $ldev" 1>&2
100 if [ "$ldev" = "$dev" -a "$ipaddr" != "" ]; then
  /external/squashfs-tools/squashfs-tools/
squashfs_fs.h 440 struct squashfs_ldev_inode_header ldev; member in union:squashfs_inode_header
unsquash-4.c 219 struct squashfs_ldev_inode_header *inode = &header.ldev;
mksquashfs.c 1024 struct squashfs_ldev_inode_header *dev = &inode_header.ldev;
    [all...]
  /external/iproute2/doc/
ip-cref.tex     [all...]

Completed in 400 milliseconds