Lines Matching defs:metadata
390 * Disable DCC for the texture. (first decompress, then discard metadata).
552 desc, &md.size_metadata, md.metadata);
751 /* Set metadata. */
1054 /* Prepare metadata clears. */
1541 struct radeon_bo_metadata metadata = {};
1545 /* Ignore metadata for non-zero planes. */
1550 sscreen->ws->buffer_get_metadata(sscreen->ws, buf, &metadata, &surface);
1553 * The bo metadata is unset for un-dedicated images. So we fall
1561 * metadata to be synchronized between radv and radeonsi. The
1562 * semantics of associating multiple image metadata to a memory
1574 metadata.mode = RADEON_SURF_MODE_LINEAR_ALIGNED;
1577 r = si_init_surface(sscreen, &surface, templ, metadata.mode, modifier, true,
1626 metadata.size_metadata,
1627 metadata.metadata)) {
1644 /* Update BO metadata after disabling DCC. */