OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:si_resource
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
radeonsi_resource.h
34
struct
si_resource
{
struct
46
si_resource_reference(struct
si_resource
**ptr, struct
si_resource
*res)
52
static INLINE struct
si_resource
*
53
si_resource
(struct pipe_resource *r)
function
55
return (struct
si_resource
*)r;
58
static INLINE struct
si_resource
*
63
return
si_resource
(pipe_buffer_create(screen,
/external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_resource.h
34
struct
si_resource
{
struct
46
si_resource_reference(struct
si_resource
**ptr, struct
si_resource
*res)
52
static INLINE struct
si_resource
*
53
si_resource
(struct pipe_resource *r)
function
55
return (struct
si_resource
*)r;
58
static INLINE struct
si_resource
*
63
return
si_resource
(pipe_buffer_create(screen,
Completed in 44 milliseconds