Searched defs:si_surface (Results 1 – 1 of 1) sorted by relevance
415 struct si_surface { struct416 struct pipe_surface base;419 uint16_t width0;420 uint16_t height0;422 bool color_initialized : 1;423 bool depth_initialized : 1;426 bool color_is_int8 : 1;427 bool color_is_int10 : 1;428 bool dcc_incompatible : 1;429 uint8_t db_format_index : 3;[all …]