Searched defs:end_query (Results 1 – 10 of 10) sorted by relevance
39 void (*end_query)(struct etna_context *ctx, struct etna_query *q); member
14 void (*end_query)(struct nv50_context *, struct nv50_query *); member
16 void (*end_query)(struct nv50_context *, struct nv50_hw_query *); member
14 void (*end_query)(struct nvc0_context *, struct nvc0_query *); member
16 void (*end_query)(struct nvc0_context *, struct nvc0_hw_query *); member
41 void (*end_query)(struct fd_context *ctx, struct fd_query *q); member
372 void end_query (NegativeTestContext& ctx) in end_query() function
118 void (*end_query)(struct pipe_context *pipe, struct pipe_query *q); member
155 bool (*end_query)(struct pipe_context *pipe, struct pipe_query *q); member
677 def end_query(self, query): member in Context