Lines Matching defs:pdev
158 radv_are_formats_dcc_compatible(const struct radv_physical_device *pdev, const void *pNext,
163 if (!radv_is_colorbuffer_format_supported(pdev, format, &blendable))
182 if (!radv_dcc_formats_compatible(pdev->rad_info.gfx_level, format,
568 radv_image_get_plane_format(const struct radv_physical_device *pdev, const struct radv_image *image,
571 if (pdev->emulate_etc2 &&
1594 radv_get_internal_plane_count(const struct radv_physical_device *pdev, VkFormat fmt)
1596 if (pdev->emulate_etc2 && vk_format_description(fmt)->layout == UTIL_FORMAT_LAYOUT_ETC)
1602 radv_image_reset_layout(const struct radv_physical_device *pdev, struct radv_image *image)
1611 unsigned plane_count = radv_get_internal_plane_count(pdev, image->vk.format);
1613 VkFormat format = radv_image_get_plane_format(pdev, image, i);
1781 const struct radv_physical_device *pdev = dev->physical_device;
1793 ac_get_supported_modifiers(&pdev->rad_info, &modifier_options, vk_format_to_pipe_format(format),
1802 ac_get_supported_modifiers(&pdev->rad_info, &modifier_options, vk_format_to_pipe_format(format),