Home
last modified time | relevance | path

Searched defs:num_jobs (Results 1 – 5 of 5) sorted by relevance

/third_party/libdrm/tests/exynos/
Dexynos_fimg2d_event.c110 static void wait_all_jobs(struct g2d_job* jobs, unsigned num_jobs) in wait_all_jobs()
121 static struct g2d_job* free_job(struct g2d_job* jobs, unsigned num_jobs) in free_job()
134 unsigned num_jobs, unsigned iterations) in g2d_work()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/scripts/
Dupdate.py202 def build_llvm(name, num_jobs): argument
/third_party/mesa3d/src/util/
Du_queue.c594 unsigned num_jobs = 0; in util_queue_add_job() local
/third_party/ffmpeg/libavcodec/
Dvp8.c2372 int num_jobs = s->num_jobs; in decode_mb_row_no_filter() local
2510 int mb_x, mb_y = atomic_load(&td->thread_mb_pos) >> 16, num_jobs = s->num_jobs; in filter_mb_row() local
2584 int mb_y, num_jobs = s->num_jobs; in vp78_decode_mb_row_sliced() local
2628 int ret, i, referenced, num_jobs; in vp78_decode_frame() local
Dvp8.h311 int num_jobs; member