Searched refs:job_index (Results 1 – 5 of 5) sorted by relevance
544 int job_index; in BlendNoiseChromaWorker() local550 while ((job_index = job_counter->fetch_add(1, std::memory_order_relaxed)) < in BlendNoiseChromaWorker()552 const Plane plane = planes[job_index % num_planes]; in BlendNoiseChromaWorker()553 const int slice_index = job_index / num_planes; in BlendNoiseChromaWorker()594 int job_index; in BlendNoiseLumaWorker() local596 while ((job_index = job_counter->fetch_add(1, std::memory_order_relaxed)) < in BlendNoiseLumaWorker()598 const int start_height = job_index * kFrameChunkHeight; in BlendNoiseLumaWorker()
127 scoreboard->write_value_index = ++scoreboard->job_index; in panfrost_add_job()136 unsigned index = ++scoreboard->job_index; in panfrost_add_job()
38 unsigned job_index; member
135 .job_index = 1, in igt_panfrost_trivial_job()
606 u16 job_index; member