Lines Matching defs:cache
72 /* There are only three cache domains we have to care about: the CCU, or
73 * color cache unit, which is used for color and depth/stencil attachments
75 * and the universal cache or UCHE which is used for pretty much everything
90 * lookups with a different attachment state will hit unflushed cache
101 * the location of a cache entry in CCU, to avoid conflicts. We assume that
111 /* Accesses which bypasses any cache. e.g. writes via the host,
210 /* Treat the CP as a sort of "cache" which may need to be "flushed" via
219 /* Treat CP_WAIT_FOR_ME as a "cache" that needs to be invalidated when a
229 * heavy, involving a CCU cache flush/invalidate and a WFI in order to change
241 * any users outside that cache domain, and caches which must be
360 struct tu_cache_state cache;