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/
H A Diris_batch.c1141 iris_batch_prepare_noop(struct iris_batch *batch, bool noop_enable) in iris_batch_prepare_noop() argument
1143 if (batch->noop_enabled == noop_enable) in iris_batch_prepare_noop()
1146 batch->noop_enabled = noop_enable; in iris_batch_prepare_noop()
H A Diris_batch.h213 bool iris_batch_prepare_noop(struct iris_batch *batch, bool noop_enable);
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_batch.c1044 crocus_batch_prepare_noop(struct crocus_batch *batch, bool noop_enable) in crocus_batch_prepare_noop() argument
1046 if (batch->noop_enabled == noop_enable) in crocus_batch_prepare_noop()
1049 batch->noop_enabled = noop_enable; in crocus_batch_prepare_noop()
H A Dcrocus_batch.h196 bool crocus_batch_prepare_noop(struct crocus_batch *batch, bool noop_enable);

Completed in 5 milliseconds