Home
last modified time | relevance | path

Searched refs:ISL_SURF_USAGE_DISPLAY_BIT (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/intel/isl/
Disl_gfx4.c65 if (info->usage & ISL_SURF_USAGE_DISPLAY_BIT) { in isl_gfx4_filter_tiling()
Disl_gfx12.c54 if (info->usage & ISL_SURF_USAGE_DISPLAY_BIT) in isl_gfx125_filter_tiling()
Disl_gfx7.c244 if (info->usage & ISL_SURF_USAGE_DISPLAY_BIT) { in isl_gfx6_filter_tiling()
Disl.h1108 #define ISL_SURF_USAGE_DISPLAY_BIT (1u << 6) macro
2260 return usage & ISL_SURF_USAGE_DISPLAY_BIT; in isl_surf_usage_is_display()
Disl.c1654 if (surf_info->usage & ISL_SURF_USAGE_DISPLAY_BIT) { in isl_calc_row_pitch_alignment()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_resource.c166 usage |= ISL_SURF_USAGE_DISPLAY_BIT; in pipe_bind_to_isl_usage()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_resource.c701 usage |= ISL_SURF_USAGE_DISPLAY_BIT; in iris_resource_configure_main()