OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ctx0
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/gvt/
execlist.c
198
struct execlist_ctx_descriptor_format *
ctx0
= &running->ctx[0];
local
214
/* ctx1 is valid,
ctx0
/ctx is scheduled-out -> element switch */
215
if (valid_context(ctx1) && same_context(
ctx0
, ctx)) {
227
* ctx1 is not valid, ctx ==
ctx0
234
} else if ((!valid_context(ctx1) && same_context(
ctx0
, ctx))
292
struct execlist_ctx_descriptor_format *
ctx0
, *ctx1;
local
337
ctx0
= &running->ctx[0];
341
running->index,
ctx0
->context_id, ctx1->context_id);
346
*
ctx0
is finished, and running ctx1 == new execlist ctx[0]
348
*
ctx0
== new execlist ctx[0
[
all
...]
Completed in 25 milliseconds
Indexes created Wed Apr 29 00:23:26 UTC 2026