HomeSort by: relevance | last modified time | path
    Searched defs:ncontexts (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/selftests/
i915_request.c 267 int ncontexts, max_batch; member in struct:smoketest
286 const unsigned int max_batch = min(t->ncontexts, t->max_batch) - 1;
287 const unsigned int total = 4 * t->ncontexts + 1;
336 t->contexts[order[n] % t->ncontexts];
429 .ncontexts = 1024,
448 t.contexts = kcalloc(t.ncontexts, sizeof(*t.contexts), GFP_KERNEL);
454 for (n = 0; n < t.ncontexts; n++) {
492 for (n = 0; n < t.ncontexts; n++) {
1365 smoke[0].ncontexts = 64;
1366 smoke[0].contexts = kcalloc(smoke[0].ncontexts,
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/gem/selftests/
i915_gem_context.c 654 unsigned long ncontexts, ndwords, dw; local in function:igt_ctx_exec
675 ncontexts = 0;
726 ncontexts++;
733 ncontexts, engine->name, ndwords);
735 ncontexts = dw = 0;
740 err = cpu_check(obj, ncontexts++, rem);
800 unsigned long ncontexts, ndwords, dw; local in function:igt_shared_ctx_exec
810 ncontexts = 0;
864 ncontexts++;
870 ncontexts, engine->name, ndwords)
    [all...]

Completed in 14 milliseconds