Home
last modified time | relevance | path

Searched defs:device (Results 751 - 775 of 5270) sorted by relevance

1...<<31323334353637383940>>...211

/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dvx_image.c33 pack_texture_shader_state_helper(struct v3dv_device *device, in pack_texture_shader_state_helper() argument
126 v3dX(pack_texture_shader_state)(struct v3dv_device *device, in pack_texture_shader_state() argument
135 v3dX(pack_texture_shader_state_from_buffer_view)(struct v3dv_device *device, in pack_texture_shader_state_from_buffer_view() argument
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_wsi.h54 struct lvp_device *device; member
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Ddevice.hpp43 class device : public ref_counter, public _cl_device_id { class
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_bo.c72 VkResult pvr_bo_alloc(struct pvr_device *device, in pvr_bo_alloc() argument
153 pvr_bo_cpu_map(struct pvr_device *device, struct pvr_bo *pvr_bo) pvr_bo_cpu_map() argument
172 pvr_bo_cpu_unmap(struct pvr_device *device, struct pvr_bo *pvr_bo) pvr_bo_cpu_unmap() argument
186 pvr_bo_free(struct pvr_device *device, struct pvr_bo *pvr_bo) pvr_bo_free() argument
[all...]
H A Dpvr_hw_pass.c30 void pvr_destroy_renderpass_hwsetup(struct pvr_device *device, in pvr_destroy_renderpass_hwsetup() argument
37 pvr_create_renderpass_hwsetup(struct pvr_device *device, in pvr_create_renderpass_hwsetup() argument
H A Dpvr_job_compute.c95 struct pvr_device *device = ctx->device; in pvr_compute_job_submit() local
/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
/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

Completed in 8 milliseconds

1...<<31323334353637383940>>...211