HomeSort by: relevance | last modified time | path
    Searched refs:execlist_ctx_descriptor_format (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
execlist.h 42 struct execlist_ctx_descriptor_format { struct
166 struct execlist_ctx_descriptor_format ctx[2];
174 struct execlist_ctx_descriptor_format *running_context;
scheduler.h 102 struct execlist_ctx_descriptor_format ctx_desc;
161 struct execlist_ctx_descriptor_format *desc);
execlist.c 98 struct execlist_ctx_descriptor_format *desc = execlist->running_context;
193 struct execlist_ctx_descriptor_format *ctx)
198 struct execlist_ctx_descriptor_format *ctx0 = &running->ctx[0];
199 struct execlist_ctx_descriptor_format *ctx1 = &running->ctx[1];
286 struct execlist_ctx_descriptor_format ctx[2])
292 struct execlist_ctx_descriptor_format *ctx0, *ctx1;
380 ((struct execlist_ctx_descriptor_format *)&((ed)->data[i * 2]))
386 struct execlist_ctx_descriptor_format ctx[2];
422 struct execlist_ctx_descriptor_format *this_desc, *next_desc;
445 struct execlist_ctx_descriptor_format *desc
    [all...]
scheduler.c 1415 struct execlist_ctx_descriptor_format *desc = &workload->ctx_desc;
1461 struct execlist_ctx_descriptor_format *desc)

Completed in 17 milliseconds