Home
last modified time | relevance | path

Searched defs:device (Results 851 - 875 of 5990) sorted by relevance

1...<<31323334353637383940>>...240

/third_party/ntfs-3g/ntfsprogs/
H A Dntfscat.h32 char *device; /* Device/File to work with */ member
H A Dntfsmove.h34 char *device; /* Device/File to work with */ member
/third_party/mesa3d/src/intel/vulkan/
H A Danv_android_stubs.c27 anv_image_init_from_gralloc(struct anv_device *device, in anv_image_init_from_gralloc() argument
35 VkResult anv_image_bind_from_gralloc(struct anv_device *device, in anv_image_bind_from_gralloc() argument
H A Danv_wsi.c95 struct anv_device *device = queue->device; in anv_QueuePresentKHR() local
[all...]
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_deferred_operation.c67 vk_common_GetDeferredOperationMaxConcurrencyKHR(UNUSED VkDevice device, in vk_common_GetDeferredOperationMaxConcurrencyKHR() argument
74 vk_common_GetDeferredOperationResultKHR(UNUSED VkDevice device, in vk_common_GetDeferredOperationResultKHR() argument
81 vk_common_DeferredOperationJoinKHR(UNUSED VkDevice device, in vk_common_DeferredOperationJoinKHR() argument
H A Dvk_descriptor_set_layout.c31 vk_descriptor_set_layout_init(struct vk_device *device, in vk_descriptor_set_layout_init() argument
41 vk_descriptor_set_layout_zalloc(struct vk_device *device, size_t size) in vk_descriptor_set_layout_zalloc() argument
58 vk_descriptor_set_layout_multizalloc(struct vk_device *device, in vk_descriptor_set_layout_multizalloc() argument
[all...]
H A Dvk_pipeline_layout.c35 vk_pipeline_layout_init(struct vk_device *device, in vk_pipeline_layout_init() argument
61 vk_pipeline_layout_zalloc(struct vk_device *device, size_t size, in vk_pipeline_layout_zalloc() argument
78 vk_pipeline_layout_multizalloc(struct vk_device *device, in vk_pipeline_layout_multizalloc() argument
113 vk_pipeline_layout_destroy(struct vk_device *device, struct vk_pipeline_layout *layout) vk_pipeline_layout_destroy() argument
[all...]
H A Dvk_pipeline_layout.h100 vk_pipeline_layout_unref(struct vk_device *device, in vk_pipeline_layout_unref() argument
H A Dvk_sync_dummy.c27 vk_sync_dummy_init(struct vk_device *device, in vk_sync_dummy_init() argument
35 vk_sync_dummy_finish(struct vk_device *device, in vk_sync_dummy_finish() argument
40 vk_sync_dummy_wait_many(struct vk_device *device, in vk_sync_dummy_wait_many() argument
/third_party/ltp/testcases/kernel/syscalls/mount/
H A Dmount04.c39 static const char *device; variable
H A Dmount01.c39 static const char *device; variable
/third_party/ltp/testcases/lib/
H A Dtst_device.c30 const char *device; in acquire_device() local
[all...]
/third_party/libinput/test/
H A Dtest-trackball.c38 struct libinput_device *device = dev->libinput_device; in START_TEST() local
53 struct libinput_device *device = dev->libinput_device; in START_TEST() local
68 struct libinput_device *device = dev->libinput_device; in START_TEST() local
94 struct libinput_device *device = dev->libinput_device; START_TEST() local
111 struct libinput_device *device = dev->libinput_device; START_TEST() local
129 struct libinput_device *device = dev->libinput_device; START_TEST() local
179 struct libinput_device *device = dev->libinput_device; START_TEST() local
229 struct libinput_device *device = dev->libinput_device; START_TEST() local
[all...]
/third_party/libinput/udev/
H A Dlibinput-fuzz-to-zero.c36 reset_absfuzz_to_zero(struct udev_device *device) in reset_absfuzz_to_zero() argument
84 struct udev_device *device = NULL; in main() local
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkShaderObjectUtil.cpp32 inline Move<VkShaderEXT> createShader(const DeviceInterface& vk, VkDevice device, const vk::VkShaderCreateInfoEXT& shaderCreateInfo) in createShader() argument
H A DvkImageWithMemory.hpp38 ImageWithMemory(const vk::DeviceInterface& vk, const vk::VkDevice device, vk::Allocator& allocator, const vk::VkImageCreateInfo& imageCreateInfo, const vk::MemoryRequirement memoryRequirement) ImageWithMemory() argument
H A DvkObjUtil.hpp228 makeBuffer(const DeviceInterface& vk, const VkDevice device, const VkDeviceSize bufferSize, const VkBufferUsageFlags usage) makeBuffer() argument
237 makeBuffer(const vk::DeviceInterface& vk, const vk::VkDevice device, const vk::VkBufferCreateInfo& createInfo) makeBuffer() argument
244 makeImage(const DeviceInterface& vk, const VkDevice device, const VkImageCreateInfo& createInfo) makeImage() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/
H A DvktAmberHelper.cpp31 GetVulkanConfig(void* instance, void* physicalDevice, void* device, const void* features, const void* features2, const std::vector<std::string>& instance_extensions, const std::vector<std::string>& device_extensions, deUint32 queueIdx, void* queue, void* getInstanceProcAddr) GetVulkanConfig() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMakeUtil.cpp38 Move<VkCommandBuffer> makeCommandBuffer (const DeviceInterface& vk, const VkDevice device, const VkCommandPool commandPool) in makeCommandBuffer() argument
43 MovePtr<Allocation> bindImageDedicated (const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice physDevice, const VkDevice device, const VkImage image, const MemoryRequirement requirement) in bindImageDedicated() argument
50 MovePtr<Allocation> bindBufferDedicated (const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice physDevice, const VkDevice device, const VkBuffer buffer, const MemoryRequirement requirement) in bindBufferDedicated() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/amber/
H A DvktAmberHelper.cpp31 GetVulkanConfig(void* instance, void* physicalDevice, void* device, const void* features, const void* features2, const std::vector<std::string>& instance_extensions, const std::vector<std::string>& device_extensions, deUint32 queueIdx, void* queue, void* getInstanceProcAddr) GetVulkanConfig() argument
/third_party/skia/third_party/externals/angle2/src/gpu_info_util/
H A DSystemInfo_win.cpp70 GPUDeviceInfo device; in GetDevicesFromDXGI() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DTrim11.cpp48 ID3D11Device *device = mRenderer->getDevice(); in trim() local
/third_party/vk-gl-cts/external/amber/src/include/amber/
H A Damber_vulkan.h62 VkDevice device; member
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dcompute_pipeline.cc23 ComputePipeline( Device* device, uint32_t fence_timeout_ms, const std::vector<VkPipelineShaderStageCreateInfo>& shader_stage_info) ComputePipeline() argument
H A Dpush_constant.cc28 PushConstant::PushConstant(Device* device) in PushConstant() argument

Completed in 8 milliseconds

1...<<31323334353637383940>>...240