Home
last modified time | relevance | path

Searched refs:radv_physical_device (Results 1 – 16 of 16) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
Dradv_wsi.c38 RADV_FROM_HANDLE(radv_physical_device, pdevice, physicalDevice); in radv_wsi_proc_addr()
90 radv_init_wsi(struct radv_physical_device *physical_device) in radv_init_wsi()
111 radv_finish_wsi(struct radv_physical_device *physical_device) in radv_finish_wsi()
Dradv_formats.c151 radv_translate_vertex_format(const struct radv_physical_device *pdevice, VkFormat format, in radv_translate_vertex_format()
551 radv_is_storage_image_format_supported(struct radv_physical_device *physical_device, in radv_is_storage_image_format_supported()
625 radv_is_colorbuffer_format_supported(const struct radv_physical_device *pdevice, VkFormat format, in radv_is_colorbuffer_format_supported()
684 radv_device_supports_etc(struct radv_physical_device *physical_device) in radv_device_supports_etc()
693 radv_physical_device_get_format_properties(struct radv_physical_device *physical_device, in radv_physical_device_get_format_properties()
1203 radv_get_modifier_flags(struct radv_physical_device *dev, VkFormat format, uint64_t modifier, in radv_get_modifier_flags()
1240 radv_list_drm_format_modifiers(struct radv_physical_device *dev, VkFormat format, in radv_list_drm_format_modifiers()
1297 radv_list_drm_format_modifiers_2(struct radv_physical_device *dev, VkFormat format, in radv_list_drm_format_modifiers_2()
1354 radv_check_modifier_support(struct radv_physical_device *dev, in radv_check_modifier_support()
1438 RADV_FROM_HANDLE(radv_physical_device, physical_device, physicalDevice); in radv_GetPhysicalDeviceFormatProperties2()
[all …]
Dradv_perfcounter.c217 radv_query_perfcounter_descs(struct radv_physical_device *pdev, uint32_t *count, in radv_query_perfcounter_descs()
297 radv_init_perfcounter_descs(struct radv_physical_device *pdev) in radv_init_perfcounter_descs()
326 radv_get_counter_registers(const struct radv_physical_device *pdevice, uint32_t num_indices, in radv_get_counter_registers()
363 radv_pc_get_num_instances(const struct radv_physical_device *pdevice, struct ac_pc_block *ac_block) in radv_pc_get_num_instances()
370 radv_get_num_counter_passes(const struct radv_physical_device *pdevice, unsigned num_regs, in radv_get_num_counter_passes()
404 radv_pc_init_query_pool(struct radv_physical_device *pdevice, in radv_pc_init_query_pool()
583 struct radv_physical_device *pdevice = cmd_buffer->device->physical_device; in radv_pc_stop_and_sample()
651 struct radv_physical_device *pdevice = cmd_buffer->device->physical_device; in radv_pc_begin_query()
844 RADV_FROM_HANDLE(radv_physical_device, pdevice, physicalDevice); in radv_EnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR()
897 RADV_FROM_HANDLE(radv_physical_device, pdevice, physicalDevice); in radv_GetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR()
Dradv_private.h265 struct radv_physical_device { struct
376 VkResult radv_init_wsi(struct radv_physical_device *physical_device);
377 void radv_finish_wsi(struct radv_physical_device *physical_device);
713 vk_queue_to_radv(const struct radv_physical_device *phys_dev, int queue_family_index) in vk_queue_to_radv()
725 enum amd_ip_type radv_queue_family_to_ring(struct radv_physical_device *physical_device,
835 struct radv_physical_device *physical_device;
1872 bool radv_enable_rt(const struct radv_physical_device *pdevice, bool rt_pipelines);
1874 bool radv_emulate_rt(const struct radv_physical_device *pdevice);
2275 void radv_pipeline_emit_hw_cs(const struct radv_physical_device *pdevice, struct radeon_cmdbuf *cs,
2278 void radv_pipeline_emit_compute_state(const struct radv_physical_device *pdevice,
[all …]
Dradv_device.c115 radv_device_get_cache_uuid(struct radv_physical_device *pdevice, void *uuid) in radv_device_get_cache_uuid()
163 radv_get_adjusted_vram_size(struct radv_physical_device *device) in radv_get_adjusted_vram_size()
172 radv_get_visible_vram_size(struct radv_physical_device *device) in radv_get_visible_vram_size()
178 radv_get_vram_size(struct radv_physical_device *device) in radv_get_vram_size()
192 radv_physical_device_init_mem_types(struct radv_physical_device *device) in radv_physical_device_init_mem_types()
322 radv_get_compiler_string(struct radv_physical_device *pdevice) in radv_get_compiler_string()
380 radv_perf_query_supported(const struct radv_physical_device *pdev) in radv_perf_query_supported()
388 radv_taskmesh_enabled(const struct radv_physical_device *pdevice) in radv_taskmesh_enabled()
449 radv_physical_device_get_supported_extensions(const struct radv_physical_device *device, in radv_physical_device_get_supported_extensions()
635 radv_is_conformant(const struct radv_physical_device *pdevice) in radv_is_conformant()
[all …]
Dradv_pipeline.c1079 const struct radv_physical_device *pdevice = pipeline->base.device->physical_device; in radv_pipeline_init_multisample_state()
1403 const struct radv_physical_device *pdevice = pipeline->base.device->physical_device; in radv_compute_ia_multi_vgt_param_helpers()
1498 const struct radv_physical_device *pdevice = pipeline->base.device->physical_device; in radv_pipeline_init_vertex_input_info()
1839 const struct radv_physical_device *pdevice = pipeline->base.device->physical_device; in radv_pipeline_init_color_blend_info()
2203 const struct radv_physical_device *pdevice = pipeline->base.device->physical_device; in radv_pipeline_init_depth_stencil_state()
2271 const struct radv_physical_device *pdevice = pipeline->device->physical_device; in gfx9_get_gs_info()
2488 const struct radv_physical_device *pdevice = pipeline->device->physical_device; in gfx10_get_ngg_info()
2717 const struct radv_physical_device *pdevice = pipeline->base.device->physical_device; in radv_pipeline_init_gs_ring_state()
2939 const struct radv_physical_device *pdevice = pipeline->device->physical_device; in radv_link_shaders()
3197 const struct radv_physical_device *pdevice = pipeline->device->physical_device; in radv_set_driver_locations()
[all …]
Dradv_cs.h115 radeon_set_sh_reg_idx(const struct radv_physical_device *pdevice, struct radeon_cmdbuf *cs, in radeon_set_sh_reg_idx()
170 radeon_set_uconfig_reg_idx(const struct radv_physical_device *pdevice, struct radeon_cmdbuf *cs, in radeon_set_uconfig_reg_idx()
Dradv_shader.h46 struct radv_physical_device;
709 bool radv_consider_culling(const struct radv_physical_device *pdevice, struct nir_shader *nir,
713 void radv_get_nir_options(struct radv_physical_device *device);
Dradv_android.c224 struct radv_physical_device *phys_dev = device->physical_device; in radv_GetSwapchainGrallocUsageANDROID()
309 struct radv_physical_device *phys_dev = device->physical_device; in radv_GetSwapchainGrallocUsage2ANDROID()
621 struct radv_physical_device *pdevice = dev->physical_device; in radv_GetAndroidHardwareBufferPropertiesANDROID()
Dradv_rt_common.c29 radv_enable_rt(const struct radv_physical_device *pdevice, bool rt_pipelines) in radv_enable_rt()
41 radv_emulate_rt(const struct radv_physical_device *pdevice) in radv_emulate_rt()
Dradv_meta_resolve.c545 const struct radv_physical_device *pdevice = cmd_buffer->device->physical_device; in radv_CmdResolveImage2()
648 const struct radv_physical_device *pdevice = cmd_buffer->device->physical_device; in radv_cmd_buffer_resolve_subpass()
Dradv_image.c158 radv_are_formats_dcc_compatible(const struct radv_physical_device *pdev, const void *pNext, in radv_are_formats_dcc_compatible()
568 radv_image_get_plane_format(const struct radv_physical_device *pdev, const struct radv_image *image, in radv_image_get_plane_format()
1594 radv_get_internal_plane_count(const struct radv_physical_device *pdev, VkFormat fmt) in radv_get_internal_plane_count()
1602 radv_image_reset_layout(const struct radv_physical_device *pdev, struct radv_image *image) in radv_image_reset_layout()
1781 const struct radv_physical_device *pdev = dev->physical_device; in radv_select_modifier()
Dsi_cmd_buffer.c36 si_write_harvested_raster_configs(struct radv_physical_device *physical_device, in si_write_harvested_raster_configs()
176 si_set_raster_config(struct radv_physical_device *physical_device, struct radeon_cmdbuf *cs) in si_set_raster_config()
199 struct radv_physical_device *physical_device = device->physical_device; in si_emit_graphics()
Dradv_shader.c58 get_nir_options_for_stage(struct radv_physical_device *device, gl_shader_stage stage) in get_nir_options_for_stage()
120 radv_get_nir_options(struct radv_physical_device *device) in radv_get_nir_options()
1215 radv_consider_culling(const struct radv_physical_device *pdevice, struct nir_shader *nir, uint64_t … in radv_consider_culling()
1649 const struct radv_physical_device *pdevice = device->physical_device; in radv_postprocess_config()
Dradv_acceleration_structure.c43 get_accel_struct_build(const struct radv_physical_device *pdevice, in get_accel_struct_build()
1082 const struct radv_physical_device *pdevice) in id_to_node_id_offset()
1092 const struct radv_physical_device *pdevice) in id_to_morton_offset()
Dradv_cmd_buffer.c360 radv_queue_family_to_ring(struct radv_physical_device *physical_device, in radv_queue_family_to_ring()
7761 struct radv_physical_device *pdevice = cmd_buffer->device->physical_device; in radv_before_taskmesh_draw()