Home
last modified time | relevance | path

Searched defs:device (Results 1126 - 1150 of 2381) sorted by relevance

1...<<41424344454647484950>>...96

/third_party/alsa-lib/src/
H A Dconfmisc.c1070 long card, device, subdevice = 0; in snd_func_pcm_id() local
[all...]
/third_party/alsa-lib/src/timer/
H A Dtimer_query.c555 void snd_timer_id_set_device(snd_timer_id_t * tid, int device) in snd_timer_id_set_device() argument
[all...]
/third_party/alsa-lib/src/control/
H A Dnamehint.c42 int device; member
116 static int get_dev_name1(struct hint_list *list, char **res, int device, in get_dev_name1() argument
173 int device; get_dev_name() local
455 int device, max_device = 0; add_card() local
[all...]
/third_party/alsa-lib/test/
H A Dpcm.c21 static char *device = "plughw:0,0"; /* playback device */ variable
[all...]
/third_party/gptfdisk/
H A Dgpt.h68 std::string device; // device filename member in GPTData
/third_party/libsnd/programs/
H A Dsndfile-play.c149 { const char * device = "default" ; in alsa_open() local
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_cs.h81 struct tu_device *device; member
H A Dtu_descriptor_set.h208 tu_descriptor_set_layout_unref(struct tu_device *device, in tu_descriptor_set_layout_unref() argument
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta.c421 struct radv_device *device = _device; in meta_alloc() local
430 struct radv_device *device = _device; in meta_realloc() local
438 struct radv_device *device = _device; in meta_free() local
473 radv_load_meta_pipeline(struct radv_device *device) in radv_load_meta_pipeline() argument
506 radv_store_meta_pipeline(struct radv_device *device) radv_store_meta_pipeline() argument
549 radv_device_init_meta(struct radv_device *device) radv_device_init_meta() argument
682 radv_device_finish_meta(struct radv_device *device) radv_device_finish_meta() argument
[all...]
H A Dradv_meta_buffer.c71 radv_device_init_meta_buffer_state(struct radv_device *device) in radv_device_init_meta_buffer_state() argument
157 radv_device_finish_meta_buffer_state(struct radv_device *device) radv_device_finish_meta_buffer_state() argument
172 struct radv_device *device = cmd_buffer->device; fill_buffer_shader() local
203 struct radv_device *device = cmd_buffer->device; copy_buffer_shader() local
231 radv_prefer_compute_dma(const struct radv_device *device, uint64_t size, struct radeon_winsys_bo *src_bo, struct radeon_winsys_bo *dst_bo) radv_prefer_compute_dma() argument
[all...]
H A Dradv_shader_info.c457 radv_nir_shader_info_pass(struct radv_device *device, const struct nir_shader *nir, in radv_nir_shader_info_pass() argument
H A Dradv_sqtt.c39 radv_se_is_disabled(struct radv_device *device, unsigned se) in radv_se_is_disabled() argument
46 gfx10_get_thread_trace_ctrl(struct radv_device *device, bool enable) in gfx10_get_thread_trace_ctrl() argument
64 radv_emit_wait_for_idle(struct radv_device *device, struct radeon_cmdbuf *cs, int family) in radv_emit_wait_for_idle() argument
79 radv_emit_thread_trace_start(struct radv_device *device, struct radeon_cmdbuf *cs, in radv_emit_thread_trace_start() argument
225 radv_copy_thread_trace_info_regs(struct radv_device *device, struct radeon_cmdbuf *cs, unsigned se_index) radv_copy_thread_trace_info_regs() argument
256 radv_emit_thread_trace_stop(struct radv_device *device, struct radeon_cmdbuf *cs, enum radv_queue_family qf) radv_emit_thread_trace_stop() argument
341 struct radv_device *device = cmd_buffer->device; radv_emit_thread_trace_userdata() local
368 radv_emit_spi_config_cntl(struct radv_device *device, struct radeon_cmdbuf *cs, bool enable) radv_emit_spi_config_cntl() argument
388 radv_emit_inhibit_clockgating(struct radv_device *device, struct radeon_cmdbuf *cs, bool inhibit) radv_emit_inhibit_clockgating() argument
403 radv_thread_trace_init_bo(struct radv_device *device) radv_thread_trace_init_bo() argument
441 radv_thread_trace_finish_bo(struct radv_device *device) radv_thread_trace_finish_bo() argument
452 radv_thread_trace_init(struct radv_device *device) radv_thread_trace_init() argument
484 radv_thread_trace_finish(struct radv_device *device) radv_thread_trace_finish() argument
511 radv_thread_trace_resize_bo(struct radv_device *device) radv_thread_trace_resize_bo() argument
531 struct radv_device *device = queue->device; radv_begin_thread_trace() local
600 struct radv_device *device = queue->device; radv_end_thread_trace() local
662 struct radv_device *device = queue->device; radv_get_thread_trace() local
[all...]
H A Dradv_meta_fast_clear.c79 create_dcc_compress_compute(struct radv_device *device) in create_dcc_compress_compute() argument
151 create_pipeline_layout(struct radv_device *device, VkPipelineLayout *layout) create_pipeline_layout() argument
166 create_pipeline(struct radv_device *device, VkShaderModule vs_module_h, VkPipelineLayout layout) create_pipeline() argument
390 radv_device_finish_meta_fast_clear_flush_state(struct radv_device *device) radv_device_finish_meta_fast_clear_flush_state() argument
414 radv_device_init_meta_fast_clear_flush_state_internal(struct radv_device *device) radv_device_init_meta_fast_clear_flush_state_internal() argument
452 radv_device_init_meta_fast_clear_flush_state(struct radv_device *device, bool on_demand) radv_device_init_meta_fast_clear_flush_state() argument
480 struct radv_device *device = cmd_buffer->device; radv_process_color_image_layer() local
544 struct radv_device *device = cmd_buffer->device; radv_process_color_image() local
720 struct radv_device *device = cmd_buffer->device; radv_decompress_dcc_compute() local
[all...]
H A Dradv_meta_decompress.c80 create_expand_depth_stencil_compute(struct radv_device *device) in create_expand_depth_stencil_compute() argument
152 create_pipeline_layout(struct radv_device *device, VkPipelineLayout *layout) create_pipeline_layout() argument
167 create_pipeline(struct radv_device *device, uint32_t samples, VkPipelineLayout layout, enum radv_depth_op op, VkPipeline *pipeline) create_pipeline() argument
305 radv_device_finish_meta_depth_decomp_state(struct radv_device *device) radv_device_finish_meta_depth_decomp_state() argument
328 radv_device_init_meta_depth_decomp_state(struct radv_device *device, bool on_demand) radv_device_init_meta_depth_decomp_state() argument
402 struct radv_device *device = cmd_buffer->device; radv_process_depth_image_layer() local
534 struct radv_device *device = cmd_buffer->device; radv_expand_depth_stencil_compute() local
[all...]
H A Dradv_pipeline_cache.c66 radv_is_cache_disabled(struct radv_device *device) in radv_is_cache_disabled() argument
76 radv_pipeline_cache_init(struct radv_pipeline_cache *cache, struct radv_device *device) in radv_pipeline_cache_init() argument
313 radv_create_shaders_from_pipeline_cache( struct radv_device *device, struct radv_pipeline_cache *cache, const unsigned char *sha1, struct radv_pipeline *pipeline, struct radv_pipeline_shader_stack_size **stack_sizes, uint32_t *num_stack_sizes, bool *found_in_application_cache) radv_create_shaders_from_pipeline_cache() argument
445 radv_pipeline_cache_insert_shaders(struct radv_device *device, struct radv_pipeline_cache *cache, const unsigned char *sha1, struct radv_pipeline *pipeline, struct radv_shader_binary *const *binaries, const struct radv_pipeline_shader_stack_size *stack_sizes, uint32_t num_stack_sizes) radv_pipeline_cache_insert_shaders() argument
567 struct radv_device *device = cache->device; radv_pipeline_cache_load() local
[all...]
H A Dradv_meta_resolve.c50 create_pipeline(struct radv_device *device, VkShaderModule vs_module_h, VkFormat format, in create_pipeline() argument
189 radv_device_finish_meta_resolve_state(struct radv_device *device) radv_device_finish_meta_resolve_state() argument
202 radv_device_init_meta_resolve_state(struct radv_device *device, bool on_demand) radv_device_init_meta_resolve_state() argument
237 struct radv_device *device = cmd_buffer->device; emit_resolve() local
275 image_hw_resolve_compat(const struct radv_device *device, struct radv_image *src_image, struct radv_image *dst_image) image_hw_resolve_compat() argument
288 radv_pick_resolve_method_images(struct radv_device *device, struct radv_image *src_image, VkFormat src_format, struct radv_image *dest_image, unsigned dest_level, VkImageLayout dest_image_layout, bool dest_render_loop, struct radv_cmd_buffer *cmd_buffer, enum radv_resolve_method *method) radv_pick_resolve_method_images() argument
330 build_resolve_pipeline(struct radv_device *device, unsigned fs_key) build_resolve_pipeline() argument
359 struct radv_device *device = cmd_buffer->device; radv_meta_resolve_hardware_image() local
[all...]
H A Dradv_nir_apply_pipeline_layout.c527 radv_nir_apply_pipeline_layout(nir_shader *shader, struct radv_device *device, in radv_nir_apply_pipeline_layout() argument
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_formats.c33 v3dv_get_format_swizzle(struct v3dv_device *device, VkFormat f) in v3dv_get_format_swizzle() argument
103 v3dv_get_compatible_tfu_format(struct v3dv_device *device, in v3dv_get_compatible_tfu_format() argument
259 v3dv_buffer_format_supports_features(struct v3dv_device *device, in v3dv_buffer_format_supports_features() argument
H A Dv3dv_image.c246 create_image(struct v3dv_device *device, in create_image() argument
365 create_image_from_swapchain(struct v3dv_device *device, const VkImageCreateInfo *pCreateInfo, const VkImageSwapchainCreateInfoKHR *swapchain_info, const VkAllocationCallbacks *pAllocator, VkImage *pImage) create_image_from_swapchain() argument
429 v3dv_GetImageSubresourceLayout(VkDevice device, VkImage _image, const VkImageSubresource *subresource, VkSubresourceLayout *layout) v3dv_GetImageSubresourceLayout() argument
496 create_image_view(struct v3dv_device *device, bool driver_internal, const VkImageViewCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkImageView *pView) create_image_view() argument
567 v3dv_create_image_view(struct v3dv_device *device, const VkImageViewCreateInfo *pCreateInfo, VkImageView *pView) v3dv_create_image_view() argument
[all...]
/third_party/ltp/lib/
H A Dtst_device.c338 const char *device; in tst_acquire_device_() local
[all...]
/third_party/ltp/testcases/kernel/device-drivers/acpi/
H A Dltp_acpi_cmds.c127 struct acpi_device *device; in get_sysfs_path() local
395 struct acpi_device *device; acpi_test_bus() local
[all...]
/third_party/mesa3d/src/gallium/frontends/vdpau/
H A Dmixer.c41 vlVdpVideoMixerCreate(VdpDevice device, in vlVdpVideoMixerCreate() argument
[all...]
H A Doutput.c47 vlVdpOutputSurfaceCreate(VdpDevice device, in vlVdpOutputSurfaceCreate() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_descriptor_set.c304 lvp_descriptor_set_create(struct lvp_device *device, struct lvp_descriptor_set_layout *layout, struct lvp_descriptor_set **out_set) lvp_descriptor_set_create() argument
351 lvp_descriptor_set_destroy(struct lvp_device *device, struct lvp_descriptor_set *set) lvp_descriptor_set_destroy() argument
566 lvp_reset_descriptor_pool(struct lvp_device *device, struct lvp_descriptor_pool *pool) lvp_reset_descriptor_pool() argument
605 lvp_GetDescriptorSetLayoutSupport(VkDevice device, const VkDescriptorSetLayoutCreateInfo* pCreateInfo, VkDescriptorSetLayoutSupport* pSupport) lvp_GetDescriptorSetLayoutSupport() argument
652 lvp_descriptor_template_destroy(struct lvp_device *device, struct lvp_descriptor_update_template *templ) lvp_descriptor_template_destroy() argument
[all...]
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsls.c109 char *device; /* Device/File to work with */ member

Completed in 21 milliseconds

1...<<41424344454647484950>>...96