Searched defs:r600_surface (Results 1 – 1 of 1) sorted by relevance
308 struct r600_surface { struct309 struct pipe_surface base;311 bool color_initialized;312 bool depth_initialized;315 bool alphatest_bypass;316 bool export_16bpc;317 bool color_is_int8;318 bool color_is_int10;321 unsigned cb_color_info;322 unsigned cb_color_base;[all …]