Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_batch.c504 if (batch->noop_enabled) { in crocus_batch_maybe_noop()
1046 if (batch->noop_enabled == noop_enable) in crocus_batch_prepare_noop()
1049 batch->noop_enabled = noop_enable; in crocus_batch_prepare_noop()
1060 return !batch->noop_enabled; in crocus_batch_prepare_noop()
Dcrocus_batch.h117 bool noop_enabled; member
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_batch.c506 if (batch->noop_enabled) { in iris_batch_maybe_noop()
1143 if (batch->noop_enabled == noop_enable) in iris_batch_prepare_noop()
1146 batch->noop_enabled = noop_enable; in iris_batch_prepare_noop()
1157 return !batch->noop_enabled; in iris_batch_prepare_noop()
Diris_batch.h101 bool noop_enabled; member