Lines Matching defs:enable
1094 * doesn't implement the SKL+ hardware workaround suggesting to enable CS
1919 bool enable)
1924 if (genx->pma_fix_enabled == enable)
1927 genx->pma_fix_enabled = enable;
1943 reg.NPPMAFixEnable = enable;
1944 reg.NPEarlyZFailsDisable = enable;
3269 * st/mesa may pass us 0xffffffff though, meaning "enable all samples".
3450 /* wm thread dispatch enable */
4358 // needs to go elsewhere, where the buffer enable stuff is actually
4621 * enable is not set.
6549 * attachments, we need to force-enable here.
6833 * whole fixed function pipeline when the GS enable changes value in
7327 /* The "UAV access enable" bits are unnecessary on HSW because they only
7770 bool enable = want_pma_fix(ice);
7771 genX(crocus_update_pma_fix)(ice, batch, enable);
9165 crocus_set_frontend_noop(struct pipe_context *ctx, bool enable)
9169 if (crocus_batch_prepare_noop(&ice->batches[CROCUS_BATCH_RENDER], enable)) {
9177 if (crocus_batch_prepare_noop(&ice->batches[CROCUS_BATCH_COMPUTE], enable)) {