Home
last modified time | relevance | path

Searched defs:pdev (Results 1 – 25 of 134) sorted by relevance

123456

/third_party/mesa3d/src/amd/vulkan/
Dradv_physical_device.c55 radv_perf_query_supported(const struct radv_physical_device *pdev) in radv_perf_query_supported()
65 radv_taskmesh_enabled(const struct radv_physical_device *pdev) in radv_taskmesh_enabled()
77 radv_transfer_queue_enabled(const struct radv_physical_device *pdev) in radv_transfer_queue_enabled()
90 radv_vrs_attachment_enabled(const struct radv_physical_device *pdev) in radv_vrs_attachment_enabled()
97 radv_calibrated_timestamps_enabled(const struct radv_physical_device *pdev) in radv_calibrated_timestamps_enabled()
103 radv_filter_minmax_enabled(const struct radv_physical_device *pdev) in radv_filter_minmax_enabled()
112 radv_cooperative_matrix_enabled(const struct radv_physical_device *pdev) in radv_cooperative_matrix_enabled()
121 radv_enable_rt(const struct radv_physical_device *pdev) in radv_enable_rt()
133 radv_emulate_rt(const struct radv_physical_device *pdev) in radv_emulate_rt()
140 radv_get_conformance_version(const struct radv_physical_device *pdev) in radv_get_conformance_version()
[all …]
Dradv_image.c40 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_choose_tiling() local
73 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_use_tc_compat_htile_for_image() local
120 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_surface_has_scanout() local
137 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_image_use_fast_clear_for_image_early() local
158 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_image_use_fast_clear_for_image() local
173 radv_are_formats_dcc_compatible(const struct radv_physical_device *pdev, const void *pNext, VkForma… in radv_are_formats_dcc_compatible()
242 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_use_dcc_for_image_early() local
344 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_image_use_dcc_image_stores() local
362 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_use_fmask_for_image() local
379 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_use_htile_for_image() local
[all …]
Dradv_wsi.c41 struct radv_physical_device *pdev = radv_device_physical(device); in radv_wsi_get_prime_blit_queue() local
71 radv_init_wsi(struct radv_physical_device *pdev) in radv_init_wsi()
93 radv_finish_wsi(struct radv_physical_device *pdev) in radv_finish_wsi()
Dradv_formats.c55 radv_translate_tex_dataformat(const struct radv_physical_device *pdev, const struct util_format_des… in radv_translate_tex_dataformat()
81 radv_is_sampler_format_supported(const struct radv_physical_device *pdev, VkFormat format, bool *li… in radv_is_sampler_format_supported()
109 radv_is_storage_image_format_supported(const struct radv_physical_device *pdev, VkFormat format) in radv_is_storage_image_format_supported()
223 radv_is_colorbuffer_format_blendable(const struct radv_physical_device *pdev, VkFormat format) in radv_is_colorbuffer_format_blendable()
239 radv_is_colorbuffer_format_supported(const struct radv_physical_device *pdev, VkFormat format) in radv_is_colorbuffer_format_supported()
255 radv_is_filter_minmax_format_supported(const struct radv_physical_device *pdev, VkFormat format) in radv_is_filter_minmax_format_supported()
261 radv_is_format_emulated(const struct radv_physical_device *pdev, VkFormat format) in radv_is_format_emulated()
273 radv_physical_device_get_format_properties(struct radv_physical_device *pdev, VkFormat format, in radv_physical_device_get_format_properties()
607 radv_get_modifier_flags(struct radv_physical_device *pdev, VkFormat format, uint64_t modifier, in radv_get_modifier_flags()
644 radv_list_drm_format_modifiers(struct radv_physical_device *pdev, VkFormat format, in radv_list_drm_format_modifiers()
[all …]
Dradv_sqtt.c53 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_emit_wait_for_idle() local
67 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_emit_sqtt_start() local
87 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_emit_sqtt_stop() local
121 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_emit_sqtt_userdata() local
152 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_emit_spi_config_cntl() local
172 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_emit_inhibit_clockgating() local
263 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_sqtt_init_queue_event() local
318 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_sqtt_init_bo() local
504 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_begin_sqtt() local
644 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_sqtt_start_capturing() local
[all …]
Dradv_video_enc.c113 radv_probe_video_encode(struct radv_physical_device *pdev) in radv_probe_video_encode()
166 radv_init_physical_device_encoder(struct radv_physical_device *pdev) in radv_init_physical_device_encoder()
439 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_enc_session_info() local
458 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_enc_task_info() local
475 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_enc_session_init() local
514 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_enc_layer_control() local
527 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_enc_layer_select() local
539 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_enc_slice_control() local
557 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_enc_spec_misc_h264() local
588 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_enc_spec_misc_hevc() local
[all …]
Dradv_device.c97 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_GetMemoryHostPointerPropertiesEXT() local
186 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_device_init_vs_prologs() local
524 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_device_init_perf_counter() local
583 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_device_init_rgp() local
628 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_device_init_rmv() local
644 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_device_init_trap_handler() local
665 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_device_init_device_fault_detection() local
698 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_device_init_tools() local
762 init_dispatch_tables(struct radv_device *device, struct radv_physical_device *pdev) in init_dispatch_tables()
818 const struct radv_physical_device *pdev = radv_device_physical(device); in capture_trace() local
[all …]
Dradv_buffer.c48 struct radv_physical_device *pdev = radv_device_physical(device); in radv_destroy_buffer() local
147 struct radv_physical_device *pdev = radv_device_physical(device); in radv_BindBufferMemory2() local
193 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_get_buffer_memory_requirements() local
275 struct radv_physical_device *pdev = radv_device_physical(device); in radv_bo_create() local
294 struct radv_physical_device *pdev = radv_device_physical(device); in radv_bo_destroy() local
310 struct radv_physical_device *pdev = radv_device_physical(device); in radv_bo_virtual_bind() local
334 struct radv_physical_device *pdev = radv_device_physical(device); in radv_bo_from_fd() local
353 struct radv_physical_device *pdev = radv_device_physical(device); in radv_bo_from_ptr() local
Dradv_queue.c122 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_sparse_image_bind_memory() local
237 radv_set_ring_buffer(const struct radv_physical_device *pdev, struct radeon_winsys_bo *bo, uint32_t… in radv_set_ring_buffer()
271 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_fill_shader_rings() local
365 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_emit_gs_ring_sizes() local
390 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_emit_tess_factor_ring() local
429 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_initialise_task_control_buffer() local
481 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_emit_graphics_scratch() local
509 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_emit_compute_scratch() local
564 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_emit_graphics_shader_pointers() local
616 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_emit_ge_rings() local
[all …]
Dradv_video.c41 radv_enable_tier2(struct radv_physical_device *pdev) in radv_enable_tier2()
51 radv_video_get_db_alignment(struct radv_physical_device *pdev, int width, bool is_h265_main_10_or_a… in radv_video_get_db_alignment()
120 struct radv_physical_device *pdev = radv_device_physical(device); in radv_vcn_write_event() local
173 radv_vid_alloc_stream_handle(struct radv_physical_device *pdev) in radv_vid_alloc_stream_handle()
182 init_uvd_decoder(struct radv_physical_device *pdev) in init_uvd_decoder()
198 init_vcn_decoder(struct radv_physical_device *pdev) in init_vcn_decoder()
250 radv_init_physical_device_decoder(struct radv_physical_device *pdev) in radv_init_physical_device_decoder()
274 radv_probe_video_decode(struct radv_physical_device *pdev) in radv_probe_video_decode()
396 const struct radv_physical_device *pdev = radv_device_physical(device); in calc_ctx_size_av1() local
420 struct radv_physical_device *pdev = radv_device_physical(device); in radv_CreateVideoSessionKHR() local
[all …]
Dradv_shader.c51 get_nir_options_for_stage(struct radv_physical_device *pdev, gl_shader_stage stage) in get_nir_options_for_stage()
71 radv_get_nir_options(struct radv_physical_device *pdev) in radv_get_nir_options()
123 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_can_dump_shader() local
138 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_can_dump_shader_stats() local
278 const struct radv_physical_device *pdev = radv_device_physical(debug_data->device); in radv_spirv_nir_debug() local
297 const struct radv_physical_device *pdev = radv_device_physical(debug_data->device); in radv_compiler_debug() local
314 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_shader_spirv_to_nir() local
654 radv_consider_culling(const struct radv_physical_device *pdev, struct nir_shader *nir, uint64_t ps_… in radv_consider_culling()
719 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_lower_ngg() local
878 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_create_shader_arena() local
[all …]
Dradv_debug.c143 struct radv_physical_device *pdev = radv_device_physical(device); in radv_init_adress_binding_report() local
172 struct radv_physical_device *pdev = radv_device_physical(device); in radv_finish_address_binding_report() local
234 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_dump_mmapped_reg() local
245 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_dump_debug_registers() local
318 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_dump_descriptor_set() local
525 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_dump_shader() local
609 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_dump_queue_state() local
748 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_dump_enabled_options() local
778 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_dump_app_info() local
795 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_dump_device_name() local
[all …]
Dradv_shader_info.c430 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_set_vs_output_param() local
492 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_get_wave_size() local
522 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_compute_esgs_itemsize() local
539 const struct radv_physical_device *pdev = radv_device_physical(device); in gather_shader_info_ngg_query() local
635 const struct radv_physical_device *pdev = radv_device_physical(device); in gather_shader_info_tcs() local
704 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_init_legacy_gs_ring_info() local
736 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_get_legacy_gs_info() local
920 const struct radv_physical_device *pdev = radv_device_physical(device); in calc_mesh_workgroup_size() local
939 const struct radv_physical_device *pdev = radv_device_physical(device); in gather_shader_info_fs() local
1042 const struct radv_physical_device *pdev = radv_device_physical(device); in gather_shader_info_cs() local
[all …]
Dradv_cp_dma.c53 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_cs_emit_cp_dma() local
135 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_cs_cp_dma_prefetch() local
224 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_cp_dma_buffer_copy() local
302 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_cp_dma_clear_buffer() local
345 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_cp_dma_wait_for_idle() local
/third_party/mesa3d/src/nouveau/vulkan/nvkmd/nouveau/
Dnvkmd_nouveau_pdev.c93 struct nvkmd_nouveau_pdev *pdev = CALLOC_STRUCT(nvkmd_nouveau_pdev); in nvkmd_nouveau_try_create_pdev() local
141 struct nvkmd_nouveau_pdev *pdev = nvkmd_nouveau_pdev(_pdev); in nvkmd_nouveau_pdev_destroy() local
153 struct nvkmd_nouveau_pdev *pdev = nvkmd_nouveau_pdev(_pdev); in nvkmd_nouveau_pdev_get_vram_used() local
161 struct nvkmd_nouveau_pdev *pdev = nvkmd_nouveau_pdev(_pdev); in nvkmd_nouveau_pdev_get_drm_primary_fd() local
/third_party/mesa3d/src/nouveau/vulkan/
Dnvk_buffer_view.c19 nvk_get_buffer_format_features(struct nvk_physical_device *pdev, in nvk_get_buffer_format_features()
53 struct nvk_physical_device *pdev = nvk_device_physical(dev); in nvk_CreateBufferView() local
100 struct nvk_physical_device *pdev = nvk_device_physical(dev); in nvk_DestroyBufferView() local
Dnvk_physical_device.c1201 nvk_physical_device_init_pipeline_cache(struct nvk_physical_device *pdev) in nvk_physical_device_init_pipeline_cache()
1236 nvk_physical_device_free_disk_cache(struct nvk_physical_device *pdev) in nvk_physical_device_free_disk_cache()
1260 nvk_get_sysmem_heap_available(struct nvk_physical_device *pdev) in nvk_get_sysmem_heap_available()
1273 nvk_get_vram_heap_available(struct nvk_physical_device *pdev) in nvk_get_vram_heap_available()
1324 struct nvk_physical_device *pdev = in nvk_create_drm_physical_device() local
1484 struct nvk_physical_device *pdev = in nvk_physical_device_destroy() local
1642 nvk_max_shading_rate(const struct nvk_physical_device *pdev, in nvk_max_shading_rate()
Dnvk_wsi.c18 nvk_init_wsi(struct nvk_physical_device *pdev) in nvk_init_wsi()
44 nvk_finish_wsi(struct nvk_physical_device *pdev) in nvk_finish_wsi()
Dnvk_indirect_execution_set.c21 nvk_ies_cs_qmd_init(struct nvk_physical_device *pdev, in nvk_ies_cs_qmd_init()
76 nvk_ies_gfx_pipeline_max_dw_count(struct nvk_physical_device *pdev, in nvk_ies_gfx_pipeline_max_dw_count()
96 nvk_ies_stride_gfx_pipeline(struct nvk_physical_device *pdev, in nvk_ies_stride_gfx_pipeline()
148 nvk_ies_gfx_shader_max_dw_count(struct nvk_physical_device *pdev, in nvk_ies_gfx_shader_max_dw_count()
164 nvk_ies_stride_gfx_shader(struct nvk_physical_device *pdev, in nvk_ies_stride_gfx_shader()
241 struct nvk_physical_device *pdev = nvk_device_physical(dev); in nvk_CreateIndirectExecutionSetEXT() local
Dnvk_shader.c79 use_nak(const struct nvk_physical_device *pdev, gl_shader_stage stage) in use_nak()
85 nvk_physical_device_compiler_flags(const struct nvk_physical_device *pdev) in nvk_physical_device_compiler_flags()
112 const struct nvk_physical_device *pdev = in nvk_get_nir_options() local
122 nvk_ubo_addr_format(const struct nvk_physical_device *pdev, in nvk_ubo_addr_format()
144 nvk_ssbo_addr_format(const struct nvk_physical_device *pdev, in nvk_ssbo_addr_format()
168 const struct nvk_physical_device *pdev = in nvk_get_spirv_options() local
184 const struct nvk_physical_device *pdev = in nvk_preprocess_nir() local
405 struct nvk_physical_device *pdev = nvk_device_physical(dev); in nvk_lower_nir() local
547 nvk_compile_nir_with_nak(struct nvk_physical_device *pdev, in nvk_compile_nir_with_nak()
582 struct nvk_physical_device *pdev = nvk_device_physical(dev); in nvk_compile_nir() local
[all …]
Dnvk_queue.c49 struct nvk_physical_device *pdev = nvk_device_physical(dev); in nvk_queue_state_update() local
274 struct nvk_physical_device *pdev = nvk_device_physical(dev); in nvk_queue_submit_exec() local
391 struct nvk_physical_device *pdev = nvk_device_physical(dev); in nvk_queue_submit_simple() local
437 struct nvk_physical_device *pdev = nvk_device_physical(dev); in nvk_queue_init_context_state() local
489 struct nvk_physical_device *pdev = nvk_device_physical(dev); in nvk_queue_init() local
/third_party/mesa3d/src/asahi/vulkan/
Dhk_wsi.c19 hk_init_wsi(struct hk_physical_device *pdev) in hk_init_wsi()
40 hk_finish_wsi(struct hk_physical_device *pdev) in hk_finish_wsi()
Dhk_physical_device.c1003 hk_physical_device_init_pipeline_cache(struct hk_physical_device *pdev) in hk_physical_device_init_pipeline_cache()
1040 hk_physical_device_free_disk_cache(struct hk_physical_device *pdev) in hk_physical_device_free_disk_cache()
1056 hk_get_sysmem_heap_size(struct hk_physical_device *pdev) in hk_get_sysmem_heap_size()
1069 hk_get_sysmem_heap_available(struct hk_physical_device *pdev) in hk_get_sysmem_heap_available()
1139 struct hk_physical_device *pdev = in hk_create_drm_physical_device() local
1262 struct hk_physical_device *pdev = in hk_physical_device_destroy() local
/third_party/ltp/testcases/kernel/device-drivers/usb/tusb/
Dtusb.c349 struct pci_dev *pdev = in test_find_hcd() local
388 struct pci_dev *pdev = ltp_usb.pdev; in test_hcd_probe() local
434 struct pci_dev *pdev = NULL; in test_hcd_remove() local
465 struct pci_dev *pdev = NULL; in test_hcd_suspend() local
492 struct pci_dev *pdev = NULL; in test_hcd_resume() local
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_image.c71 struct dzn_physical_device *pdev = in dzn_image_create() local
273 dzn_image_get_dxgi_format(const struct dzn_physical_device *pdev, in dzn_image_get_dxgi_format()
341 dzn_image_get_placed_footprint_format(const struct dzn_physical_device *pdev, in dzn_image_get_placed_footprint_format()
422 struct dzn_physical_device *pdev = in dzn_image_get_copy_loc() local
458 struct dzn_physical_device *pdev = in dzn_image_get_dsv_desc() local
527 struct dzn_physical_device *pdev = in dzn_image_get_rtv_desc() local
736 const struct dzn_physical_device *pdev = in dzn_image_formats_are_compatible() local
892 struct dzn_physical_device *pdev = in dzn_GetImageMemoryRequirements2() local
1015 struct dzn_physical_device *pdev = in dzn_image_view_prepare_srv_desc() local
1168 struct dzn_physical_device *pdev = in dzn_image_view_prepare_uav_desc() local
[all …]

123456