Searched defs:r300_surface (Results 1 – 1 of 1) sorted by relevance
284 struct r300_surface { struct285 struct pipe_surface base;288 struct pb_buffer_lean *buf;290 enum radeon_bo_domain domain;292 uint32_t offset; /* COLOROFFSET or DEPTHOFFSET. */293 uint32_t pitch; /* COLORPITCH or DEPTHPITCH. */294 uint32_t pitch_zmask; /* ZMASK_PITCH */295 uint32_t pitch_hiz; /* HIZ_PITCH */296 uint32_t pitch_cmask; /* CMASK_PITCH */297 uint32_t format; /* US_OUT_FMT or ZB_FORMAT. */[all …]