HomeSort by relevance Sort by last modified time
    Searched defs:device (Results 126 - 150 of 896) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/skqp/src/compute/common/vk/
event_pool.c 25 VkDevice device; member in struct:vk_event_pool
50 vk(CreateEvent(event_pool->device,
58 vk_event_pool_create(VkDevice device, VkAllocationCallbacks const * allocator, uint32_t const resize)
64 event_pool->device = device;
79 vkDestroyEvent(event_pool->device,
92 vk(ResetEvent(event_pool->device,event_pool->events[ii]));
  /external/skqp/src/compute/skc/platforms/cl_12/
runtime_cl_12.h 32 // state visible to device
42 struct skc_allocator_device device; member in struct:skc_runtime::__anon38840
58 struct skc_config const * config; // FIXME: config will be determined by device with some opportunities to resize
60 struct skc_device * device; // opaque bundle of kernels member in struct:skc_runtime
115 // DEVICE/PIPELINE HANDLE ACQUIRE/RETAIN/RELEASE
156 // DEVICE MEMORY ALLOCATION
  /external/skqp/tests/
LayerDrawLooperTest.cpp 58 FakeDevice device; local
59 SkCanvas canvas(sk_ref_sp(&device));
69 REPORTER_ASSERT(reporter, 10.0f == device.fLastMatrix.getTranslateX());
70 REPORTER_ASSERT(reporter, 20.0f == device.fLastMatrix.getTranslateY());
77 REPORTER_ASSERT(reporter, 0.0f == device.fLastMatrix.getTranslateX());
78 REPORTER_ASSERT(reporter, 0.0f == device.fLastMatrix.getTranslateY());
97 FakeDevice device; local
98 SkCanvas canvas(sk_ref_sp(&device));
108 REPORTER_ASSERT(reporter, 0.0f == device.fLastMatrix.getTranslateX());
109 REPORTER_ASSERT(reporter, 0.0f == device.fLastMatrix.getTranslateY())
136 FakeDevice device; local
    [all...]
  /external/swiftshader/src/D3D8/
Direct3DSurface8.hpp 32 Direct3DSurface8(Direct3DDevice8 *device, Unknown *container, int width, int height, D3DFORMAT format, D3DPOOL pool, D3DMULTISAMPLE_TYPE multiSample, bool lockable, unsigned long usage);
46 long __stdcall GetDevice(IDirect3DDevice8 **device) override;
63 Direct3DDevice8 *const device; member in class:D3D8::Direct3DSurface8
  /external/swiftshader/src/D3D9/
Direct3DVolume9.hpp 33 Direct3DVolume9(Direct3DDevice9 *device, Direct3DVolumeTexture9 *container, int width, int height, int depth, D3DFORMAT format, D3DPOOL pool, unsigned long usage);
50 long __stdcall GetDevice(IDirect3DDevice9 **device) override;
61 Direct3DDevice9 *const device; member in class:D3D9::Direct3DVolume9
  /external/swiftshader/src/OpenGL/libGLESv2/
Query.cpp 65 Device *device = getDevice(); local
68 device->addQuery(mQuery);
73 device->setOcclusionEnabled(true);
76 device->setTransformFeedbackQueryEnabled(true);
90 Device *device = getDevice(); local
93 device->removeQuery(mQuery);
98 device->setOcclusionEnabled(false);
101 device->setTransformFeedbackQueryEnabled(false)
    [all...]
  /external/tensorflow/tensorflow/compiler/jit/
xla_cpu_device.cc 16 // Registers the XLA_CPU device, which is an XlaDevice instantiation that runs
34 std::vector<std::unique_ptr<Device>>* devices) override;
39 std::vector<std::unique_ptr<Device>>* devices) {
66 auto device = absl::make_unique<XlaDevice>(session_options, options); local
68 // Setting GpuDeviceInfo because eager runtime relies on the device
73 Status status = device->UseGpuDeviceInfo();
78 devices->push_back(std::move(device));
xla_gpu_device.cc 16 // Registers the XLA_GPU device, which is an XlaDevice instantiation that runs
32 // Returns a set containing the device ids contained in visible_device_list or
59 std::vector<std::unique_ptr<Device>>* devices) override;
64 std::vector<std::unique_ptr<Device>>* devices) {
79 VLOG(1) << "Failed to create XLA_GPU device: " << platform.status();
102 auto device = absl::make_unique<XlaDevice>(session_options, options); local
104 Status status = device->UseGpuDeviceInfo();
107 " device number ", i);
111 devices->push_back(std::move(device));
  /external/tensorflow/tensorflow/compiler/tf2xla/
