Searched refs:first_job (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_scoreboard.h35 mali_ptr first_job; member in struct:pan_scoreboard
171 header.next = scoreboard->first_job;
187 scoreboard->first_job = job->gpu;
209 scoreboard->first_job = job->gpu;
238 header.next = scoreboard->first_job;
246 scoreboard->first_job = transfer.gpu;
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_vX_device.c69 if (batch->scoreboard.first_job) {
76 .jc = batch->scoreboard.first_job,
88 GENX(pandecode_jc)(batch->scoreboard.first_job, pdev->gpu_id);
100 if (batch->scoreboard.first_job) {
H A Dpanvk_vX_cmd_buffer.c132 if (!clear && !batch->scoreboard.first_job) {
884 cmdbuf->state.batch->scoreboard.first_job) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
H A Dpan_job.c227 if (batch->scoreboard.first_job) {
668 bool has_draws = batch->scoreboard.first_job;
681 ret = panfrost_batch_submit_ioctl(batch, batch->scoreboard.first_job,
740 if (!batch->scoreboard.first_job && !batch->clear)

Completed in 5 milliseconds