Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.h392 struct si_surface { struct
393 struct pipe_surface base;
396 uint16_t width0;
397 uint16_t height0;
399 bool color_initialized : 1;
400 bool depth_initialized : 1;
403 bool color_is_int8 : 1;
404 bool color_is_int10 : 1;
405 bool dcc_incompatible : 1;
408 unsigned cb_color_info;
[all …]