tf2xla_supported_ops.cc 35 void PrintSupportedOps(const string& device, const string& regen_run) {
39 XlaOpRegistry::DeviceKernels(device,
45 std::cout << "**Supported operators for device: " << device << "**\n\n"
64 << regen_run << " --device=" << device << "\n```" << std::endl;
74 string device; local
76 {"device", &device,
77 "Name of the compilation device for which to print supported ops,
    [all...]
  /external/tensorflow/tensorflow/core/distributed_runtime/
tensor_coding.h 91 // Return pointer to the device hosting the tensor.
92 DeviceBase* device() const { return device_; } function in class:tensorflow::TensorResponse
worker_cache_partial.cc 48 s = errors::Unavailable("No known remote device: ", device_name);
59 string device; local
61 if (!DeviceNameUtils::SplitDeviceName(device_name, &task, &device)) {
62 s = errors::InvalidArgument("Bad device name to RefreshDeviceStatus: ",
  /external/tensorflow/tensorflow/core/grappler/clusters/
utils.cc 47 DeviceProperties device; local
48 device.set_type("CPU");
50 device.set_vendor(port::CPUVendorIDString());
52 device.set_model(
54 device.set_frequency(port::NominalCPUFrequency() * 1e-6);
55 device.set_num_cores(port::NumSchedulableCPUs());
56 device.set_l1_cache_size(Eigen::l1CacheSize());
57 device.set_l2_cache_size(Eigen::l2CacheSize());
58 device.set_l3_cache_size(Eigen::l3CacheSize());
62 device.set_memory_size(free_mem)
78 DeviceProperties device; local
    [all...]
  /external/tensorflow/tensorflow/core/grappler/optimizers/
evaluation_utils.cc 86 std::unique_ptr<DeviceBase> device; local
88 device.reset(new DeviceSimple());
89 cpu_device = device.get();
97 params.device = cpu_device;
  /external/tensorflow/tensorflow/core/kernels/
diag_op_gpu.cu.cc 61 const GPUDevice& device = context->eigen_device<GPUDevice>(); local
63 GetCudaLaunchConfig(virtual_thread_count, device);
65 device.stream()>>>(diag_config.virtual_thread_count, size,
100 const GPUDevice& device = context->eigen_device<GPUDevice>(); local
103 CudaLaunchConfig diag_config = GetCudaLaunchConfig(size, device);
105 0, device.stream()>>>(diag_config.virtual_thread_count,
  /external/tensorflow/tensorflow/core/profiler/rpc/client/
trace_events_to_json.cc 37 // Adds resource events for a single device.
59 void AddDeviceMetadata(const std::map<uint32, const Device *> &devices,
63 const Device &device = *pair.second; local
64 if (!device.name().empty()) {
69 AppendEscapedName(json, device.name());
76 // Convert to a std::map so that devices are sorted by the device id.
78 for (const auto &pair : device.resources()) {
105 // Convert to a std::map so that devices are sorted by the device id.
106 std::map<uint32, const Device *> sorted_devices
    [all...]
  /external/tinyalsa/
tinypcminfo.c 102 unsigned int device = 0; local
107 fprintf(stderr, "Usage: %s -D card -d device\n", argv[0]);
122 device = atoi(*argv);
128 printf("Info for card %u, device %u:\n", card, device);
138 params = pcm_params_get(card, device, i == 0 ? PCM_OUT : PCM_IN);
140 printf("Device does not exist.\n");
  /external/toybox/toys/other/
lspci.c 42 char *p = toybuf, *vendor = toybuf+9, *device = toybuf+18, local
57 for (fields = (char*[]){"class", "vendor", "device", 0}; *fields; fields++) {
87 if (strstart(&s, vbig ? device : vendor)) {
102 dbig ? dbig : "", device);
110 vbig ? vbig : vendor, dbig ? dbig : device);
nbd_client.c 1 /* nbd-client.c - network block device client
18 usage: nbd-client [-ns] HOST PORT DEVICE
25 usage: nbd-client [-sSpn] [-b BLKSZ] [-t SECS] [-N name] HOST PORT DEVICE
32 -d DEVICE
33 -c DEVICE
44 char *host=toys.optargs[0], *port=toys.optargs[1], *device=toys.optargs[2]; local
49 nbd = xopen(device, O_RDWR);
81 // Open the device to force reread of the partition table.
83 char *s = strrchr(device, '/');
86 sprintf(toybuf, "/sys/block/%.32s/pid", s ? s+1 : device);
    [all...]
  /external/u-boot/include/
bios_emul.h 29 int device; member in struct:__anon47633
  /frameworks/av/camera/ndk/impl/
ACameraCaptureSession.cpp 25 ALOGV("~ACameraCaptureSession: %p notify device end of life", this);
78 ALOGE("Error: Device associated with session %p has been closed!", this);
96 ALOGE("Error: Device associated with session %p has been closed!", this);
113 ALOGE("Error: Device associated with session %p has been closed!", this);
132 ALOGE("Error: Device associated with session %p has been closed!", this);
146 sp<acam::CameraDevice> device = mDevice.promote(); local
147 if (device == nullptr || device->isClosed()) {
148 ALOGW("Device is closed but session %d is not notified", mId);
151 return device;
    [all...]
  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
AudioIODescriptorInterface.h 57 sp<DeviceDescriptor> device; local
65 device = curDevice;
68 return device;
  /cts/hostsidetests/devicepolicy/app/CertInstaller/src/com/android/cts/certinstaller/
CertSelectionDelegateTest.java 85 final UiDevice device = UiDevice.getInstance(getInstrumentation()); local
88 device.waitForIdle();
  /bionic/libc/kernel/uapi/linux/
netrom.h 34 char device[16]; member in struct:nr_route_struct
  /cts/hostsidetests/incident/apps/batterystatsapp/src/com/android/server/cts/device/batterystats/
BatteryStatsAlarmTest.java 16 package com.android.server.cts.device.batterystats;
51 final Intent intent = new Intent("com.android.server.cts.device.batterystats.ALARM");
BatteryStatsBackgroundService.java 17 package com.android.server.cts.device.batterystats;
19 import static com.android.server.cts.device.batterystats.BatteryStatsBgVsFgActions.KEY_ACTION;
20 import static com.android.server.cts.device.batterystats.BatteryStatsBgVsFgActions.KEY_REQUEST_CODE;
21 import static com.android.server.cts.device.batterystats.BatteryStatsBgVsFgActions.doAction;

Completed in 1755 milliseconds

1 2 3 4 56 7 8 91011>>