OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:llvmpipe_context
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_context.h
55
struct
llvmpipe_context
{
struct
160
static INLINE struct
llvmpipe_context
*
161
llvmpipe_context
( struct pipe_context *pipe )
function
163
return (struct
llvmpipe_context
*)pipe;
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_context.h
55
struct
llvmpipe_context
{
struct
160
static INLINE struct
llvmpipe_context
*
161
llvmpipe_context
( struct pipe_context *pipe )
function
163
return (struct
llvmpipe_context
*)pipe;
Completed in 78 milliseconds