OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:softpipe_context
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_context.h
58
struct
softpipe_context
{
struct
193
static INLINE struct
softpipe_context
*
194
softpipe_context
( struct pipe_context *pipe )
function
196
return (struct
softpipe_context
*)pipe;
200
softpipe_reset_sampler_variants(struct
softpipe_context
*softpipe);
/external/mesa3d/src/gallium/drivers/softpipe/
sp_context.h
58
struct
softpipe_context
{
struct
193
static INLINE struct
softpipe_context
*
194
softpipe_context
( struct pipe_context *pipe )
function
196
return (struct
softpipe_context
*)pipe;
200
softpipe_reset_sampler_variants(struct
softpipe_context
*softpipe);
Completed in 115 milliseconds