Searched refs:radv_physical_device (Results 1 – 11 of 11) sorted by relevance
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_wsi.c | 35 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()
|
D | radv_formats.c | 151 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 …]
|
D | radv_cs.h | 115 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()
|
D | radv_private.h | 239 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 …]
|
D | radv_device.c | 154 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 …]
|
D | radv_android.c | 223 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()
|
D | radv_shader.h | 44 struct radv_physical_device; 641 void radv_get_nir_options(struct radv_physical_device *device);
|
D | radv_shader.c | 53 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()
|
D | si_cmd_buffer.c | 36 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()
|
D | radv_image.c | 162 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()
|
D | radv_pipeline.c | 4166 radv_get_binning_settings(const struct radv_physical_device *pdev) in radv_get_binning_settings()
|