| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_wsi_display.c | 50 RADV_FROM_HANDLE(radv_physical_device, pdevice, physical_device); 64 RADV_FROM_HANDLE(radv_physical_device, pdevice, physical_device); 79 RADV_FROM_HANDLE(radv_physical_device, pdevice, physical_device); 94 RADV_FROM_HANDLE(radv_physical_device, pdevice, physical_device); 109 RADV_FROM_HANDLE(radv_physical_device, pdevice, physical_device); 126 RADV_FROM_HANDLE(radv_physical_device, pdevice, physical_device); 141 RADV_FROM_HANDLE(radv_physical_device, pdevice, physical_device); 157 RADV_FROM_HANDLE(radv_physical_device, pdevice, physical_device); 173 RADV_FROM_HANDLE(radv_physical_device, pdevice, physical_device); 187 RADV_FROM_HANDLE(radv_physical_device, pdevic [all...] |
| H A D | radv_wsi.c | 39 radv_init_wsi(struct radv_physical_device *physical_device) 50 radv_finish_wsi(struct radv_physical_device *physical_device) 73 RADV_FROM_HANDLE(radv_physical_device, device, physicalDevice); 86 RADV_FROM_HANDLE(radv_physical_device, device, physicalDevice); 98 RADV_FROM_HANDLE(radv_physical_device, device, physicalDevice); 110 RADV_FROM_HANDLE(radv_physical_device, device, physicalDevice); 123 RADV_FROM_HANDLE(radv_physical_device, device, physicalDevice); 137 RADV_FROM_HANDLE(radv_physical_device, device, physicalDevice); 151 RADV_FROM_HANDLE(radv_physical_device, device, physicalDevice); 232 struct radv_physical_device *pdevic [all...] |
| H A D | radv_wsi_wayland.c | 34 RADV_FROM_HANDLE(radv_physical_device, physical_device, physicalDevice);
|
| H A D | radv_wsi_x11.c | 43 RADV_FROM_HANDLE(radv_physical_device, device, physicalDevice); 57 RADV_FROM_HANDLE(radv_physical_device, device, physicalDevice);
|
| H A D | radv_private.h | 284 struct radv_physical_device { struct 335 struct radv_physical_device physicalDevices[RADV_MAX_DRM_DEVICES]; 348 VkResult radv_init_wsi(struct radv_physical_device *physical_device); 349 void radv_finish_wsi(struct radv_physical_device *physical_device); 352 uint32_t radv_physical_device_api_version(struct radv_physical_device *dev); 353 bool radv_physical_device_extension_supported(struct radv_physical_device *dev, 713 struct radv_physical_device *physical_device; 1149 void si_emit_graphics(struct radv_physical_device *physical_device, 1151 void si_emit_compute(struct radv_physical_device *physical_device, 1479 bool radv_device_supports_etc(struct radv_physical_device *physical_devic [all...] |
| H A D | radv_formats.c | 497 static bool radv_is_storage_image_format_supported(struct radv_physical_device *physical_device, 623 radv_device_supports_etc(struct radv_physical_device *physical_device) 631 radv_physical_device_get_format_properties(struct radv_physical_device *physical_device, 1082 RADV_FROM_HANDLE(radv_physical_device, physical_device, physicalDevice); 1094 RADV_FROM_HANDLE(radv_physical_device, physical_device, physicalDevice); 1101 static VkResult radv_get_image_format_properties(struct radv_physical_device *physical_device, 1273 RADV_FROM_HANDLE(radv_physical_device, physical_device, physicalDevice); 1330 RADV_FROM_HANDLE(radv_physical_device, physical_device, physicalDevice);
|
| H A D | radv_device.c | 125 radv_get_visible_vram_size(struct radv_physical_device *device) 131 radv_get_vram_size(struct radv_physical_device *device) 137 radv_physical_device_init_mem_types(struct radv_physical_device *device) 207 radv_handle_env_var_force_family(struct radv_physical_device *device) 238 radv_physical_device_init(struct radv_physical_device *device, 405 radv_physical_device_finish(struct radv_physical_device *device) 747 RADV_FROM_HANDLE(radv_physical_device, pdevice, physicalDevice); 803 RADV_FROM_HANDLE(radv_physical_device, pdevice, physicalDevice); 983 RADV_FROM_HANDLE(radv_physical_device, pdevice, physicalDevice); 1130 RADV_FROM_HANDLE(radv_physical_device, pdevic [all...] |
| H A D | radv_android.c | 214 struct radv_physical_device *phys_dev = device->physical_device;
|
| H A D | si_cmd_buffer.c | 39 si_write_harvested_raster_configs(struct radv_physical_device *physical_device, 83 si_emit_compute(struct radv_physical_device *physical_device, 128 si_set_raster_config(struct radv_physical_device *physical_device, 156 si_emit_graphics(struct radv_physical_device *physical_device,
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_wsi.c | 35 RADV_FROM_HANDLE(radv_physical_device, pdevice, physicalDevice); 51 radv_init_wsi(struct radv_physical_device *physical_device) 69 radv_finish_wsi(struct radv_physical_device *physical_device) 80 struct radv_physical_device *pdevice = device->physical_device;
|
| H A D | radv_formats.c | 151 radv_translate_vertex_format(const struct radv_physical_device *pdevice, VkFormat format, 553 radv_is_storage_image_format_supported(struct radv_physical_device *physical_device, 627 radv_is_colorbuffer_format_supported(const struct radv_physical_device *pdevice, VkFormat format, 686 radv_device_supports_etc(struct radv_physical_device *physical_device) 695 radv_physical_device_get_format_properties(struct radv_physical_device *physical_device, 1192 radv_get_modifier_flags(struct radv_physical_device *dev, VkFormat format, uint64_t modifier, 1226 radv_list_drm_format_modifiers(struct radv_physical_device *dev, VkFormat format, 1287 radv_list_drm_format_modifiers_2(struct radv_physical_device *dev, VkFormat format, 1348 radv_check_modifier_support(struct radv_physical_device *dev, 1428 RADV_FROM_HANDLE(radv_physical_device, physical_devic [all...] |
| H A D | radv_cs.h | 115 radeon_set_sh_reg_idx(const struct radv_physical_device *pdevice, struct radeon_cmdbuf *cs, 159 radeon_set_uconfig_reg_idx(const struct radv_physical_device *pdevice, struct radeon_cmdbuf *cs,
|
| H A D | radv_android.c | 223 struct radv_physical_device *phys_dev = device->physical_device; 308 struct radv_physical_device *phys_dev = device->physical_device; 745 struct radv_physical_device *pdevice = dev->physical_device;
|
| H A D | radv_shader.h | 44 struct radv_physical_device; 641 void radv_get_nir_options(struct radv_physical_device *device);
|
| H A D | radv_private.h | 239 struct radv_physical_device { struct 326 VkResult radv_init_wsi(struct radv_physical_device *physical_device); 327 void radv_finish_wsi(struct radv_physical_device *physical_device); 763 struct radv_physical_device *physical_device; 1909 struct radv_binning_settings radv_get_binning_settings(const struct radv_physical_device *pdev); 1917 void radv_translate_vertex_format(const struct radv_physical_device *pdevice, VkFormat format, 1933 bool radv_is_storage_image_format_supported(struct radv_physical_device *physical_device, 1935 bool radv_is_colorbuffer_format_supported(const struct radv_physical_device *pdevice, 1939 bool radv_device_supports_etc(struct radv_physical_device *physical_device); 2308 bool radv_are_formats_dcc_compatible(const struct radv_physical_device *pde [all...] |
| H A D | radv_device.c | 154 radv_get_adjusted_vram_size(struct radv_physical_device *device) 163 radv_get_visible_vram_size(struct radv_physical_device *device) 169 radv_get_vram_size(struct radv_physical_device *device) 183 radv_physical_device_init_mem_types(struct radv_physical_device *device) 300 radv_get_compiler_string(struct radv_physical_device *pdevice) 403 radv_physical_device_get_supported_extensions(const struct radv_physical_device *device, 565 struct radv_physical_device **device_out) 613 struct radv_physical_device *device = vk_zalloc2(&instance->vk.alloc, NULL, sizeof(*device), 8, 808 radv_physical_device_destroy(struct radv_physical_device *device) 1010 list_for_each_entry_safe(struct radv_physical_device, pdevic [all...] |
| H A D | si_cmd_buffer.c | 36 si_write_harvested_raster_configs(struct radv_physical_device *physical_device, 161 si_set_raster_config(struct radv_physical_device *physical_device, struct radeon_cmdbuf *cs) 184 struct radv_physical_device *physical_device = device->physical_device;
|
| H A D | radv_shader.c | 53 radv_get_nir_options(struct radv_physical_device *device) 269 convert_pointer_to_64(nir_builder *b, const struct radv_physical_device *pdev, nir_ssa_def *ptr) 277 const struct radv_pipeline_layout *layout, const struct radv_physical_device *pdev) 1325 const struct radv_physical_device *pdevice = device->physical_device;
|
| H A D | radv_image.c | 162 radv_are_formats_dcc_compatible(const struct radv_physical_device *pdev, const void *pNext, 1660 const struct radv_physical_device *pdev = dev->physical_device;
|
| H A D | radv_pipeline.c | 4166 radv_get_binning_settings(const struct radv_physical_device *pdev)
|