Lines Matching defs:count
895 unsigned int count;
896 unsigned int base = ctxo.manage_compress.get_task_assignment(16, count);
897 if (!count)
902 for (unsigned int i = base; i < base + count; i++)
991 ctxo.manage_compress.complete_task_assignment(count);
1025 unsigned int count;
1026 unsigned int base = ctx.manage_avg.get_task_assignment(16, count);
1027 if (!count)
1032 for (unsigned int i = base; i < base + count; i++)
1051 ctx.manage_avg.complete_task_assignment(count);
1116 // If context thread count is one then implicitly reset
1235 // If context thread count is one then implicitly reset
1247 unsigned int count;
1248 unsigned int base = ctxo->manage_decompress.get_task_assignment(128, count);
1249 if (!count)
1254 for (unsigned int i = base; i < base + count; i++)
1277 ctxo->manage_decompress.complete_task_assignment(count);