Searched refs:ISL_SURF_USAGE_DISPLAY_BIT (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/isl/
H A Disl_gen4.c68 assert(*flags & ISL_SURF_USAGE_DISPLAY_BIT);
75 assert(*flags & ISL_SURF_USAGE_DISPLAY_BIT);
80 if (info->usage & ISL_SURF_USAGE_DISPLAY_BIT) {
H A Disl_gen7.c188 * (ISL_SURF_USAGE_DISPLAY_BIT), then this function filters out all tiling
238 assert(*flags & ISL_SURF_USAGE_DISPLAY_BIT);
245 assert(*flags & ISL_SURF_USAGE_DISPLAY_BIT);
250 if (info->usage & ISL_SURF_USAGE_DISPLAY_BIT) {
H A Disl.h834 #define ISL_SURF_USAGE_DISPLAY_BIT (1u << 6) macro
1692 return usage & ISL_SURF_USAGE_DISPLAY_BIT;
/xsrc/external/mit/MesaLib/dist/src/intel/isl/
H A Disl_gfx4.c65 if (info->usage & ISL_SURF_USAGE_DISPLAY_BIT) {
H A Disl_gfx12.c36 * (ISL_SURF_USAGE_DISPLAY_BIT), then this function filters out all tiling
54 if (info->usage & ISL_SURF_USAGE_DISPLAY_BIT)
H A Disl_gfx7.c188 * (ISL_SURF_USAGE_DISPLAY_BIT), then this function filters out all tiling
250 if (info->usage & ISL_SURF_USAGE_DISPLAY_BIT) {
H A Disl.h1108 #define ISL_SURF_USAGE_DISPLAY_BIT (1u << 6) macro
2194 return usage & ISL_SURF_USAGE_DISPLAY_BIT;
H A Disl.c1592 if (surf_info->usage & ISL_SURF_USAGE_DISPLAY_BIT) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_resource.c196 usage |= ISL_SURF_USAGE_DISPLAY_BIT;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_resource.c166 usage |= ISL_SURF_USAGE_DISPLAY_BIT;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_resource.c646 usage |= ISL_SURF_USAGE_DISPLAY_BIT;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_screen.c785 ISL_SURF_USAGE_DISPLAY_BIT : 0),

Completed in 983 milliseconds