OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ctx_from
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/drivers/nv50/
nv50_state_validate.c
301
struct nv50_context *
ctx_from
= ctx_to->screen->cur_ctx;
local
303
if (
ctx_from
)
304
ctx_to->state =
ctx_from
->state;
/external/mesa3d/src/gallium/drivers/nvc0/
nvc0_state_validate.c
451
struct nvc0_context *
ctx_from
= ctx_to->screen->cur_ctx;
local
454
if (
ctx_from
)
455
ctx_to->state =
ctx_from
->state;
Completed in 103 milliseconds