Home
last modified time | relevance | path

Searched refs:task_count (Results 1 - 3 of 3) sorted by relevance

/third_party/astc-encoder/Source/
H A Dastcenc_internal_entry.h77 * uint task_count;
78 * uint base_index = manager->get_tasks(<granule>, task_count);
80 * // Process any tasks we were given (task_count <= granule size)
81 * if (task_count)
87 * manager->complete_tasks(task_count);
89 * } while (task_count);
182 * @param task_count Total number of tasks needing processing.
185 void init(unsigned int task_count, astcenc_progress_callback callback) in init() argument
191 m_task_count = task_count; in init()
195 float min_diff = (4096.0f / static_cast<float>(task_count)) * 100. in init()
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_task_shader.c106 nir_ssa_def *task_count = in append_launch_mesh_workgroups_to_nv_task() local
115 nir_ssa_def *dispatch_3d = nir_vec3(b, task_count, one, one); in append_launch_mesh_workgroups_to_nv_task()
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs1172 pub task_count: ::c_int,
1999 self.task_count == other.task_count in eq()
2009 .field("task_count", &self.task_count) in fmt()
2018 self.task_count.hash(state); in hash()

Completed in 15 milliseconds