Searched refs:radv_physical_device (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/amd/vulkan/ |
D | radv_wsi_display.c | 49 RADV_FROM_HANDLE(radv_physical_device, pdevice, physical_device); in radv_GetPhysicalDeviceDisplayPropertiesKHR() 63 RADV_FROM_HANDLE(radv_physical_device, pdevice, physical_device); in radv_GetPhysicalDeviceDisplayProperties2KHR() 78 RADV_FROM_HANDLE(radv_physical_device, pdevice, physical_device); in radv_GetPhysicalDeviceDisplayPlanePropertiesKHR() 93 RADV_FROM_HANDLE(radv_physical_device, pdevice, physical_device); in radv_GetPhysicalDeviceDisplayPlaneProperties2KHR() 108 RADV_FROM_HANDLE(radv_physical_device, pdevice, physical_device); in radv_GetDisplayPlaneSupportedDisplaysKHR() 125 RADV_FROM_HANDLE(radv_physical_device, pdevice, physical_device); in radv_GetDisplayModePropertiesKHR() 140 RADV_FROM_HANDLE(radv_physical_device, pdevice, physical_device); in radv_GetDisplayModeProperties2KHR() 156 RADV_FROM_HANDLE(radv_physical_device, pdevice, physical_device); in radv_CreateDisplayModeKHR() 172 RADV_FROM_HANDLE(radv_physical_device, pdevice, physical_device); in radv_GetDisplayPlaneCapabilitiesKHR() 186 RADV_FROM_HANDLE(radv_physical_device, pdevice, physical_device); in radv_GetDisplayPlaneCapabilities2KHR() [all …]
|
D | radv_wsi.c | 53 radv_init_wsi(struct radv_physical_device *physical_device) in radv_init_wsi() 70 radv_finish_wsi(struct radv_physical_device *physical_device) in radv_finish_wsi() 93 RADV_FROM_HANDLE(radv_physical_device, device, physicalDevice); in radv_GetPhysicalDeviceSurfaceSupportKHR() 106 RADV_FROM_HANDLE(radv_physical_device, device, physicalDevice); in radv_GetPhysicalDeviceSurfaceCapabilitiesKHR() 118 RADV_FROM_HANDLE(radv_physical_device, device, physicalDevice); in radv_GetPhysicalDeviceSurfaceCapabilities2KHR() 130 RADV_FROM_HANDLE(radv_physical_device, device, physicalDevice); in radv_GetPhysicalDeviceSurfaceCapabilities2EXT() 143 RADV_FROM_HANDLE(radv_physical_device, device, physicalDevice); in radv_GetPhysicalDeviceSurfaceFormatsKHR() 157 RADV_FROM_HANDLE(radv_physical_device, device, physicalDevice); in radv_GetPhysicalDeviceSurfaceFormats2KHR() 171 RADV_FROM_HANDLE(radv_physical_device, device, physicalDevice); in radv_GetPhysicalDeviceSurfacePresentModesKHR() 252 struct radv_physical_device *pdevice = device->physical_device; in radv_AcquireNextImage2KHR() [all …]
|
D | radv_wsi_x11.c | 43 RADV_FROM_HANDLE(radv_physical_device, device, physicalDevice); in radv_GetPhysicalDeviceXcbPresentationSupportKHR() 57 RADV_FROM_HANDLE(radv_physical_device, device, physicalDevice); in radv_GetPhysicalDeviceXlibPresentationSupportKHR()
|
D | radv_formats.c | 507 static bool radv_is_storage_image_format_supported(struct radv_physical_device *physical_device, in radv_is_storage_image_format_supported() 578 bool radv_is_colorbuffer_format_supported(const struct radv_physical_device *pdevice, in radv_is_colorbuffer_format_supported() 638 radv_device_supports_etc(struct radv_physical_device *physical_device) in radv_device_supports_etc() 647 radv_physical_device_get_format_properties(struct radv_physical_device *physical_device, in radv_physical_device_get_format_properties() 1118 RADV_FROM_HANDLE(radv_physical_device, physical_device, physicalDevice); in radv_GetPhysicalDeviceFormatProperties() 1130 RADV_FROM_HANDLE(radv_physical_device, physical_device, physicalDevice); in radv_GetPhysicalDeviceFormatProperties2() 1137 static VkResult radv_get_image_format_properties(struct radv_physical_device *physical_device, in radv_get_image_format_properties() 1323 RADV_FROM_HANDLE(radv_physical_device, physical_device, physicalDevice); in radv_GetPhysicalDeviceImageFormatProperties() 1340 get_external_image_format_properties(struct radv_physical_device *physical_device, in get_external_image_format_properties() 1410 RADV_FROM_HANDLE(radv_physical_device, physical_device, physicalDevice); in radv_GetPhysicalDeviceImageFormatProperties2()
|
D | radv_wsi_wayland.c | 34 RADV_FROM_HANDLE(radv_physical_device, physical_device, physicalDevice); in radv_GetPhysicalDeviceWaylandPresentationSupportKHR()
|
D | radv_cs.h | 112 static inline void radeon_set_sh_reg_idx(const struct radv_physical_device *pdevice, in radeon_set_sh_reg_idx() 155 static inline void radeon_set_uconfig_reg_idx(const struct radv_physical_device *pdevice, in radeon_set_uconfig_reg_idx()
|
D | radv_private.h | 276 struct radv_physical_device { struct 364 VkResult radv_init_wsi(struct radv_physical_device *physical_device); 365 void radv_finish_wsi(struct radv_physical_device *physical_device); 368 uint32_t radv_physical_device_api_version(struct radv_physical_device *dev); 369 bool radv_physical_device_extension_supported(struct radv_physical_device *dev, 805 struct radv_physical_device *physical_device; 1819 radv_get_binning_settings(const struct radv_physical_device *pdev); 1843 bool radv_is_colorbuffer_format_supported(const struct radv_physical_device *pdevice, 1847 bool radv_device_supports_etc(struct radv_physical_device *physical_device); 2716 RADV_DEFINE_HANDLE_CASTS(radv_physical_device, VkPhysicalDevice)
|
D | radv_device.c | 143 radv_get_adjusted_vram_size(struct radv_physical_device *device) in radv_get_adjusted_vram_size() 153 radv_get_visible_vram_size(struct radv_physical_device *device) in radv_get_visible_vram_size() 159 radv_get_vram_size(struct radv_physical_device *device) in radv_get_vram_size() 172 radv_physical_device_init_mem_types(struct radv_physical_device *device) in radv_physical_device_init_mem_types() 277 radv_get_compiler_string(struct radv_physical_device *pdevice) in radv_get_compiler_string() 298 struct radv_physical_device **device_out) in radv_physical_device_try_create() 342 struct radv_physical_device *device = in radv_physical_device_try_create() 486 radv_physical_device_destroy(struct radv_physical_device *device) in radv_physical_device_destroy() 835 list_for_each_entry_safe(struct radv_physical_device, pdevice, in radv_DestroyInstance() 874 struct radv_physical_device *pdevice; in radv_enumerate_physical_devices() [all …]
|
D | radv_android.c | 220 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() 641 struct radv_physical_device *pdevice = dev->physical_device; in radv_GetAndroidHardwareBufferPropertiesANDROID()
|
D | si_cmd_buffer.c | 37 si_write_harvested_raster_configs(struct radv_physical_device *physical_device, in si_write_harvested_raster_configs() 154 si_set_raster_config(struct radv_physical_device *physical_device, in si_set_raster_config() 185 struct radv_physical_device *physical_device = device->physical_device; in si_emit_graphics()
|
D | radv_shader.c | 869 const struct radv_physical_device *pdevice = device->physical_device; in radv_postprocess_config()
|
D | radv_pipeline.c | 3907 radv_get_binning_settings(const struct radv_physical_device *pdev) in radv_get_binning_settings()
|