Home
last modified time | relevance | path

Searched refs:noop_enabled (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_batch.c396 if (batch->noop_enabled) { in iris_batch_maybe_noop()
983 if (batch->noop_enabled == noop_enable) in iris_batch_prepare_noop()
986 batch->noop_enabled = noop_enable; in iris_batch_prepare_noop()
997 return !batch->noop_enabled; in iris_batch_prepare_noop()
Diris_batch.h95 bool noop_enabled; member
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_batch.c495 if (batch->noop_enabled) { in crocus_batch_maybe_noop()
1037 if (batch->noop_enabled == noop_enable) in crocus_batch_prepare_noop()
1040 batch->noop_enabled = noop_enable; in crocus_batch_prepare_noop()
1051 return !batch->noop_enabled; in crocus_batch_prepare_noop()
Dcrocus_batch.h117 bool noop_enabled; member