Searched defs:r600_surface (Results 1 – 1 of 1) sorted by relevance
234 struct r600_surface { struct235 struct pipe_surface base;238 unsigned width0;239 unsigned height0;241 bool color_initialized;242 bool depth_initialized;245 bool alphatest_bypass;246 bool export_16bpc;247 bool color_is_int8;248 bool color_is_int10;[all …]