Home
last modified time | relevance | path

Searched refs:tex_cache_needs_invalidate (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_texture.cc731 fd6_ctx->tex_cache_needs_invalidate = false; in handle_invalidates()
742 if (unlikely(fd6_ctx->tex_cache_needs_invalidate)) in fd6_texture_state()
840 fd6_ctx->tex_cache_needs_invalidate = true; in fd6_rebind_resource()
H A Dfd6_context.h115 bool tex_cache_needs_invalidate; member