OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hw_submitted
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_cmdbuf.c
55
* @
hw_submitted
: List of command buffers submitted to hardware.
61
struct list_head
hw_submitted
;
member in struct:vmw_cmdbuf_context
334
INIT_LIST_HEAD(&ctx->
hw_submitted
);
372
list_add_tail(&entry->list, &ctx->
hw_submitted
);
398
list_for_each_entry_safe(entry, next, &ctx->
hw_submitted
, list) {
656
!list_empty(&ctx->
hw_submitted
) ||
vmwgfx_cmdbuf.c
55
* @
hw_submitted
: List of command buffers submitted to hardware.
61
struct list_head
hw_submitted
;
member in struct:vmw_cmdbuf_context
334
INIT_LIST_HEAD(&ctx->
hw_submitted
);
372
list_add_tail(&entry->list, &ctx->
hw_submitted
);
398
list_for_each_entry_safe(entry, next, &ctx->
hw_submitted
, list) {
656
!list_empty(&ctx->
hw_submitted
) ||
Completed in 22 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025