Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/vulkan/
Dradv_wsi.c35 RADV_FROM_HANDLE(radv_physical_device, pdevice, physicalDevice); in radv_wsi_proc_addr()
51 radv_init_wsi(struct radv_physical_device *physical_device) in radv_init_wsi()
69 radv_finish_wsi(struct radv_physical_device *physical_device) in radv_finish_wsi()
80 struct radv_physical_device *pdevice = device->physical_device; in radv_AcquireNextImage2KHR()
Dradv_formats.c151 radv_translate_vertex_format(const struct radv_physical_device *pdevice, VkFormat format, in radv_translate_vertex_format()
553 radv_is_storage_image_format_supported(struct radv_physical_device *physical_device, in radv_is_storage_image_format_supported()
627 radv_is_colorbuffer_format_supported(const struct radv_physical_device *pdevice, VkFormat format, in radv_is_colorbuffer_format_supported()
686 radv_device_supports_etc(struct radv_physical_device *physical_device) in radv_device_supports_etc()
695 radv_physical_device_get_format_properties(struct radv_physical_device *physical_device, in radv_physical_device_get_format_properties()
1192 radv_get_modifier_flags(struct radv_physical_device *dev, VkFormat format, uint64_t modifier, in radv_get_modifier_flags()
1226 radv_list_drm_format_modifiers(struct radv_physical_device *dev, VkFormat format, in radv_list_drm_format_modifiers()
1287 radv_list_drm_format_modifiers_2(struct radv_physical_device *dev, VkFormat format, in radv_list_drm_format_modifiers_2()
1348 radv_check_modifier_support(struct radv_physical_device *dev, in radv_check_modifier_support()
1428 RADV_FROM_HANDLE(radv_physical_device, physical_device, physicalDevice); in radv_GetPhysicalDeviceFormatProperties2()
[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()
159 radeon_set_uconfig_reg_idx(const struct radv_physical_device *pdevice, struct radeon_cmdbuf *cs, in radeon_set_uconfig_reg_idx()
Dradv_private.h239 struct radv_physical_device { struct
325 VkResult radv_init_wsi(struct radv_physical_device *physical_device);
326 void radv_finish_wsi(struct radv_physical_device *physical_device);
762 struct radv_physical_device *physical_device;
1908 struct radv_binning_settings radv_get_binning_settings(const struct radv_physical_device *pdev);
1916 void radv_translate_vertex_format(const struct radv_physical_device *pdevice, VkFormat format,
1932 bool radv_is_storage_image_format_supported(struct radv_physical_device *physical_device,
1934 bool radv_is_colorbuffer_format_supported(const struct radv_physical_device *pdevice,
1938 bool radv_device_supports_etc(struct radv_physical_device *physical_device);
2307 bool radv_are_formats_dcc_compatible(const struct radv_physical_device *pdev, const void *pNext,
[all …]
Dradv_device.c154 radv_get_adjusted_vram_size(struct radv_physical_device *device) in radv_get_adjusted_vram_size()
163 radv_get_visible_vram_size(struct radv_physical_device *device) in radv_get_visible_vram_size()
169 radv_get_vram_size(struct radv_physical_device *device) in radv_get_vram_size()
183 radv_physical_device_init_mem_types(struct radv_physical_device *device) in radv_physical_device_init_mem_types()
300 radv_get_compiler_string(struct radv_physical_device *pdevice) in radv_get_compiler_string()
403 radv_physical_device_get_supported_extensions(const struct radv_physical_device *device, in radv_physical_device_get_supported_extensions()
565 struct radv_physical_device **device_out) in radv_physical_device_try_create()
613 struct radv_physical_device *device = vk_zalloc2(&instance->vk.alloc, NULL, sizeof(*device), 8, in radv_physical_device_try_create()
808 radv_physical_device_destroy(struct radv_physical_device *device) in radv_physical_device_destroy()
1006 list_for_each_entry_safe(struct radv_physical_device, pdevice, &instance->physical_devices, link) in radv_DestroyInstance()
[all …]
Dradv_android.c223 struct radv_physical_device *phys_dev = device->physical_device; in radv_GetSwapchainGrallocUsageANDROID()
308 struct radv_physical_device *phys_dev = device->physical_device; in radv_GetSwapchainGrallocUsage2ANDROID()
745 struct radv_physical_device *pdevice = dev->physical_device; in radv_GetAndroidHardwareBufferPropertiesANDROID()
Dradv_shader.h44 struct radv_physical_device;
641 void radv_get_nir_options(struct radv_physical_device *device);
Dradv_shader.c53 radv_get_nir_options(struct radv_physical_device *device) in radv_get_nir_options()
269 convert_pointer_to_64(nir_builder *b, const struct radv_physical_device *pdev, nir_ssa_def *ptr) in convert_pointer_to_64()
277 const struct radv_pipeline_layout *layout, const struct radv_physical_device *pdev) in lower_intrinsics()
1325 const struct radv_physical_device *pdevice = device->physical_device; in radv_postprocess_config()
Dsi_cmd_buffer.c36 si_write_harvested_raster_configs(struct radv_physical_device *physical_device, in si_write_harvested_raster_configs()
161 si_set_raster_config(struct radv_physical_device *physical_device, struct radeon_cmdbuf *cs) in si_set_raster_config()
184 struct radv_physical_device *physical_device = device->physical_device; in si_emit_graphics()
Dradv_image.c162 radv_are_formats_dcc_compatible(const struct radv_physical_device *pdev, const void *pNext, in radv_are_formats_dcc_compatible()
1657 const struct radv_physical_device *pdev = dev->physical_device; in radv_select_modifier()
Dradv_pipeline.c4166 radv_get_binning_settings(const struct radv_physical_device *pdev) in radv_get_binning_settings()