OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:swzsurf
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_screen.h
35
struct nouveau_object *
swzsurf
;
member in struct:nv30_screen
/external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_surface.c
205
struct nouveau_object *
swzsurf
= hw->
swzsurf
;
local
220
PUSH_DATA (push,
swzsurf
->handle);
244
PUSH_DATA (push,
swzsurf
->handle);
412
/* Swizzle using sifm+
swzsurf
. */
468
nouveau_object_del(&hw->
swzsurf
);
585
ret = nouveau_object_new(chan, handle++, class, NULL, 0, &hw->
swzsurf
);
590
PUSH_DATA (push, hw->
swzsurf
->handle);
nouveau_context.h
63
struct nouveau_object *
swzsurf
;
member in struct:nouveau_hw_state
Completed in 104 milliseconds