• Home
  • Raw
  • Download

Lines Matching defs:pdev

55 radv_translate_tex_dataformat(const struct radv_physical_device *pdev, const struct util_format_des…  in radv_translate_tex_dataformat()
81 radv_is_sampler_format_supported(const struct radv_physical_device *pdev, VkFormat format, bool *li… in radv_is_sampler_format_supported()
109 radv_is_storage_image_format_supported(const struct radv_physical_device *pdev, VkFormat format) in radv_is_storage_image_format_supported()
223 radv_is_colorbuffer_format_blendable(const struct radv_physical_device *pdev, VkFormat format) in radv_is_colorbuffer_format_blendable()
239 radv_is_colorbuffer_format_supported(const struct radv_physical_device *pdev, VkFormat format) in radv_is_colorbuffer_format_supported()
255 radv_is_filter_minmax_format_supported(const struct radv_physical_device *pdev, VkFormat format) in radv_is_filter_minmax_format_supported()
261 radv_is_format_emulated(const struct radv_physical_device *pdev, VkFormat format) in radv_is_format_emulated()
273 radv_physical_device_get_format_properties(struct radv_physical_device *pdev, VkFormat format, in radv_physical_device_get_format_properties()
607 radv_get_modifier_flags(struct radv_physical_device *pdev, VkFormat format, uint64_t modifier, in radv_get_modifier_flags()
644 radv_list_drm_format_modifiers(struct radv_physical_device *pdev, VkFormat format, in radv_list_drm_format_modifiers()
700 radv_list_drm_format_modifiers_2(struct radv_physical_device *pdev, VkFormat format, in radv_list_drm_format_modifiers_2()
757 radv_check_modifier_support(struct radv_physical_device *pdev, const VkPhysicalDeviceImageFormatInf… in radv_check_modifier_support()
860 radv_get_image_format_properties(struct radv_physical_device *pdev, const VkPhysicalDeviceImageForm… in radv_get_image_format_properties()
1081 get_external_image_format_properties(struct radv_physical_device *pdev, in get_external_image_format_properties()
1285 fill_sparse_image_format_properties(struct radv_physical_device *pdev, VkImageType type, VkFormat f… in fill_sparse_image_format_properties()
1366 struct radv_physical_device *pdev = radv_device_physical(device); in radv_GetImageSparseMemoryRequirements2() local