Home
last modified time | relevance | path

Searched defs:device (Results 251 - 275 of 5175) sorted by relevance

1...<<11121314151617181920>>...207

/third_party/alsa-lib/test/
H A Dpcm_min.c7 static char *device = "default"; /* playback device */ variable
/third_party/gptfdisk/
H A Dcgdisk.cc31 string device = ""; in main() local
/third_party/libinput/src/
H A Dlibinput-private-config.c31 libinput_device_config_gesture_hold_is_available(struct libinput_device *device) in libinput_device_config_gesture_hold_is_available() argument
44 libinput_device_config_gesture_set_hold_enabled(struct libinput_device *device, in libinput_device_config_gesture_set_hold_enabled() argument
60 libinput_device_config_gesture_get_hold_enabled(struct libinput_device *device) in libinput_device_config_gesture_get_hold_enabled() argument
69 libinput_device_config_gesture_get_hold_default_enabled(struct libinput_device *device) libinput_device_config_gesture_get_hold_default_enabled() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/gpu_info_util/
H A DSystemInfo_unittest.cpp107 uint32_t device = 0; in TEST() local
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dcommand_pool.cc22 CommandPool::CommandPool(Device* device) : device_(device) {} in CommandPool() argument
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
H A DBuffer.cpp17 Buffer::Buffer(vk::Device device, vk::DeviceSize size, vk::BufferUsageFlags usage) in Buffer() argument
H A DFramebuffer.hpp33 const vk::Device device; member in Framebuffer
/third_party/skia/third_party/externals/dawn/generator/templates/
H A Dmock_webgpu.cpp43 void ProcTableAsClass::GetProcTableAndDevice(DawnProcTable* table, WGPUDevice* device) { in GetProcTableAndDevice() argument
/third_party/skia/third_party/externals/dawn/src/tests/unittests/native/mocks/
H A DBufferMock.h27 BufferMock(DeviceBase* device, BufferBase::BufferState state) : BufferBase(device, state) { in BufferMock() argument
H A DBindGroupLayoutMock.h27 BindGroupLayoutMock(DeviceBase* device) : BindGroupLayoutBase(device) { in BindGroupLayoutMock() argument
/third_party/skia/third_party/externals/dawn/src/utils/
H A DOpenGLBinding.cpp30 OpenGLBinding(GLFWwindow* window, WGPUDevice device) : BackendBinding(window, device) { in OpenGLBinding() argument
51 BackendBinding* CreateOpenGLBinding(GLFWwindow* window, WGPUDevice device) { in CreateOpenGLBinding() argument
H A DNullBinding.cpp26 NullBinding(GLFWwindow* window, WGPUDevice device) : BackendBinding(window, device) { in NullBinding() argument
43 BackendBinding* CreateNullBinding(GLFWwindow* window, WGPUDevice device) { in CreateNullBinding() argument
/third_party/vulkan-loader/loader/generated/
H A Dvk_dispatch_table_helper.h32 static inline void layer_init_device_dispatch_table(VkDevice device, VkLayerDispatchTable *table, PFN_vkGetDeviceProcAddr gpa) { in layer_init_device_dispatch_table() argument
[all...]
/third_party/vulkan-loader/tests/framework/layer/
H A Dvk_dispatch_table_helper.h32 static inline void layer_init_device_dispatch_table(VkDevice device, VkLayerDispatchTable *table, PFN_vkGetDeviceProcAddr gpa) { in layer_init_device_dispatch_table() argument
[all...]
/kernel/linux/linux-5.10/drivers/crypto/cavium/nitrox/
H A Dnitrox_debugfs.c34 DEFINE_SHOW_ATTRIBUTE(device); variable
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/
H A Dgp100.c29 struct nvkm_device *device = ltc->subdev.device; in gp100_ltc_intr() local
44 struct nvkm_device *device = ltc->subdev.device; in gp100_ltc_oneinit() local
72 gp100_ltc_new(struct nvkm_device *device, int index, struct nvkm_ltc **pltc) in gp100_ltc_new() argument
H A Dgp10b.c30 struct nvkm_device *device = ltc->subdev.device; in gp10b_ltc_init() local
62 gp10b_ltc_new(struct nvkm_device *device, int index, struct nvkm_ltc **pltc) in gp10b_ltc_new() argument
H A Dgm200.c32 struct nvkm_device *device = ltc->subdev.device; in gm200_ltc_oneinit() local
60 gm200_ltc_new(struct nvkm_device *device, int index, struct nvkm_ltc **pltc) in gm200_ltc_new() argument
H A Dgp102.c27 struct nvkm_device *device = ltc->subdev.device; in gp102_ltc_zbc_clear_stencil() local
48 gp102_ltc_new(struct nvkm_device *device, int index, struct nvkm_ltc **pltc) in gp102_ltc_new() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dgf100.c87 gf100_mmu_new(struct nvkm_device *device, int index, struct nvkm_mmu **pmmu) in gf100_mmu_new() argument
H A Dnv44.c34 struct nvkm_device *device = mmu->subdev.device; in nv44_mmu_init() local
65 nv44_mmu_new(struct nvkm_device *device, int index, struct nvkm_mmu **pmmu) nv44_mmu_new() argument
[all...]
H A Dnv50.c74 nv50_mmu_new(struct nvkm_device *device, int index, struct nvkm_mmu **pmmu) in nv50_mmu_new() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/mc/
H A Dnv50.c43 struct nvkm_device *device = mc->subdev.device; in nv50_mc_init() local
58 nv50_mc_new(struct nvkm_device *device, int index, struct nvkm_mc **pmc) in nv50_mc_new() argument
H A Dtu102.c27 struct nvkm_device *device = mc->subdev.device; in tu102_mc_intr_hack() local
52 tu102_mc_new(struct nvkm_device *device, int index, struct nvkm_mc **pmc) in tu102_mc_new() argument
H A Dnv44.c29 struct nvkm_device *device = mc->subdev.device; in nv44_mc_init() local
51 nv44_mc_new(struct nvkm_device *device, int index, struct nvkm_mc **pmc) in nv44_mc_new() argument
[all...]

Completed in 12 milliseconds

1...<<11121314151617181920>>...207