Searched refs:was_cleared (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/tool/pps/
H A Dpps_datasource.h18 bool was_cleared = true; member in struct:pps::GpuIncrementalState
H A Dpps_datasource.cc239 if (auto state = ctx.GetIncrementalState(); state->was_cleared) {
259 state->was_cleared = false;
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_perfetto.cc47 bool was_cleared = true; member in struct:TuRenderpassIncrementalState
152 if (auto state = tctx.GetIncrementalState(); state->was_cleared) {
154 state->was_cleared = false;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_perfetto.cc43 bool was_cleared = true; member in struct:FdRenderpassIncrementalState
148 if (auto state = tctx.GetIncrementalState(); state->was_cleared) {
150 state->was_cleared = false;

Completed in 4 milliseconds