OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fd_ringmarker
(Results
1 - 3
of
3
) sorted by null
/external/libdrm/freedreno/
freedreno_ringbuffer.h
41
struct
fd_ringmarker
;
89
struct
fd_ringmarker
*target, struct
fd_ringmarker
*end);
94
will_be_deprecated struct
fd_ringmarker
* fd_ringmarker_new(struct fd_ringbuffer *ring);
95
will_be_deprecated void fd_ringmarker_del(struct
fd_ringmarker
*marker);
96
will_be_deprecated void fd_ringmarker_mark(struct
fd_ringmarker
*marker);
97
will_be_deprecated uint32_t fd_ringmarker_dwords(struct
fd_ringmarker
*start,
98
struct
fd_ringmarker
*end);
99
will_be_deprecated int fd_ringmarker_flush(struct
fd_ringmarker
*marker);
freedreno_ringbuffer.c
129
struct
fd_ringmarker
*target, struct
fd_ringmarker
*end)
158
struct
fd_ringmarker
* fd_ringmarker_new(struct fd_ringbuffer *ring)
160
struct
fd_ringmarker
*marker = NULL;
175
void fd_ringmarker_del(struct
fd_ringmarker
*marker)
180
void fd_ringmarker_mark(struct
fd_ringmarker
*marker)
185
uint32_t fd_ringmarker_dwords(struct
fd_ringmarker
*start,
186
struct
fd_ringmarker
*end)
191
int fd_ringmarker_flush(struct
fd_ringmarker
*marker)
freedreno_priv.h
130
struct
fd_ringmarker
{
struct
Completed in 74 milliseconds