OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pending_ctx
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_resource.h
89
struct etna_context *
pending_ctx
;
member in struct:etna_resource
etnaviv_resource.c
630
debug_assert((rsc->
pending_ctx
== ctx) || !rsc->
pending_ctx
);
633
rsc->
pending_ctx
= ctx;
etnaviv_context.c
392
rsc->
pending_ctx
= NULL;
Completed in 210 milliseconds