Searched defs:r300_surface (Results 1 – 1 of 1) sorted by relevance
309 struct r300_surface { struct310 struct pipe_surface base;313 struct pb_buffer *buf;314 struct radeon_winsys_cs_handle *cs_buf;316 enum radeon_bo_domain domain;318 uint32_t offset; /* COLOROFFSET or DEPTHOFFSET. */319 uint32_t pitch; /* COLORPITCH or DEPTHPITCH. */320 uint32_t pitch_zmask; /* ZMASK_PITCH */321 uint32_t pitch_hiz; /* HIZ_PITCH */322 uint32_t format; /* US_OUT_FMT or ZB_FORMAT. */[all …]