Home
last modified time | relevance | path

Searched refs:ISL_FORMAT_HIZ (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/intel/isl/
Disl_gfx6.c77 assert(info->format != ISL_FORMAT_HIZ); in isl_gfx6_choose_image_alignment_el()
Disl_gfx8.c99 assert(info->format != ISL_FORMAT_HIZ); in isl_gfx8_choose_image_alignment_el()
Disl_gfx9.c108 assert(info->format != ISL_FORMAT_HIZ); in isl_gfx9_choose_image_alignment_el()
Disl_gfx12.c206 assert(info->format != ISL_FORMAT_HIZ); in isl_gfx12_choose_image_alignment_el()
Disl_gfx7.c337 assert(info->format != ISL_FORMAT_HIZ); in isl_gfx7_choose_image_alignment_el()
Disl.h386 ISL_FORMAT_HIZ, enumerator
Disl_format.c920 if (format == ISL_FORMAT_HIZ) { in isl_format_supports_multisampling()
Disl.c2076 ISL_GFX_VERX10(dev) >= 125 ? ISL_FORMAT_GFX125_HIZ : ISL_FORMAT_HIZ; in isl_surf_get_hiz_surf()