Lines Matching defs:jobs
1003 /* List of syncs to signal when all jobs complete */
1056 /* A DRM syncobj to wait on the GPU jobs for which we are collecting
1108 /* When the current subpass is split into multiple jobs, this flag is set
1109 * to true for any jobs after the first in the same subpass.
1149 /* Job specs for CPU jobs */
1161 /* Job specs for TFU jobs */
1164 /* Job specs for CSD jobs */
1172 /* Perfmons with last job sync for CSD and CL jobs */
1375 * CPU jobs for them at the time we finish the GPU job in which they have
1524 /* List of jobs in the command buffer. For primary command buffers it
1525 * represents the jobs we want to submit to the GPU. For secondary command
1526 * buffers it represents jobs that will be merged into a primary command
1529 struct list_head jobs;
2314 * Note: notice that no-op jobs don't have a command buffer reference.