Home
last modified time | relevance | path

Searched refs:fd_submit_new (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/freedreno/drm/
Dfreedreno_ringbuffer.c34 fd_submit_new(struct fd_pipe *pipe) in fd_submit_new() function
Dfreedreno_ringbuffer.h82 struct fd_submit *fd_submit_new(struct fd_pipe *pipe);
/third_party/mesa3d/src/freedreno/computerator/
Dmain.c272 struct fd_submit *submit = fd_submit_new(pipe); in main()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_batch.c65 batch->submit = fd_submit_new(ctx->pipe); in batch_init()
/third_party/mesa3d/src/freedreno/ds/
Dfd_pps_driver.cc401 struct fd_submit *submit = fd_submit_new(pipe); in configure_counters()
/third_party/mesa3d/src/freedreno/perfcntrs/
Dfdperf.c222 dev.submit = fd_submit_new(dev.pipe); in select_counter()