Searched defs:r600_surface (Results 1 – 1 of 1) sorted by relevance
239 struct r600_surface { struct240 struct pipe_surface base;243 unsigned width0;244 unsigned height0;246 bool color_initialized;247 bool depth_initialized;250 bool alphatest_bypass;251 bool export_16bpc;252 bool color_is_int8;253 bool color_is_int10;[all …]