Searched defs:si_surface (Results 1 – 1 of 1) sorted by relevance
418 struct si_surface { struct419 struct pipe_surface base;422 uint16_t width0;423 uint16_t height0;425 bool color_initialized : 1;426 bool depth_initialized : 1;429 bool color_is_int8 : 1;430 bool color_is_int10 : 1;431 bool dcc_incompatible : 1;432 uint8_t db_format_index : 3;[all …]