Searched defs:r600_surface (Results 1 – 2 of 2) sorted by relevance
275 struct r600_surface { struct276 struct pipe_surface base;279 uint16_t width0;280 uint16_t height0;282 bool color_initialized:1;283 bool depth_initialized:1;286 bool color_is_int8:1;287 bool color_is_int10:1;288 bool dcc_incompatible:1;291 unsigned cb_color_info;[all …]
245 struct r600_surface { struct246 struct pipe_surface base;249 unsigned width0;250 unsigned height0;252 bool color_initialized;253 bool depth_initialized;256 bool alphatest_bypass;257 bool export_16bpc;258 bool color_is_int8;259 bool color_is_int10;[all …]