Lines Matching defs:indirect
1768 * control packet, the indirect state pointers in the hardware are
1769 * considered invalid; the indirect pointers are not saved in the context.
1770 * If any new indirect state commands are executed in the command stream
1771 * while the pipe control is pending, the new indirect state commands are
2231 * What register we load into doesn't matter. We choose an indirect
2238 * always re-load all of the indirect draw registers right before
4480 "draw indirect byte count",
4549 anv_finishme("Multiview + indirect draw requires MI_MATH; "
4587 "draw indirect",
4644 "draw indexed indirect",
4811 "draw indirect count",
4879 "draw indexed indirect count",
5334 const struct anv_compute_pipeline *pipeline, bool indirect,
5348 cw.IndirectParameterEnable = indirect;
5382 const struct anv_compute_pipeline *pipeline, bool indirect,
5387 bool predicate = (GFX_VER <= 7 && indirect) ||
5395 ggw.IndirectParameterEnable = indirect;
5415 const struct anv_compute_pipeline *pipeline, bool indirect,
5421 emit_compute_walker(cmd_buffer, pipeline, indirect, prog_data, groupCountX,
5424 emit_gpgpu_walker(cmd_buffer, pipeline, indirect, prog_data, groupCountX,
5505 * indirect dispatch registers to be written.
5514 "compute indirect",