Home
last modified time | relevance | path

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

/external/mesa3d/src/panfrost/bifrost/
Dbi_liveness.c51 if (ctx->has_liveness) in bi_compute_liveness()
56 ctx->has_liveness = true; in bi_compute_liveness()
64 if (ctx->has_liveness) in bi_invalidate_liveness()
67 ctx->has_liveness = false; in bi_invalidate_liveness()
Dcompiler.h489 bool has_liveness; member