Home
last modified time | relevance | path

Searched defs:r600_surface (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeon/
Dr600_pipe_common.h275 struct r600_surface { struct
276 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 …]
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.h245 struct r600_surface { struct
246 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 …]