Home
last modified time | relevance | path

Searched refs:ISL_SURF_USAGE_DISPLAY_BIT (Results 1 – 8 of 8) 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.c250 if (info->usage & ISL_SURF_USAGE_DISPLAY_BIT) { in isl_gfx6_filter_tiling()
Disl.h1108 #define ISL_SURF_USAGE_DISPLAY_BIT (1u << 6) macro
2194 return usage & ISL_SURF_USAGE_DISPLAY_BIT; in isl_surf_usage_is_display()
Disl.c1592 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/mesa/drivers/dri/i965/
Dbrw_screen.c785 ISL_SURF_USAGE_DISPLAY_BIT : 0), in brw_create_image_common()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_resource.c646 usage |= ISL_SURF_USAGE_DISPLAY_BIT; in iris_resource_configure_main()