freedreno/a4xx: time-elapsed query should be active for clears
Signed-off-by: Rob Clark <robdclark@gmail.com>
This commit is contained in:
@@ -253,7 +253,7 @@ static const struct fd_hw_sample_provider occlusion_predicate = {
|
||||
|
||||
static const struct fd_hw_sample_provider time_elapsed = {
|
||||
.query_type = PIPE_QUERY_TIME_ELAPSED,
|
||||
.active = FD_STAGE_DRAW,
|
||||
.active = FD_STAGE_DRAW | FD_STAGE_CLEAR,
|
||||
.enable = time_elapsed_enable,
|
||||
.get_sample = time_elapsed_get_sample,
|
||||
.accumulate_result = time_elapsed_accumulate_result,
|
||||
|
||||
Reference in New Issue
Block a user