Lines Matching defs:enable
788 iris_enable_obj_preemption(struct iris_batch *batch, bool enable)
791 iris_emit_end_of_pipe_sync(batch, enable ? "enable preemption"
795 /* enable object level preemption */
797 reg.ReplayMode = enable;
1754 bool enable)
1759 if (genx->pma_fix_enabled == enable)
1762 genx->pma_fix_enabled = enable;
1778 reg.NPPMAFixEnable = enable;
1779 reg.NPEarlyZFailsDisable = enable;
3142 * st/mesa may pass us 0xffffffff though, meaning "enable all samples".
4151 * enable is not set.
4749 /* TODO: Check if we are missing workarounds and enable mid-thread
4754 * possible that we are just missing some workarounds, and could enable
6533 /* Listen for buffer changes, and also write enable changes. */
6841 bool enable = want_pma_fix(ice);
6842 genX(update_pma_fix)(ice, batch, enable);
8390 iris_set_frontend_noop(struct pipe_context *ctx, bool enable)
8394 if (iris_batch_prepare_noop(&ice->batches[IRIS_BATCH_RENDER], enable)) {
8399 if (iris_batch_prepare_noop(&ice->batches[IRIS_BATCH_COMPUTE], enable)) {