Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_pipe.h415 struct si_surface { struct
416 struct pipe_surface base;
419 uint16_t width0;
420 uint16_t height0;
422 bool color_initialized : 1;
423 bool depth_initialized : 1;
426 bool color_is_int8 : 1;
427 bool color_is_int10 : 1;
428 bool dcc_incompatible : 1;
429 uint8_t db_format_index : 3;
[all …]