Lines Matching refs:pipe
630 uint32_t pipe, uint32_t slot, bool wfm)
634 tu_cs_emit(cs, A6XX_CP_REG_TEST_0_REG(REG_A6XX_VSC_STATE_REG(pipe)) |
645 uint32_t tx, uint32_t ty, uint32_t pipe, uint32_t slot)
668 tu_cs_emit(cs, tiling->pipe_sizes[pipe] |
670 tu_cs_emit(cs, pipe * cmd->vsc_draw_strm_pitch);
671 tu_cs_emit(cs, pipe * 4);
672 tu_cs_emit(cs, pipe * cmd->vsc_prim_strm_pitch);
675 tu6_emit_cond_for_load_stores(cmd, cs, pipe, slot, hw_binning);
1375 uint32_t tx, uint32_t ty, uint32_t pipe, uint32_t slot)
1377 tu6_emit_tile_select(cmd, &cmd->cs, tx, ty, pipe, slot);
1399 tu6_emit_cond_for_load_stores(cmd, cs, pipe, slot, false);
1461 uint32_t pipe = pipe_row + px;
1476 tu6_render_tile(cmd, &cmd->cs, tx1 + tx, ty, pipe, slot);
5347 /* Flags that only require a top-of-pipe event. DrawIndirect parameters are
5348 * read by the CP, so the draw indirect stage counts as top-of-pipe too.
5513 /* Flags that only require a top-of-pipe event. DrawIndirect parameters are
5514 * read by the CP, so the draw indirect stage counts as top-of-pipe too.