Searched defs:si_surface (Results 1 – 1 of 1) sorted by relevance
450 struct si_surface { struct451 struct pipe_surface base;454 uint16_t width0;455 uint16_t height0;457 bool color_initialized : 1;458 bool depth_initialized : 1;461 bool color_is_int8 : 1;462 bool color_is_int10 : 1;463 bool dcc_incompatible : 1;466 unsigned cb_color_info;[all …]