Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_perfetto.cc34 bool was_cleared = true; member
143 if (auto state = tctx.GetIncrementalState(); state->was_cleared) { in stage_end()
145 state->was_cleared = false; in stage_end()
/third_party/mesa3d/src/intel/ds/
H A Dintel_driver_ds.cc96 bool was_cleared = true; member
301 if (auto state = tctx.GetIncrementalState(); state->was_cleared) { in end_event()
303 state->was_cleared = false; in end_event()
466 if (auto state = tctx.GetIncrementalState(); state->was_cleared) { in intel_ds_end_submit()
468 state->was_cleared = false; in intel_ds_end_submit()
/third_party/mesa3d/src/tool/pps/
H A Dpps_datasource.h18 bool was_cleared = true; member
H A Dpps_datasource.cc268 if (auto state = ctx.GetIncrementalState(); state->was_cleared) { in trace()
306 state->was_cleared = false; in trace()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_perfetto.cc43 bool was_cleared = true; member
148 if (auto state = tctx.GetIncrementalState(); state->was_cleared) { in stage_end()
150 state->was_cleared = false; in stage_end()

Completed in 3 milliseconds