OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:softpipe_transfer
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_texture.h
74
struct
softpipe_transfer
struct
89
static INLINE struct
softpipe_transfer
*
90
softpipe_transfer
(struct pipe_transfer *pt)
function
92
return (struct
softpipe_transfer
*) pt;
sp_texture.c
319
struct
softpipe_transfer
*spt;
363
spt = CALLOC_STRUCT(
softpipe_transfer
);
409
struct
softpipe_transfer
*spt =
softpipe_transfer
(transfer);
/external/mesa3d/src/gallium/drivers/softpipe/
sp_texture.h
74
struct
softpipe_transfer
struct
89
static INLINE struct
softpipe_transfer
*
90
softpipe_transfer
(struct pipe_transfer *pt)
function
92
return (struct
softpipe_transfer
*) pt;
sp_texture.c
319
struct
softpipe_transfer
*spt;
363
spt = CALLOC_STRUCT(
softpipe_transfer
);
409
struct
softpipe_transfer
*spt =
softpipe_transfer
(transfer);
Completed in 3417 milliseconds