Searched defs:r300_surface (Results 1 – 1 of 1) sorted by relevance
300 struct r300_surface { struct301 struct pipe_surface base;304 struct pb_buffer *buf;306 enum radeon_bo_domain domain;308 uint32_t offset; /* COLOROFFSET or DEPTHOFFSET. */309 uint32_t pitch; /* COLORPITCH or DEPTHPITCH. */310 uint32_t pitch_zmask; /* ZMASK_PITCH */311 uint32_t pitch_hiz; /* HIZ_PITCH */312 uint32_t pitch_cmask; /* CMASK_PITCH */313 uint32_t format; /* US_OUT_FMT or ZB_FORMAT. */[all …]