Lines Matching refs:maxExtent
1426 props->maxExtent.width = MIN2(props->maxExtent.width, max_width); in radv_check_modifier_support()
1427 props->maxExtent.height = MIN2(props->maxExtent.width, max_height); in radv_check_modifier_support()
1474 VkExtent3D maxExtent; in radv_get_image_format_properties() local
1507 maxExtent.width = 16384; in radv_get_image_format_properties()
1508 maxExtent.height = 1; in radv_get_image_format_properties()
1509 maxExtent.depth = 1; in radv_get_image_format_properties()
1514 maxExtent.width = 16384; in radv_get_image_format_properties()
1515 maxExtent.height = 16384; in radv_get_image_format_properties()
1516 maxExtent.depth = 1; in radv_get_image_format_properties()
1522 maxExtent.width = 8192; in radv_get_image_format_properties()
1523 maxExtent.height = 8192; in radv_get_image_format_properties()
1524 maxExtent.depth = 8192; in radv_get_image_format_properties()
1526 maxExtent.width = 2048; in radv_get_image_format_properties()
1527 maxExtent.height = 2048; in radv_get_image_format_properties()
1528 maxExtent.depth = 2048; in radv_get_image_format_properties()
1530 maxMipLevels = util_logbase2(maxExtent.width) + 1; in radv_get_image_format_properties()
1647 .maxExtent = maxExtent, in radv_get_image_format_properties()
1668 .maxExtent = {0, 0, 0}, in radv_get_image_format_properties()