OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:softpipe_resource
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_texture.h
44
struct
softpipe_resource
struct
83
static INLINE struct
softpipe_resource
*
84
softpipe_resource
(struct pipe_resource *pt)
function
86
return (struct
softpipe_resource
*) pt;
/external/mesa3d/src/gallium/drivers/softpipe/
sp_texture.h
44
struct
softpipe_resource
struct
83
static INLINE struct
softpipe_resource
*
84
softpipe_resource
(struct pipe_resource *pt)
function
86
return (struct
softpipe_resource
*) pt;
Completed in 80 milliseconds