Searched refs:is_integer_format (Results 1 – 1 of 1) sorted by relevance
2476 bool is_integer_format = util_format_is_pure_integer(internal_format); in crocus_upload_border_color() local2478 const int sbc_align = (GFX_VER == 8 ? 64 : ((GFX_VERx10 == 75 && is_integer_format) ? 512 : 32)); in crocus_upload_border_color()2512 if (is_integer_format) { in crocus_upload_border_color()