OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fd_query
(Results
1 - 6
of
6
) sorted by null
/external/mesa3d/src/gallium/drivers/freedreno/
freedreno_query.h
35
struct
fd_query
;
39
struct
fd_query
*q);
40
boolean (*begin_query)(struct fd_context *ctx, struct
fd_query
*q);
41
void (*end_query)(struct fd_context *ctx, struct
fd_query
*q);
43
struct
fd_query
*q, boolean wait,
47
struct
fd_query
{
struct
53
static inline struct
fd_query
*
54
fd_query
(struct pipe_query *pq)
function
56
return (struct
fd_query
*)pq;
freedreno_query_sw.h
41
struct
fd_query
base;
47
fd_sw_query(struct
fd_query
*q)
52
struct
fd_query
* fd_sw_create_query(struct fd_context *ctx,
freedreno_query.c
46
struct
fd_query
*q;
58
struct
fd_query
*q =
fd_query
(pq);
65
struct
fd_query
*q =
fd_query
(pq);
72
struct
fd_query
*q =
fd_query
(pq);
81
struct
fd_query
*q =
fd_query
(pq);
freedreno_query_sw.c
46
fd_sw_destroy_query(struct fd_context *ctx, struct
fd_query
*q)
75
is_rate_query(struct
fd_query
*q)
89
fd_sw_begin_query(struct fd_context *ctx, struct
fd_query
*q)
100
fd_sw_end_query(struct fd_context *ctx, struct
fd_query
*q)
110
fd_sw_get_query_result(struct fd_context *ctx, struct
fd_query
*q,
138
struct
fd_query
*
142
struct
fd_query
*q;
freedreno_query_hw.h
118
struct
fd_query
base;
136
fd_hw_query(struct
fd_query
*q)
141
struct
fd_query
* fd_hw_create_query(struct fd_context *ctx, unsigned query_type);
freedreno_query_hw.c
145
fd_hw_destroy_query(struct fd_context *ctx, struct
fd_query
*q)
158
fd_hw_begin_query(struct fd_context *ctx, struct
fd_query
*q)
184
fd_hw_end_query(struct fd_context *ctx, struct
fd_query
*q)
216
fd_hw_get_query_result(struct fd_context *ctx, struct
fd_query
*q,
311
struct
fd_query
*
315
struct
fd_query
*q;
Completed in 248 milliseconds