Home
last modified time | relevance | path

Searched defs:device (Results 2051 - 2075 of 5990) sorted by relevance

1...<<81828384858687888990>>...240

/third_party/mesa3d/src/gallium/frontends/nine/
H A Dstateblock9.c111 NineStateBlock9_BindBuffer( struct NineDevice9 *device, in NineStateBlock9_BindBuffer() argument
123 NineStateBlock9_BindTexture( struct NineDevice9 *device, in NineStateBlock9_BindTexture() argument
139 nine_state_copy_common(struct NineDevice9 *device, in nine_state_copy_common() argument
390 nine_state_copy_common_all(struct NineDevice9 *device, struct nine_state *dst, struct nine_state *src, struct nine_state *help, const boolean apply, struct nine_range_pool *pool, const int MaxStreams) nine_state_copy_common_all() argument
538 struct NineDevice9 *device = This->base.device; NineStateBlock9_Capture() local
560 struct NineDevice9 *device = This->base.device; NineStateBlock9_Apply() local
[all...]
H A Dquery9.c97 struct NineDevice9 *device = pParams->device; in NineQuery9_ctor() local
136 struct NineDevice9 *device = This->base.device; in NineQuery9_dtor() local
165 struct NineDevice9 *device = This->base.device; in NineQuery9_Issue() local
208 struct NineDevice9 *device = This->base.device; NineQuery9_GetData() local
[all...]
/third_party/mesa3d/src/gallium/targets/libgl-gdi/tests/
H A Dwgl_tests.cpp224 ComPtr<ID3D12Device5> device; in TEST_F() local
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_csb.h61 struct pvr_device *device; member
H A Dpvr_image.c236 void pvr_GetImageSubresourceLayout(VkDevice device, in pvr_GetImageSubresourceLayout() argument
[all...]
H A Dpvr_job_context.h60 struct pvr_device *device; member
105 struct pvr_device *device; member
137 struct pvr_device *device; member
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_lower_vulkan_resource.c348 void lvp_lower_pipeline_layout(const struct lvp_device *device, in lvp_lower_pipeline_layout() argument
H A Dlvp_pipe_sync.c53 struct lvp_device *device = container_of(vk_device, struct lvp_device, vk); in lvp_pipe_sync_finish() local
64 lvp_pipe_sync_signal_with_fence(struct lvp_device *device, in lvp_pipe_sync_signal_with_fence() argument
81 struct lvp_device *device = container_of(vk_device, struct lvp_device, vk); in lvp_pipe_sync_signal() local
99 struct lvp_device *device in lvp_pipe_sync_reset() local
118 struct lvp_device *device = container_of(vk_device, struct lvp_device, vk); lvp_pipe_sync_move() local
143 lvp_pipe_sync_wait_locked(struct lvp_device *device, struct lvp_pipe_sync *sync, uint64_t wait_value, enum vk_sync_wait_flags wait_flags, uint64_t abs_timeout_ns) lvp_pipe_sync_wait_locked() argument
229 struct lvp_device *device = container_of(vk_device, struct lvp_device, vk); lvp_pipe_sync_wait() local
[all...]
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_vdpau.c65 uint32_t device = (uintptr_t)ctx->vdpDevice; in st_vdpau_video_surface_gallium() local
97 uint32_t device = (uintptr_t)ctx->vdpDevice; in st_vdpau_output_surface_gallium() local
150 uint32_t device = (uintptr_t)ctx->vdpDevice; in st_vdpau_output_surface_dma_buf() local
170 uint32_t device = (uintptr_t)ctx->vdpDevice; st_vdpau_video_surface_dma_buf() local
[all...]
/third_party/mesa3d/src/intel/vulkan/
H A Danv_bo_sync.c40 struct anv_device *device = container_of(vk_device, struct anv_device, vk); in anv_bo_sync_init() local
57 struct anv_device *device = container_of(vk_device, struct anv_device, vk); in anv_bo_sync_finish() local
106 struct anv_device *device = container_of(vk_device, struct anv_device, vk); in anv_bo_sync_wait() local
216 anv_create_sync_for_memory(struct vk_device *device, VkDeviceMemory memory, bool signal_memory, struct vk_sync **sync_out) anv_create_sync_for_memory() argument
[all...]
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_image.c192 panvk_CreateImage(VkDevice device, in panvk_CreateImage() argument
286 panvk_GetImageDrmFormatModifierPropertiesEXT(VkDevice device, VkImage _image, VkImageDrmFormatModifierPropertiesEXT *pProperties) panvk_GetImageDrmFormatModifierPropertiesEXT() argument
[all...]
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_query_pool.c20 vn_CreateQueryPool(VkDevice device, in vn_CreateQueryPool() argument
69 vn_DestroyQueryPool(VkDevice device, in vn_DestroyQueryPool() argument
90 vn_ResetQueryPool(VkDevice device, in vn_ResetQueryPool() argument
103 vn_GetQueryPoolResults(VkDevice device, in vn_GetQueryPoolResults() argument
[all...]
H A Dvn_feedback.h15 struct vn_device *device; member
H A Dvn_render_pass.c142 vn_CreateRenderPass(VkDevice device, in vn_CreateRenderPass() argument
192 vn_CreateRenderPass2(VkDevice device, in vn_CreateRenderPass2() argument
242 vn_DestroyRenderPass(VkDevice device, in vn_DestroyRenderPass() argument
261 vn_GetRenderAreaGranularity(VkDevice device, in vn_GetRenderAreaGranularity() argument
279 vn_CreateFramebuffer(VkDevice device, const VkFramebufferCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkFramebuffer *pFramebuffer) vn_CreateFramebuffer() argument
317 vn_DestroyFramebuffer(VkDevice device, VkFramebuffer framebuffer, const VkAllocationCallbacks *pAllocator) vn_DestroyFramebuffer() argument
[all...]
/third_party/mesa3d/src/vulkan/device-select-layer/
H A Ddevice_select_wayland.c39 device_select_drm_handle_device(void *data, struct wl_drm *drm, const char *device) in device_select_drm_handle_device() argument
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_device.h274 vk_device_set_drm_fd(struct vk_device *device, int drm_fd) vk_device_set_drm_fd() argument
298 vk_device_supports_threaded_submit(const struct vk_device *device) vk_device_supports_threaded_submit() argument
317 vk_device_is_lost_no_report(struct vk_device *device) vk_device_is_lost_no_report() argument
323 vk_device_is_lost(struct vk_device *device) vk_device_is_lost() argument
332 vk_device_check_status(struct vk_device *device) vk_device_check_status() argument
[all...]
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_query.c65 struct dzn_device *device = container_of(qpool->base.device, struct dzn_device, vk); in dzn_query_pool_destroy() local
90 dzn_query_pool_create(struct dzn_device *device, in dzn_query_pool_create() argument
208 dzn_CreateQueryPool(VkDevice device, const VkQueryPoolCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkQueryPool *pQueryPool) dzn_CreateQueryPool() argument
218 dzn_DestroyQueryPool(VkDevice device, VkQueryPool queryPool, const VkAllocationCallbacks *pAllocator) dzn_DestroyQueryPool() argument
226 dzn_ResetQueryPool(VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount) dzn_ResetQueryPool() argument
252 dzn_GetQueryPoolResults(VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount, size_t dataSize, void *pData, VkDeviceSize stride, VkQueryResultFlags flags) dzn_GetQueryPoolResults() argument
[all...]
H A Ddzn_sync.c39 dzn_sync_init(struct vk_device *device, in dzn_sync_init() argument
58 dzn_sync_finish(struct vk_device *device, in dzn_sync_finish() argument
67 dzn_sync_signal(struct vk_device *device, in dzn_sync_signal() argument
83 dzn_sync_get_value(struct vk_device *device, in dzn_sync_get_value() argument
94 dzn_sync_reset(struct vk_device *device, in dzn_sync_reset() argument
106 dzn_sync_move(struct vk_device *device, in dzn_sync_move() argument
128 dzn_sync_wait(struct vk_device *device, uint32_t wait_count, const struct vk_sync_wait *waits, enum vk_sync_wait_flags wait_flags, uint64_t abs_timeout_ns) dzn_sync_wait() argument
[all...]
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_sampler_ycbcr_conversion.h81 static inline size_t vn_sizeof_vkCreateSamplerYcbcrConversion(VkDevice device, const VkSamplerYcbcrConversionCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion) in vn_sizeof_vkCreateSamplerYcbcrConversion() argument
101 static inline void vn_encode_vkCreateSamplerYcbcrConversion(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, const VkSamplerYcbcrConversionCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion) in vn_encode_vkCreateSamplerYcbcrConversion() argument
117 static inline size_t vn_sizeof_vkCreateSamplerYcbcrConversion_reply(VkDevice device, const VkSamplerYcbcrConversionCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion) in vn_sizeof_vkCreateSamplerYcbcrConversion_reply() argument
134 static inline VkResult vn_decode_vkCreateSamplerYcbcrConversion_reply(struct vn_cs_decoder *dec, VkDevice device, const VkSamplerYcbcrConversionCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion) in vn_decode_vkCreateSamplerYcbcrConversion_reply() argument
154 static inline size_t vn_sizeof_vkDestroySamplerYcbcrConversion(VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, const VkAllocationCallbacks* pAllocator) in vn_sizeof_vkDestroySamplerYcbcrConversion() argument
169 vn_encode_vkDestroySamplerYcbcrConversion(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, const VkAllocationCallbacks* pAllocator) vn_encode_vkDestroySamplerYcbcrConversion() argument
182 vn_sizeof_vkDestroySamplerYcbcrConversion_reply(VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, const VkAllocationCallbacks* pAllocator) vn_sizeof_vkDestroySamplerYcbcrConversion_reply() argument
194 vn_decode_vkDestroySamplerYcbcrConversion_reply(struct vn_cs_decoder *dec, VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, const VkAllocationCallbacks* pAllocator) vn_decode_vkDestroySamplerYcbcrConversion_reply() argument
205 vn_submit_vkCreateSamplerYcbcrConversion(struct vn_instance *vn_instance, VkCommandFlagsEXT cmd_flags, VkDevice device, const VkSamplerYcbcrConversionCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion, struct vn_instance_submit_command *submit) vn_submit_vkCreateSamplerYcbcrConversion() argument
226 vn_submit_vkDestroySamplerYcbcrConversion(struct vn_instance *vn_instance, VkCommandFlagsEXT cmd_flags, VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, const VkAllocationCallbacks* pAllocator, struct vn_instance_submit_command *submit) vn_submit_vkDestroySamplerYcbcrConversion() argument
247 vn_call_vkCreateSamplerYcbcrConversion(struct vn_instance *vn_instance, VkDevice device, const VkSamplerYcbcrConversionCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion) vn_call_vkCreateSamplerYcbcrConversion() argument
263 vn_async_vkCreateSamplerYcbcrConversion(struct vn_instance *vn_instance, VkDevice device, const VkSamplerYcbcrConversionCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion) vn_async_vkCreateSamplerYcbcrConversion() argument
269 vn_call_vkDestroySamplerYcbcrConversion(struct vn_instance *vn_instance, VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, const VkAllocationCallbacks* pAllocator) vn_call_vkDestroySamplerYcbcrConversion() argument
282 vn_async_vkDestroySamplerYcbcrConversion(struct vn_instance *vn_instance, VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, const VkAllocationCallbacks* pAllocator) vn_async_vkDestroySamplerYcbcrConversion() argument
[all...]
H A Dvn_protocol_driver_shader_module.h81 static inline size_t vn_sizeof_vkCreateShaderModule(VkDevice device, const VkShaderModuleCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkShaderModule* pShaderModule) in vn_sizeof_vkCreateShaderModule() argument
101 static inline void vn_encode_vkCreateShaderModule(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, const VkShaderModuleCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkShaderModule* pShaderModule) in vn_encode_vkCreateShaderModule() argument
117 static inline size_t vn_sizeof_vkCreateShaderModule_reply(VkDevice device, const VkShaderModuleCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkShaderModule* pShaderModule) in vn_sizeof_vkCreateShaderModule_reply() argument
134 static inline VkResult vn_decode_vkCreateShaderModule_reply(struct vn_cs_decoder *dec, VkDevice device, const VkShaderModuleCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkShaderModule* pShaderModule) in vn_decode_vkCreateShaderModule_reply() argument
154 static inline size_t vn_sizeof_vkDestroyShaderModule(VkDevice device, VkShaderModule shaderModule, const VkAllocationCallbacks* pAllocator) in vn_sizeof_vkDestroyShaderModule() argument
169 vn_encode_vkDestroyShaderModule(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, VkShaderModule shaderModule, const VkAllocationCallbacks* pAllocator) vn_encode_vkDestroyShaderModule() argument
182 vn_sizeof_vkDestroyShaderModule_reply(VkDevice device, VkShaderModule shaderModule, const VkAllocationCallbacks* pAllocator) vn_sizeof_vkDestroyShaderModule_reply() argument
194 vn_decode_vkDestroyShaderModule_reply(struct vn_cs_decoder *dec, VkDevice device, VkShaderModule shaderModule, const VkAllocationCallbacks* pAllocator) vn_decode_vkDestroyShaderModule_reply() argument
205 vn_submit_vkCreateShaderModule(struct vn_instance *vn_instance, VkCommandFlagsEXT cmd_flags, VkDevice device, const VkShaderModuleCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkShaderModule* pShaderModule, struct vn_instance_submit_command *submit) vn_submit_vkCreateShaderModule() argument
226 vn_submit_vkDestroyShaderModule(struct vn_instance *vn_instance, VkCommandFlagsEXT cmd_flags, VkDevice device, VkShaderModule shaderModule, const VkAllocationCallbacks* pAllocator, struct vn_instance_submit_command *submit) vn_submit_vkDestroyShaderModule() argument
247 vn_call_vkCreateShaderModule(struct vn_instance *vn_instance, VkDevice device, const VkShaderModuleCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkShaderModule* pShaderModule) vn_call_vkCreateShaderModule() argument
263 vn_async_vkCreateShaderModule(struct vn_instance *vn_instance, VkDevice device, const VkShaderModuleCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkShaderModule* pShaderModule) vn_async_vkCreateShaderModule() argument
269 vn_call_vkDestroyShaderModule(struct vn_instance *vn_instance, VkDevice device, VkShaderModule shaderModule, const VkAllocationCallbacks* pAllocator) vn_call_vkDestroyShaderModule() argument
282 vn_async_vkDestroyShaderModule(struct vn_instance *vn_instance, VkDevice device, VkShaderModule shaderModule, const VkAllocationCallbacks* pAllocator) vn_async_vkDestroyShaderModule() argument
[all...]
/third_party/libinput/test/
H A Dtest-udev.c183 struct libinput_device *device; in START_TEST() local
225 struct libinput_device *device; in START_TEST() local
466 struct libinput_device *device; START_TEST() local
505 struct libinput_device *device; START_TEST() local
579 struct libinput_device *device; START_TEST() local
602 struct libinput_device *device; START_TEST() local
633 struct libinput_device *device; START_TEST() local
[all...]
H A Dtest-keyboard.c267 struct libinput_device *device = dev->libinput_device; in START_TEST() local
286 struct libinput_device *device = dev->libinput_device; in START_TEST() local
425 struct libinput_device *device = dev->libinput_device; START_TEST() local
454 struct libinput_device *device = dev->libinput_device; START_TEST() local
[all...]
/third_party/libinput/src/
H A Devdev-mt-touchpad-thumb.c386 struct evdev_device *device = tp->device; in tp_init_thumb() local
[all...]
/third_party/libinput/tools/
H A Dlibinput-quirks.c98 struct udev_device *device = NULL; in main() local
/third_party/ltp/testcases/kernel/syscalls/mknod/
H A Dmknod07.c66 static const char *device; variable
[all...]

Completed in 14 milliseconds

1...<<81828384858687888990>>...240