Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/iris/
Diris_batch.c769 iris_batch_prepare_noop(struct iris_batch *batch, bool noop_enable) in iris_batch_prepare_noop() argument
771 if (batch->noop_enabled == noop_enable) in iris_batch_prepare_noop()
774 batch->noop_enabled = noop_enable; in iris_batch_prepare_noop()
Diris_batch.h185 bool iris_batch_prepare_noop(struct iris_batch *batch, bool noop_enable);