Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_batch.c981 iris_batch_prepare_noop(struct iris_batch *batch, bool noop_enable) in iris_batch_prepare_noop() argument
983 if (batch->noop_enabled == noop_enable) in iris_batch_prepare_noop()
986 batch->noop_enabled = noop_enable; in iris_batch_prepare_noop()
Diris_batch.h191 bool iris_batch_prepare_noop(struct iris_batch *batch, bool noop_enable);
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_batch.h196 bool crocus_batch_prepare_noop(struct crocus_batch *batch, bool noop_enable);
Dcrocus_batch.c1035 crocus_batch_prepare_noop(struct crocus_batch *batch, bool noop_enable) in crocus_batch_prepare_noop() argument
1037 if (batch->noop_enabled == noop_enable) in crocus_batch_prepare_noop()
1040 batch->noop_enabled = noop_enable; in crocus_batch_prepare_noop()