Searched defs:r600_surface (Results 1 – 1 of 1) sorted by relevance
208 struct r600_surface { struct209 struct pipe_surface base;212 unsigned width0;213 unsigned height0;215 bool color_initialized;216 bool depth_initialized;219 bool alphatest_bypass;220 bool export_16bpc;221 bool color_is_int8;222 bool color_is_int10;[all …]